Click or drag to resize

MatrixEvd Method

Computes the EVD decomposition for a matrix.

Namespace: Altaxo.Calc.LinearAlgebra.Single
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override Evd<float> Evd(
	Symmetricity symmetricity = Symmetricity.Unknown
)

Parameters

symmetricity  Symmetricity  (Optional)
The known symmetricity of the matrix.

Return Value

EvdSingle
The EVD decomposition object.
See Also