Index

A C D G H M P R S T U V Y 
All Classes and Interfaces|All Packages

M

magnitude() - Method in class maxharold.matrix.Vector
Calculates the magnitude of the vector
Matrix - Class in maxharold.matrix
Class used for creating matrices and performing matrix operations
Matrix(double[]) - Constructor for class maxharold.matrix.Matrix
Constructs a Matrix from an array that acts as a row vector
Matrix(double[][]) - Constructor for class maxharold.matrix.Matrix
Constructs a Matrix from a 2D array (makes the matrix null if invalid)
Matrix(int, int) - Constructor for class maxharold.matrix.Matrix
Constructs an empty matrix of a specified size
Matrix(Vector...) - Constructor for class maxharold.matrix.Matrix
Constructs a matrix from specified rows as vectors (makes the matrix null if invalid)
maxharold.matrix - package maxharold.matrix
 
minus(Matrix) - Method in class maxharold.matrix.Matrix
Subtracts one matrix from another with the current matrix instance as the first matrix
mul(Matrix) - Method in class maxharold.matrix.Matrix
Performs matrix multiplication with the current matrix instance as the first matrix
mul(Matrix, Matrix) - Static method in class maxharold.matrix.Matrix
Performs matrix multiplication on two matrices
A C D G H M P R S T U V Y 
All Classes and Interfaces|All Packages