Skip to main content

conjugate

Overloads

NameDescription
conjugate(RealMatrix lhs) -> RealMatrixConjugates the input RealMatrix in-place.
conjugate(ComplexMatrix lhs) -> ComplexMatrixConjugates the input ComplexMatrix in-place.
conjugate(RealArray lhs) -> RealArrayConjugates the input RealArray in-place.
conjugate(BoolArray lhs) -> BoolArrayConjugates the input BoolArray in-place.
conjugate(ComplexArray lhs) -> ComplexArrayConjugates the input ComplexArray in-place.
conjugate(RealSparseMatrix lhs) -> RealSparseMatrixConjugates the input RealSparseMatrix in-place.
conjugate(IntegerArray lhs) -> IntegerArrayConjugates the input IntegerArray in-place.
conjugate(ComplexSparseMatrix lhs) -> ComplexSparseMatrixConjugates the input ComplexSparseMatrix in-place.

conjugate(RealMatrix lhs) -> RealMatrix

Conjugates the input RealMatrix in-place.

Parameters

conjugate(ComplexMatrix lhs) -> ComplexMatrix

Conjugates the input ComplexMatrix in-place.

Parameters

conjugate(RealArray lhs) -> RealArray

Conjugates the input RealArray in-place.

Parameters

conjugate(BoolArray lhs) -> BoolArray

Conjugates the input BoolArray in-place.

Parameters

conjugate(ComplexArray lhs) -> ComplexArray

Conjugates the input ComplexArray in-place.

Parameters

conjugate(RealSparseMatrix lhs) -> RealSparseMatrix

Conjugates the input RealSparseMatrix in-place.

Parameters

conjugate(IntegerArray lhs) -> IntegerArray

Conjugates the input IntegerArray in-place.

Parameters

conjugate(ComplexSparseMatrix lhs) -> ComplexSparseMatrix

Conjugates the input ComplexSparseMatrix in-place.

Parameters