Index

A B C D E F G H I L M N O P Q R S T U V X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values

M

magnitude(vector) - Static method in class mathvoyage.vmath.Vector
Magnitude double.
main(String[]) - Static method in class mathvoyage.Main
 
Main - Class in mathvoyage
 
Main() - Constructor for class mathvoyage.Main
 
MANHATTAN - Enum constant in enum class mathvoyage.DistanceType
Manhattan distance type.
MANHATTAN - Enum constant in enum class mathvoyage.geometry.distanceType
Manhattan distance type.
manhattanDistance(Point, Point) - Method in class mathvoyage.geometry.Geometry
Returns the manhattan distance between two points in cartesian coordinates.
mathvoyage - package mathvoyage
 
mathvoyage.algebra - package mathvoyage.algebra
 
mathvoyage.bitwise - package mathvoyage.bitwise
 
mathvoyage.combinatorics - package mathvoyage.combinatorics
 
mathvoyage.geometry - package mathvoyage.geometry
 
mathvoyage.matrix - package mathvoyage.matrix
 
mathvoyage.NumberSystem - package mathvoyage.NumberSystem
 
mathvoyage.trig - package mathvoyage.trig
 
matrix() - Constructor for class mathvoyage.vmath.matrix
 
Matrix - Class in mathvoyage.matrix
voyager.Matrix class
Matrix(double[][]) - Constructor for class mathvoyage.matrix.Matrix
Instantiates a new Matrix.
Matrix(double[], int, int) - Constructor for class mathvoyage.matrix.Matrix
Instantiates a new Matrix.
Matrix(int[][]) - Constructor for class mathvoyage.matrix.Matrix
Instantiates a new Matrix.
Matrix(int[], int, int) - Constructor for class mathvoyage.matrix.Matrix
Instantiates a new Matrix.
Matrix(int, int) - Constructor for class mathvoyage.matrix.Matrix
Instantiates a new Matrix.
Matrix(int, int, double) - Constructor for class mathvoyage.matrix.Matrix
Instantiates a new Matrix.
max(T[]) - Method in class mathvoyage.algebra.Algebra
Returns the maximum of an array of comparable objects.
max(T[]) - Static method in class mathvoyage.vmath.algebra
Returns the maximum of an array of comparable objects.
max(T, T) - Method in class mathvoyage.algebra.Algebra
Returns the maximum of two comparable objects.
max(T, T) - Static method in class mathvoyage.vmath.algebra
Returns the maximum of two comparable objects.
maxIndex(T[]) - Method in class mathvoyage.algebra.Algebra
returns the index of the maximum of an array of comparable objects.
midpoint(Point, Point) - Method in class mathvoyage.geometry.Geometry
Returns the midpoint of a line between two points.
midpoint(Point, Point) - Static method in class mathvoyage.vmath.geometry
Returns the midpoint of given two points.
min(T[]) - Method in class mathvoyage.algebra.Algebra
Returns the minimum of an array of comparable objects.
min(T[]) - Static method in class mathvoyage.vmath.algebra
Returns the minimum of an array of comparable objects.
min(T, T) - Method in class mathvoyage.algebra.Algebra
Returns the minimum of two comparable objects.
min(T, T) - Static method in class mathvoyage.vmath.algebra
Returns the minimum of two comparable objects.
minIndex(T[]) - Method in class mathvoyage.algebra.Algebra
returns the index of the minimum of an array of comparable objects.
MOON_RADIUS - Static variable in class mathvoyage.vmath.constant
The constant MOON_RADIUS.
multiply(double) - Method in class mathvoyage.matrix.Matrix
Multiply matrix.
multiply(Matrix) - Method in class mathvoyage.matrix.Matrix
Multiply matrix.
multiply(Matrix) - Method in class mathvoyage.matrix.vector
Multiply vector.
multiply(Matrix, double) - Static method in class mathvoyage.vmath.matrix
Returns the multiplication of a matrix and a number.
multiply(Matrix, Matrix) - Static method in class mathvoyage.vmath.matrix
Returns the multiplication of two matrices.
multiply(vector, Matrix) - Static method in class mathvoyage.vmath.Vector
Multiply vector.
A B C D E F G H I L M N O P Q R S T U V X Y Z 
All Classes and Interfaces|All Packages|Constant Field Values