Class FloatSymPDFact represents the Cholesky factorization of a symmetric,
positive definite, matrix of single-precision floating point numbers. In
a Cholesky factorization a symmetric, positive definite matrix A is factored
as
A = UU'
where U is upper triangular and U' is the transpose of U.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
[SerializableAttribute] public class FloatSymPDFact : ICloneable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public Class FloatSymPDFact _ Implements ICloneable |
| Visual C++ |
|---|
[SerializableAttribute] public ref class FloatSymPDFact : ICloneable |