Home | History | Annotate | Download | only in linear

Lines Matching defs:solution

29  * solution and inverse.
1087 * Returns a matrix of (column) solution vectors for linear systems with
1093 * @return solution array
1105 final BigDecimal[][] solution = ((BigMatrixImpl) (solve(bMatrix))).getDataRef();
1108 out[row] = solution[row][0];
1114 * Returns a matrix of (column) solution vectors for linear systems with
1120 * @return solution array
1133 * Returns a matrix of (column) solution vectors for linear systems with
1139 * @return matrix of solution vectors