Click or drag to resize

NMathFunctionsImag(DoubleHermitianMatrix) Method

Creates a new matrix made up of the imaginary parts of the given Hermitian matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleMatrix Imag(
	DoubleHermitianMatrix A
)

Parameters

A  DoubleHermitianMatrix
A matrix.

Return Value

DoubleMatrix
A new matrix.
See Also