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