conjugate
Overloads
| Name | Description |
|---|---|
conjugate(RealMatrix lhs) -> RealMatrix | Conjugates the input RealMatrix in-place. |
conjugate(ComplexMatrix lhs) -> ComplexMatrix | Conjugates the input ComplexMatrix in-place. |
conjugate(RealArray lhs) -> RealArray | Conjugates the input RealArray in-place. |
conjugate(BoolArray lhs) -> BoolArray | Conjugates the input BoolArray in-place. |
conjugate(ComplexArray lhs) -> ComplexArray | Conjugates the input ComplexArray in-place. |
conjugate(RealSparseMatrix lhs) -> RealSparseMatrix | Conjugates the input RealSparseMatrix in-place. |
conjugate(IntegerArray lhs) -> IntegerArray | Conjugates the input IntegerArray in-place. |
conjugate(ComplexSparseMatrix lhs) -> ComplexSparseMatrix | Conjugates the input ComplexSparseMatrix in-place. |
conjugate(RealMatrix lhs) -> RealMatrix
Conjugates the input RealMatrix in-place.
Parameters
- lhs: The RealMatrix to conjugate.
conjugate(ComplexMatrix lhs) -> ComplexMatrix
Conjugates the input ComplexMatrix in-place.
Parameters
- lhs: The ComplexMatrix to conjugate.
conjugate(RealArray lhs) -> RealArray
Conjugates the input RealArray in-place.
Parameters
- lhs: The RealArray to conjugate.
conjugate(BoolArray lhs) -> BoolArray
Conjugates the input BoolArray in-place.
Parameters
- lhs: The BoolArray to conjugate.
conjugate(ComplexArray lhs) -> ComplexArray
Conjugates the input ComplexArray in-place.
Parameters
- lhs: The ComplexArray to conjugate.
conjugate(RealSparseMatrix lhs) -> RealSparseMatrix
Conjugates the input RealSparseMatrix in-place.
Parameters
- lhs: The RealSparseMatrix to conjugate.
conjugate(IntegerArray lhs) -> IntegerArray
Conjugates the input IntegerArray in-place.
Parameters
- lhs: The IntegerArray to conjugate.
conjugate(ComplexSparseMatrix lhs) -> ComplexSparseMatrix
Conjugates the input ComplexSparseMatrix in-place.
Parameters
- lhs: The ComplexSparseMatrix to conjugate.