public class CSJWeightedLeastSquareDoubleSolver extends CSJLeastSquareDoubleSolver
numericTable, order, symbolTable, weightedLSaMatrix, eqnCSJ_Order, CSJ_Tolfactored| Constructor and Description |
|---|
CSJWeightedLeastSquareDoubleSolver(ISparseEqnDouble eqn,
int order) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
solveEqn(double[] b)
Solve the [A]X = B problem, assume that [A] is factorized
|
factorization, solveEqnbuildAMatrixsolveEqnfactorization, setMatrixDirtyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfactorization, setMatrixDirtypublic CSJWeightedLeastSquareDoubleSolver(ISparseEqnDouble eqn, int order)
public double[] solveEqn(double[] b)
throws IpssNumericException
CSJLeastSquareDoubleSolversolveEqn in interface ISparseEqnSolversolveEqn in class CSJLeastSquareDoubleSolverb - the b vectorIpssNumericException