Constructs a DoubleSparseSymPDFact for the given sparse matrix data in compressed row format.

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

Syntax

C#
public DoubleSparseSymPDFact(
	DoubleSymCsrSparseMatrix S
)
Visual Basic (Declaration)
Public Sub New ( _
	S As DoubleSymCsrSparseMatrix _
)
Visual C++
public:
DoubleSparseSymPDFact(
	DoubleSymCsrSparseMatrix^ S
)

Parameters

S
Type: CenterSpace.NMath.Matrix..::.DoubleSymCsrSparseMatrix
A square positive definite symmetric sparse matrix.

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThrown if the matrix S is not square.

See Also