void |
Matrix.add(Matrix m) |
Matrix |
Matrix.crudeExpOf(double t) |
double |
Matrix.det() |
double[] |
Matrix.ev1vec(int np) |
Matrix |
Matrix.expOf(double t) |
Matrix |
Matrix.inverse() |
void |
Matrix.invert() |
void |
Matrix.lu() |
Column |
Matrix.luSolve(Column r) |
static double[] |
SMatrix.luSolve(double[][] m,
double[] R) |
static double[] |
Matrix.luSolve(double[][] m,
double[] R) |
double[] |
Matrix.lvprod(double[] v) |
static double[][] |
SMatrix.mMmultiply(double[][] a,
double[][] b) |
void |
Matrix.mpyBy(Matrix m) |
static double[] |
SMatrix.mvMultiply(double[][] a,
double[] b) |
Matrix |
Matrix.power(int p) |
Matrix |
Matrix.prod(Matrix m) |
double[] |
Matrix.rvprod(double[] v) |
Matrix |
Matrix.sum(Matrix m) |
void |
Matrix.sysPrint(String s) |
Column |
Matrix.times(Column v) |