 | DoubleSVDLeastSq Constructor (DoubleMatrix) |
Constructs a DoubleSVDLeastSq instance from the given matrix.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic DoubleSVDLeastSq(
DoubleMatrix A
)
Public Sub New (
A As DoubleMatrix
)
public:
DoubleSVDLeastSq(
DoubleMatrix^ A
)
new :
A : DoubleMatrix -> DoubleSVDLeastSq
Parameters
- A
- Type: CenterSpace.NMath.CoreDoubleMatrix
A matrix
See Also