Skip to main content

conjugated

Overloads

NameDescription
conjugated(const ComplexArray lhs) -> ComplexArrayReturns the complex conjugate of the ComplexArray.
conjugated(const BoolArray lhs) -> BoolArrayReturns the complex conjugate of the BoolArray.
conjugated(const RealArray lhs) -> RealArrayReturns the complex conjugate of the RealArray.
conjugated(const IntegerArray lhs) -> IntegerArrayReturns the complex conjugate of the IntegerArray.
conjugated(const ComplexMatrix lhs) -> ComplexMatrixReturns the complex conjugate of the ComplexMatrix.
conjugated(const RealMatrix lhs) -> RealMatrixReturns the complex conjugate of the RealMatrix.
conjugated(const RealSparseMatrix lhs) -> RealSparseMatrixReturns the complex conjugate of the RealSparseMatrix.
conjugated(const ComplexSparseMatrix lhs) -> ComplexSparseMatrixReturns the complex conjugate of the ComplexSparseMatrix.

conjugated(const ComplexArray lhs) -> ComplexArray

Returns the complex conjugate of the ComplexArray.

Parameters

conjugated(const BoolArray lhs) -> BoolArray

Returns the complex conjugate of the BoolArray.

Parameters

conjugated(const RealArray lhs) -> RealArray

Returns the complex conjugate of the RealArray.

Parameters

conjugated(const IntegerArray lhs) -> IntegerArray

Returns the complex conjugate of the IntegerArray.

Parameters

conjugated(const ComplexMatrix lhs) -> ComplexMatrix

Returns the complex conjugate of the ComplexMatrix.

Parameters

conjugated(const RealMatrix lhs) -> RealMatrix

Returns the complex conjugate of the RealMatrix.

Parameters

conjugated(const RealSparseMatrix lhs) -> RealSparseMatrix

Returns the complex conjugate of the RealSparseMatrix.

Parameters

conjugated(const ComplexSparseMatrix lhs) -> ComplexSparseMatrix

Returns the complex conjugate of the ComplexSparseMatrix.

Parameters