Class FloatSymEigDecomp computes the eigenvalues and eigenvectors of a symmetrix matrix.

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

Syntax

C#
[SerializableAttribute]
public class FloatSymEigDecomp : ICloneable
Visual Basic
<SerializableAttribute> _
Public Class FloatSymEigDecomp _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class FloatSymEigDecomp : ICloneable

Inheritance Hierarchy

System..::..Object
  CenterSpace.NMath.Matrix..::..FloatSymEigDecomp

See Also