|  | DoubleComplexQRLeastSqFactor(DoubleComplexMatrix) Method | 
            Factors a given matrix so that it may be used to solve least squares problems.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic void Factor(
	DoubleComplexMatrix A
)
Public Sub Factor ( 
	A As DoubleComplexMatrix
)
public:
void Factor(
	DoubleComplexMatrix^ A
)
member Factor : 
        A : DoubleComplexMatrix -> unit Parameters
- A  DoubleComplexMatrix
- A matrix.
 Remarks
RemarksFor the QR least squares method to succeed, the matrix
            A must have full rank.
 See Also
See Also