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