IMSL C# Numerical Library

SparseCholesky.NumericFactor Class

The numeric Cholesky factorization of a matrix.

For a list of all members of this type, see SparseCholesky.NumericFactor Members.

System.Object
   Imsl.Math.SparseCholesky.NumericFactor

public class SparseCholesky.NumericFactor

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Used by GetNumericFactor and SetNumericFactor to hold the numeric Cholesky factorization of a matrix.

Requirements

Namespace: Imsl.Math

Assembly: ImslCS (in ImslCS.dll)

See Also

SparseCholesky.NumericFactor Members | Imsl.Math Namespace