Click or drag to resize

DoubleSymEigDecompFactor(DoubleMatrix) Method

Computes all the eigenvalues and eigenvectors for the given square symmetric matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Factor(
	DoubleMatrix A
)

Parameters

A  DoubleMatrix
A square symmetric matrix.
Exceptions
ExceptionCondition
MatrixNotSquareExceptionThrown if the matrix A is not square.
Remarks
All eigenvalues and eigenvectors are computed.
See Also