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