Click or drag to resize

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

Parameters

A  FloatComplexBandMatrix
A matrix.

Return Value

FloatComplexBandMatrix
The given matrix.
See Also