imag
Overloads
| Name | Description |
|---|---|
imag(const RealMatrix v) -> RealMatrix | Returns the imaginary component of a RealMatrix. |
imag(const ComplexSparseMatrix v) -> RealMatrix | Returns the imaginary component of a ComplexSparseMatrix. |
imag(const RealSparseMatrix v) -> RealSparseMatrix | Returns the imaginary component of a RealSparseMatrix. |
imag(const ComplexArray v) -> RealArray | Returns the imaginary component of a ComplexArray. |
imag(const BoolArray v) -> BoolArray | Returns the imaginary component of a BoolArray. |
imag(const RealArray v) -> RealArray | Returns the imaginary component of a RealArray. |
imag(const IntegerArray v) -> IntegerArray | Returns the imaginary component of a IntegerArray. |
imag(const ComplexMatrix v) -> RealMatrix | Returns the imaginary component of a ComplexMatrix. |
imag(const RealMatrix v) -> RealMatrix
Returns the imaginary component of a RealMatrix.
Parameters
- v: The RealMatrix.
imag(const ComplexSparseMatrix v) -> RealMatrix
Returns the imaginary component of a ComplexSparseMatrix.
Parameters
- v: The ComplexSparseMatrix.
imag(const RealSparseMatrix v) -> RealSparseMatrix
Returns the imaginary component of a RealSparseMatrix.
Parameters
- v: The RealSparseMatrix.
imag(const ComplexArray v) -> RealArray
Returns the imaginary component of a ComplexArray.
Parameters
- v: The ComplexArray.
imag(const BoolArray v) -> BoolArray
Returns the imaginary component of a BoolArray.
Parameters
- v: The BoolArray.
imag(const RealArray v) -> RealArray
Returns the imaginary component of a RealArray.
Parameters
- v: The RealArray.
imag(const IntegerArray v) -> IntegerArray
Returns the imaginary component of a IntegerArray.
Parameters
- v: The IntegerArray.
imag(const ComplexMatrix v) -> RealMatrix
Returns the imaginary component of a ComplexMatrix.
Parameters
- v: The ComplexMatrix.