 | DoubleSVDLeastSq(DoubleMatrix) Constructor |
Constructs a DoubleSVDLeastSq instance from the given matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleSVDLeastSq(
DoubleMatrix A
)
Public Sub New (
A As DoubleMatrix
)
public:
DoubleSVDLeastSq(
DoubleMatrix^ A
)
new :
A : DoubleMatrix -> DoubleSVDLeastSqParameters
- A DoubleMatrix
- A matrix
See Also