 | DoubleSVDecompFactor Method (DoubleMatrix) |
Builds a decomposition for the matrix A.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic void Factor(
DoubleMatrix A
)
Public Sub Factor (
A As DoubleMatrix
)
public:
void Factor(
DoubleMatrix^ A
)
member Factor :
A : DoubleMatrix -> unit
Parameters
- A
- Type: CenterSpace.NMath.CoreDoubleMatrix
A matrix.
Exceptions
See Also