Click or drag to resize

FloatComplexUpperTriMatrix(FloatComplexMatrix) Constructor

Constructs a square FloatComplexUpperTriMatrix instance by extracting the upper triangular part of a square general matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexUpperTriMatrix(
	FloatComplexMatrix A
)

Parameters

A  FloatComplexMatrix
A square general matrix.
Exceptions
ExceptionCondition
MatrixNotSquareException Thrown if the given matrix is not square.
See Also