operator=
Function Usage
Overloads the equal sign to assign values between TensorBase objects.
Prototype
1 | TensorBase& TensorBase::operator = (const TensorBase& other); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
other |
Input/Output |
TensorBase objects |
Parent topic: TensorBase