Click or drag to resize

FloatSchurDecomp(FloatMatrix) Constructor

Constructs a FloatSchurDecomp instance of a given matrix.

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

Parameters

A  FloatMatrix
A matrix to factor.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the matrix contains any NaN values.
See Also