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 voidMatrix. add(Matrix m)MatrixMatrix. crudeExpOf(double t)doubleMatrix. det()double[]Matrix. ev1vec(int np)MatrixMatrix. expOf(double t)MatrixMatrix. inverse()voidMatrix. invert()voidMatrix. lu()static double[]Matrix. luSolve(double[][] m, double[] R)ColumnMatrix. luSolve(Column r)static double[]SMatrix. luSolve(double[][] m, double[] R)double[]Matrix. lvprod(double[] v)static double[][]SMatrix. mMmultiply(double[][] a, double[][] b)voidMatrix. mpyBy(Matrix m)static double[]SMatrix. mvMultiply(double[][] a, double[] b)MatrixMatrix. power(int p)MatrixMatrix. prod(Matrix m)double[]Matrix. rvprod(double[] v)MatrixMatrix. sum(Matrix m)voidMatrix. sysPrint(java.lang.String s)ColumnMatrix. times(Column v)
-