IMSL C# Numerical Library

SparseCholesky.SymbolicFactor Class

The symbolic Cholesky factorization of a matrix.

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

System.Object
   Imsl.Math.SparseCholesky.SymbolicFactor

public class SparseCholesky.SymbolicFactor

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 GetSymbolicFactor and SetSymbolicFactor to hold the symbolic Cholesky factorization of a matrix.

Requirements

Namespace: Imsl.Math

Assembly: ImslCS (in ImslCS.dll)

See Also

SparseCholesky.SymbolicFactor Members | Imsl.Math Namespace