Gets the matrix A used in the calculation.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public DoubleMatrix A { get; }
Visual Basic (Declaration)
Public ReadOnly Property A As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ A {
	DoubleMatrix^ get ();
}

See Also