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