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

G

gcd(int, int) - Method in class mathvoyage.algebra.Algebra
Calculates the GCD of a number.
gcd(int, int) - Static method in class mathvoyage.vmath.algebra
Returns the greatest common divisor of two numbers.
generateSubsets(Integer[]) - Static method in class mathvoyage.combinatorics.Combinatorics
Returns subsets of set.
generateSubsets(Integer[]) - Static method in class mathvoyage.vmath.combinatorics
Returns the number of subsets of a set.
geometry() - Constructor for class mathvoyage.vmath.geometry
 
Geometry - Class in mathvoyage.geometry
voyager.geometry.java
get(int, int) - Method in class mathvoyage.matrix.Matrix
Get double.
getByte(int, int, boolean) - Method in class mathvoyage.bitwise.Bitwise
Returns the value of the n-th byte of the integer x
getByte(int, int, signType) - Static method in class mathvoyage.vmath.bitwise
Returns the n'th byte of the integer a.
getCoefficientOfX() - Method in interface mathvoyage.geometry.Line
Returns the coefficient of x of the line.
getCoefficientOfX() - Method in class mathvoyage.geometry.NormalLine
Returns the coefficient of x of the line.
getCoefficientOfX() - Method in class mathvoyage.geometry.SegmentLine
Returns the coefficient of x of the line.
getCoefficientOfX() - Method in class mathvoyage.geometry.SlopeLine
Returns the coefficient of x of the line.
getCoefficientOfY() - Method in interface mathvoyage.geometry.Line
Returns the coefficient of y of the line.
getCoefficientOfY() - Method in class mathvoyage.geometry.NormalLine
Returns the coefficient of y of the line.
getCoefficientOfY() - Method in class mathvoyage.geometry.SegmentLine
Returns the coefficient of y of the line.
getCoefficientOfY() - Method in class mathvoyage.geometry.SlopeLine
Returns the coefficient of y of the line.
getCols() - Method in class mathvoyage.matrix.Matrix
Get cols int.
getComponent(int) - Method in class mathvoyage.matrix.vector
Gets component.
getConstant() - Method in interface mathvoyage.geometry.Line
Returns the constant of the line.
getConstant() - Method in class mathvoyage.geometry.NormalLine
Returns the constant of the line.
getConstant() - Method in class mathvoyage.geometry.SegmentLine
Returns the constant of the line.
getConstant() - Method in class mathvoyage.geometry.SlopeLine
Returns the constant of the line.
getData() - Method in class mathvoyage.matrix.Matrix
Get data double [ ] [ ].
getDeterminant() - Method in class mathvoyage.matrix.Matrix
Get determinant double.
getInstance() - Static method in class mathvoyage.algebra.Algebra
Returns the singleton instance of this class.
getInstance() - Static method in class mathvoyage.algebra.Factorial_UTIL
Returns the singleton instance of this class.
getInstance() - Static method in class mathvoyage.bitwise.Bitwise
Returns the singleton instance of this class.
getInstance() - Static method in class mathvoyage.combinatorics.Combinatorics
Returns the singleton instance of this class.
getInstance() - Static method in class mathvoyage.geometry.Geometry
Returns the singleton instance of this class.
getInstance() - Static method in class mathvoyage.NumberSystem.BaseConverter
Returns the singleton instance of this class.
getInstance() - Static method in class mathvoyage.trig.trigonometry
Returns the singleton instance of this class.
getLineFromIntersectingPoint(Line, Line, Point) - Method in class mathvoyage.geometry.Geometry
Returns the line passing through the intersection point of two lines.
getLineFromIntersectionPoint(Line, Line, Point) - Static method in class mathvoyage.vmath.geometry
Returns the line passing through the intersection point of two lines.
getLineFromTwoPoints(Point, Point) - Method in class mathvoyage.geometry.Geometry
Returns the line passing through two points.
getLineFromTwoPoints(Point, Point) - Static method in class mathvoyage.vmath.geometry
Returns the line passing through two points.
getMagnitude() - Method in class mathvoyage.matrix.vector
Get magnitude double.
getParallelLine(Line, Point) - Method in class mathvoyage.geometry.Geometry
Returns the parallel line of a line passing through a point.
getParallelLine(Line, Point) - Static method in class mathvoyage.vmath.geometry
Returns the parallel line of a line passing through a point.
getPerpendicularLine(Line, Point) - Method in class mathvoyage.geometry.Geometry
Returns the perpendicular line of a line passing through a point.
getPerpendicularLine(Line, Point) - Static method in class mathvoyage.vmath.geometry
Returns the perpendicular line of a line passing through a point.
getR() - Method in class mathvoyage.geometry.CartesianPoint
Returns the r-coordinate of the point.
getR() - Method in interface mathvoyage.geometry.Point
Gets r.
getR() - Method in class mathvoyage.geometry.PolarPoint
Returns the r-coordinate of the point.
getRows() - Method in class mathvoyage.matrix.Matrix
Get rows int.
getScaled(double) - Method in class mathvoyage.matrix.vector
Get scaled vector.
getShift() - Method in interface mathvoyage.geometry.Line
Returns the shift of the line.
getShift() - Method in class mathvoyage.geometry.NormalLine
Returns the shift of the line.
getShift() - Method in class mathvoyage.geometry.SegmentLine
Returns the shift of the line.
getShift() - Method in class mathvoyage.geometry.SlopeLine
Returns the shift of the line.
getSize() - Method in class mathvoyage.matrix.vector
Gets size.
getSlope() - Method in interface mathvoyage.geometry.Line
Returns the slope of the line.
getSlope() - Method in class mathvoyage.geometry.NormalLine
Returns the slope of the line.
getSlope() - Method in class mathvoyage.geometry.SegmentLine
Returns the slope of the line.
getSlope() - Method in class mathvoyage.geometry.SlopeLine
Returns the slope of the line.
getTheta() - Method in class mathvoyage.geometry.CartesianPoint
Returns the theta-coordinate of the point.
getTheta() - Method in interface mathvoyage.geometry.Point
Gets theta.
getTheta() - Method in class mathvoyage.geometry.PolarPoint
Returns the theta-coordinate of the point.
getUnitVector() - Method in class mathvoyage.matrix.vector
Get unit vector vector.
getX() - Method in class mathvoyage.geometry.CartesianPoint
Returns the x-coordinate of the point.
getX() - Method in interface mathvoyage.geometry.Point
Gets x.
getX() - Method in class mathvoyage.geometry.PolarPoint
Returns the x-coordinate of the point.
getXIntercept() - Method in interface mathvoyage.geometry.Line
Returns the x-intercept of the line.
getXIntercept() - Method in class mathvoyage.geometry.NormalLine
Returns the x-intercept of the line.
getXIntercept() - Method in class mathvoyage.geometry.SegmentLine
Returns the x-intercept of the line.
getXIntercept() - Method in class mathvoyage.geometry.SlopeLine
Returns the x-intercept of the line.
getY() - Method in class mathvoyage.geometry.CartesianPoint
Returns the y-coordinate of the point.
getY() - Method in interface mathvoyage.geometry.Point
Gets y.
getY() - Method in class mathvoyage.geometry.PolarPoint
Returns the y-coordinate of the point.
getYIntercept() - Method in interface mathvoyage.geometry.Line
Returns the y-intercept of the line.
getYIntercept() - Method in class mathvoyage.geometry.NormalLine
Returns the y-intercept of the line.
getYIntercept() - Method in class mathvoyage.geometry.SegmentLine
Returns the y-intercept of the line.
getYIntercept() - Method in class mathvoyage.geometry.SlopeLine
Returns the y-intercept of the line.
GOLDEN_RATIO - Static variable in class mathvoyage.vmath.constant
The constant GOLDEN_RATIO.
GRAVITATIONAL_CONSTANT - Static variable in class mathvoyage.vmath.constant
The constant GRAVITATIONAL_CONSTANT.
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