Click or drag to resize

NMathFunctionsConj(DoubleComplexBandMatrix) 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 DoubleComplexBandMatrix Conj(
	DoubleComplexBandMatrix A
)

Parameters

A  DoubleComplexBandMatrix
A matrix.

Return Value

DoubleComplexBandMatrix
The given matrix.
See Also