IMSL C# Numerical Library

ComplexSparseCholesky.NumericFactor Class

Data structures and functions for the numeric Cholesky factor.

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

System.Object
   Imsl.Math.ComplexSparseCholesky.NumericFactor

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

ComplexSparseCholesky.NumericFactor Members | Imsl.Math Namespace