JKalman
A C D E G H I J L M N P Q R S T U

M

Maths - Class in jama.util
 
Maths() - Constructor for class jama.util.Maths
 
Matrix - Class in jama
Jama = Java Matrix class.
Matrix(int, int) - Constructor for class jama.Matrix
Construct an m-by-n matrix of zeros.
Matrix(int, int, double) - Constructor for class jama.Matrix
Construct an m-by-n constant matrix.
Matrix(double[][]) - Constructor for class jama.Matrix
Construct a matrix from a 2-D array.
Matrix(double[][], int, int) - Constructor for class jama.Matrix
Construct a matrix quickly without checking arguments.
Matrix(double[], int) - Constructor for class jama.Matrix
Construct a matrix from a one-dimensional packed array
minus(Matrix) - Method in class jama.Matrix
C = A - B
minusEquals(Matrix) - Method in class jama.Matrix
A = A - B

JKalman
A C D E G H I J L M N P Q R S T U