 | DoubleEigDecompServerFactor Method |
Computes an eigenvalue decomposition for the given square matrix.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic DoubleEigDecomp Factor(
DoubleMatrix A
)
Public Function Factor (
A As DoubleMatrix
) As DoubleEigDecomp
public:
DoubleEigDecomp^ Factor(
DoubleMatrix^ A
)
member Factor :
A : DoubleMatrix -> DoubleEigDecomp
Parameters
- A
- Type: CenterSpace.NMath.CoreDoubleMatrix
A square matrix.
Return Value
Type:
DoubleEigDecompAn eigenvalue decomposition computed according to the settings
of this server.
Exceptions
See Also