Skip to main content

imag

Overloads

NameDescription
imag(const RealMatrix v) -> RealMatrixReturns the imaginary component of a RealMatrix.
imag(const ComplexSparseMatrix v) -> RealMatrixReturns the imaginary component of a ComplexSparseMatrix.
imag(const RealSparseMatrix v) -> RealSparseMatrixReturns the imaginary component of a RealSparseMatrix.
imag(const ComplexArray v) -> RealArrayReturns the imaginary component of a ComplexArray.
imag(const BoolArray v) -> BoolArrayReturns the imaginary component of a BoolArray.
imag(const RealArray v) -> RealArrayReturns the imaginary component of a RealArray.
imag(const IntegerArray v) -> IntegerArrayReturns the imaginary component of a IntegerArray.
imag(const ComplexMatrix v) -> RealMatrixReturns the imaginary component of a ComplexMatrix.

imag(const RealMatrix v) -> RealMatrix

Returns the imaginary component of a RealMatrix.

Parameters

imag(const ComplexSparseMatrix v) -> RealMatrix

Returns the imaginary component of a ComplexSparseMatrix.

Parameters

imag(const RealSparseMatrix v) -> RealSparseMatrix

Returns the imaginary component of a RealSparseMatrix.

Parameters

imag(const ComplexArray v) -> RealArray

Returns the imaginary component of a ComplexArray.

Parameters

imag(const BoolArray v) -> BoolArray

Returns the imaginary component of a BoolArray.

Parameters

imag(const RealArray v) -> RealArray

Returns the imaginary component of a RealArray.

Parameters

imag(const IntegerArray v) -> IntegerArray

Returns the imaginary component of a IntegerArray.

Parameters

imag(const ComplexMatrix v) -> RealMatrix

Returns the imaginary component of a ComplexMatrix.

Parameters