conjugated
Overloads
| Name | Description |
|---|---|
conjugated(const ComplexArray lhs) -> ComplexArray | Returns the complex conjugate of the ComplexArray. |
conjugated(const BoolArray lhs) -> BoolArray | Returns the complex conjugate of the BoolArray. |
conjugated(const RealArray lhs) -> RealArray | Returns the complex conjugate of the RealArray. |
conjugated(const IntegerArray lhs) -> IntegerArray | Returns the complex conjugate of the IntegerArray. |
conjugated(const ComplexMatrix lhs) -> ComplexMatrix | Returns the complex conjugate of the ComplexMatrix. |
conjugated(const RealMatrix lhs) -> RealMatrix | Returns the complex conjugate of the RealMatrix. |
conjugated(const RealSparseMatrix lhs) -> RealSparseMatrix | Returns the complex conjugate of the RealSparseMatrix. |
conjugated(const ComplexSparseMatrix lhs) -> ComplexSparseMatrix | Returns the complex conjugate of the ComplexSparseMatrix. |
conjugated(const ComplexArray lhs) -> ComplexArray
Returns the complex conjugate of the ComplexArray.
Parameters
- lhs: The ComplexArray to conjugate.
conjugated(const BoolArray lhs) -> BoolArray
Returns the complex conjugate of the BoolArray.
Parameters
- lhs: The BoolArray to conjugate.
conjugated(const RealArray lhs) -> RealArray
Returns the complex conjugate of the RealArray.
Parameters
- lhs: The RealArray to conjugate.
conjugated(const IntegerArray lhs) -> IntegerArray
Returns the complex conjugate of the IntegerArray.
Parameters
- lhs: The IntegerArray to conjugate.
conjugated(const ComplexMatrix lhs) -> ComplexMatrix
Returns the complex conjugate of the ComplexMatrix.
Parameters
- lhs: The ComplexMatrix to conjugate.
conjugated(const RealMatrix lhs) -> RealMatrix
Returns the complex conjugate of the RealMatrix.
Parameters
- lhs: The RealMatrix to conjugate.
conjugated(const RealSparseMatrix lhs) -> RealSparseMatrix
Returns the complex conjugate of the RealSparseMatrix.
Parameters
- lhs: The RealSparseMatrix to conjugate.
conjugated(const ComplexSparseMatrix lhs) -> ComplexSparseMatrix
Returns the complex conjugate of the ComplexSparseMatrix.
Parameters
- lhs: The ComplexSparseMatrix to conjugate.