Constructs a DoubleSparseSymPDFact for the given sparse matrix data
in compressed row format.
Namespace:
CenterSpace.NMath.MatrixAssembly: 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
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown if the matrix S is not square. |