Class FloatComplexBandFact represents the factorization of a banded matrix of complex single-precision floating point numbers.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Matrix..::.FloatComplexBandFact

See Also