Click or drag to resize

DoubleSymEigDecomp(DoubleMatrix) Constructor

Construct a DoubleSymEigDecomp instance for the given symmetric matrix.

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

Parameters

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