Click or drag to resize

NMathFunctionsConj(FloatHermitianBandMatrix) Method

Calculates the complex conjugates of a given matrix's elements.

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

Parameters

A  FloatHermitianBandMatrix
An Hermitian banded matrix.

Return Value

FloatComplexBandMatrix
A new banded matrix.
Remarks
B[i,j] = System.Math.Conj(A[i,j])
See Also