Package | Description |
---|---|
inverters | |
numerics |
Modifier and Type | Method and Description |
---|---|
RealMatrix[] |
WeightedLinearDT_Inversion.computeWeightedFit(double[] data)
Solves W*Y = W*X*B for B.
|
RealMatrix[] |
WeightedLinearDT_Inversion.computeWeightedFit(double[] data,
double[] olsSolution)
Solves W*Y = W*X*B for B.
|
Modifier and Type | Method and Description |
---|---|
RealMatrix[] |
RealMatrix.svd()
Computes the singular value decomposition U, S and V of the matrix A, so
that A = U S V^T.
|