|  | DoubleEigDecompServerFactor Method | 
            Computes an eigenvalue decomposition for the given square matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
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  DoubleMatrix
- A square matrix.
Return Value
DoubleEigDecompAn eigenvalue decomposition computed according to the settings
            of this server.
 Exceptions
Exceptions See Also
See Also