public class CSJWeightedLeastSquareDoubleSolver extends CSJLeastSquareDoubleSolver
numericTable, order, symbolTable, weightedLS
aMatrix, eqn
CSJ_Order, CSJ_Tol
factored
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, solveEqn
buildAMatrix
solveEqn
factorization, setMatrixDirty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
factorization, setMatrixDirty
public CSJWeightedLeastSquareDoubleSolver(ISparseEqnDouble eqn, int order)
public double[] solveEqn(double[] b) throws IpssNumericException
CSJLeastSquareDoubleSolver
solveEqn
in interface ISparseEqnSolver
solveEqn
in class CSJLeastSquareDoubleSolver
b
- the b vectorIpssNumericException