  | FloatSVDecompFactorInPlace Method | 
            Builds a decomposition for the matrix A in place. The
            contents of the matrix A are destroyed.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic void FactorInPlace(
	FloatMatrix A
)
Public Sub FactorInPlace ( 
	A As FloatMatrix
)
public:
void FactorInPlace(
	FloatMatrix^ A
)
member FactorInPlace : 
        A : FloatMatrix -> unit Parameters
- A  FloatMatrix
 - A matrix.
 
RemarksThe elements of the matrix are not checked for
            NaN and inifinite values.
See Also