Click or drag to resize

NMathFunctionsConj(DoubleComplexCsrSparseMatrix) Method

Calculates the complex conjugates of a given matrix's elements. In this case, since there is no imaginary part, this method simply returns the given matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleComplexCsrSparseMatrix Conj(
	DoubleComplexCsrSparseMatrix A
)

Parameters

A  DoubleComplexCsrSparseMatrix
A matrix.

Return Value

DoubleComplexCsrSparseMatrix
The given matrix.
See Also