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