|  | DoubleHermitianFactFactor(DoubleHermitianMatrix) Method | 
            Factors the matrix A so that self represents the factorization
            of A. By default the condition number for the matrix will not be computed
            and will not be available from the ConditionNumber method.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic void Factor(
	DoubleHermitianMatrix A
)
Public Sub Factor ( 
	A As DoubleHermitianMatrix
)
public:
void Factor(
	DoubleHermitianMatrix^ A
)
member Factor : 
        A : DoubleHermitianMatrix -> unit Parameters
- A  DoubleHermitianMatrix
- The matrix to factor.
 See Also
See Also