Click or drag to resize

DoubleComplexSparseFact Constructor

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleComplexSparseFact(
	SparseMatrixData<CompressedSparseRow<DoubleComplex>, DoubleComplex> S
)

Parameters

S  SparseMatrixDataCompressedSparseRowDoubleComplex, DoubleComplex
A square sparse matrix.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the matrix S is not square.
See Also