 | FloatSymEigDecompServerFactor(FloatMatrix) Method |
Computes an eigenvalue decomposition for the given symmetric matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic FloatSymEigDecomp Factor(
FloatMatrix A
)
Public Function Factor (
A As FloatMatrix
) As FloatSymEigDecomp
public:
FloatSymEigDecomp^ Factor(
FloatMatrix^ A
)
member Factor :
A : FloatMatrix -> FloatSymEigDecomp
Parameters
- A FloatMatrix
- A symmetric matrix.
Return Value
FloatSymEigDecompAn eigenvalue decomposition computed according to the settings
of this server.
Exceptions
See Also