Uses of Class
org.lemsml.jlems.core.run.MatrixException
-
Packages that use MatrixException Package Description org.lemsml.jlems.core.run -
-
Uses of MatrixException in org.lemsml.jlems.core.run
Methods in org.lemsml.jlems.core.run that throw MatrixException Modifier and Type Method Description 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()
static double[]
Matrix. luSolve(double[][] m, double[] R)
Column
Matrix. luSolve(Column r)
static double[]
SMatrix. 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(java.lang.String s)
Column
Matrix. times(Column v)
-