A E G M S T

M

matrix - package matrix
 
Matrix - Class in matrix
An instance of this class represents a matrix of numbers as double values.
Matrix(int, int) - Constructor for class matrix.Matrix
Creates a matrix with the indicated numbers of rows and columns.
MatrixException - Exception in matrix
A MatrixException should be thrown when attempting to add or multiply matrices of incorrect dimensions.
MatrixException(String) - Constructor for exception matrix.MatrixException
Creates a MatrixException object with the indicated reason.
multiply(Matrix) - Method in class matrix.Matrix
Multiples this matrix with another.

A E G M S T