IMSL C# Numerical Library

ComplexSparseCholesky.SymbolicFactor Class

Data structures and functions for the symbolic Cholesky factor.

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

System.Object
   Imsl.Math.ComplexSparseCholesky.SymbolicFactor

public class ComplexSparseCholesky.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

ComplexSparseCholesky.SymbolicFactor Members | Imsl.Math Namespace