Class FloatSymPDBandFact represents the factorization of a symmetric, positive definite, banded matrix of single-precision floating point numbers.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
[SerializableAttribute]
public class FloatSymPDBandFact : ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class FloatSymPDBandFact _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class FloatSymPDBandFact : ICloneable

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Matrix..::.FloatSymPDBandFact

See Also