Uses of Class
net.damf.funkson.numbor.Numbor

Packages that use Numbor
net.damf.funkson   
net.damf.funkson.matrix   
net.damf.funkson.matrix.gui   
net.damf.funkson.matrix.opern   
net.damf.funkson.matrix.vector   
net.damf.funkson.numbor   
 

Uses of Numbor in net.damf.funkson
 

Methods in net.damf.funkson that return Numbor
private static Numbor FromString.pureNum(java.lang.String numStr)
           
static Numbor FromString.toNumbor(java.lang.String numStr)
           
 

Uses of Numbor in net.damf.funkson.matrix
 

Fields in net.damf.funkson.matrix declared as Numbor
protected  Numbor[][] Matricks.numbor2
           
 

Methods in net.damf.funkson.matrix that return Numbor
 Numbor[][] Matricks.get()
           
 Numbor Matricks.get(int row, int col)
           
 Numbor[][] Matricks.getInverse()
           
 

Methods in net.damf.funkson.matrix with parameters of type Numbor
 void Matricks.addToRow(int receiving, int row, Numbor toMultiply)
           
 void Matricks.divideRowBy(int row, Numbor numbor)
           
 void Matricks.multiplyRowBy(int row, Numbor numbor)
           
 void Matricks.set(int row, int col, Numbor num)
           
 void Matricks.setMatrix(Numbor[][] matrix)
           
 void Matricks.setMatrix(java.lang.String str, Numbor[][] matrix)
           
 void Matricks.subtractFromRow(int receiving, int row, Numbor toMultiply)
           
 

Constructors in net.damf.funkson.matrix with parameters of type Numbor
ExtMatricks(java.lang.String str, Numbor[][] matrix, InterHandle hand)
           
Matricks(Numbor[][] matrix)
           
Matricks(java.lang.String str, Numbor[][] matrix)
           
 

Uses of Numbor in net.damf.funkson.matrix.gui
 

Methods in net.damf.funkson.matrix.gui that return Numbor
 Numbor[][] MatrixGUI.gatherNums()
           
 Numbor[][] MatrixGUIForApplet.gatherNums()
           
 

Methods in net.damf.funkson.matrix.gui with parameters of type Numbor
 void MatrixApplet.createNewWindow(java.lang.String name, Numbor[][] matrix)
           
private  void MatrixGUI.initLogic(java.lang.String name, Numbor[][] matrix, MatrixInitWindow caller)
           
 void ScalerGUI.outputAnswer(Numbor numbor)
           
private  void MatrixGUIForApplet.outputAnswer(Numbor[][] numbor2)
           
 

Constructors in net.damf.funkson.matrix.gui with parameters of type Numbor
MatrixGUI(java.lang.String name, Numbor[][] matrix, MatrixInitWindow caller)
           
MatrixGUIForApplet(java.lang.String theName, Numbor[][] matrix, MatrixApplet caller)
           
ScalerGUI(java.lang.String theName, Numbor numbor)
           
 

Uses of Numbor in net.damf.funkson.matrix.opern
 

Fields in net.damf.funkson.matrix.opern declared as Numbor
protected  Numbor[][] DualOp.matrix1
           
protected  Numbor[][] DualOp.matrix2
           
protected  Numbor ScalerResultOp.result
           
protected  Numbor[][] DualOp.returnMatrix
           
 

Methods in net.damf.funkson.matrix.opern that return Numbor
protected  Numbor CofactorHandle.getCofactor(boolean positive, int row, int column)
           
protected  Numbor CofactorHandle.getDeterminant()
           
static Numbor[][] DualOp.getLastSeparated(Numbor[][] combinedMatrix, int parts)
           
 Numbor[][] DualOp.getResult()
           
 Numbor ScalerResultOp.getResult()
           
protected static Numbor[][] CofactorHandle.getSpliced(Numbor[][] matrix, int row, int column)
           
static Numbor ScalerResultOp.perform(java.lang.String methodName, Matricks matrix)
           
static Numbor ScalerResultOp.perform(java.lang.String methodName, Numbor[][] matrix)
           
static Numbor[][] DualOp.perform(java.lang.String methodName, Numbor[][] matrix1, Numbor[][] matrix2)
           
 

Methods in net.damf.funkson.matrix.opern with parameters of type Numbor
static int[] DualOp.addInit(DualOp dualOp, Numbor[][] matrix1, Numbor[][] matrix2)
           
static int[] DualOp.addInit(DualOp dualOp, Numbor[][] matrix1, Numbor[][] matrix2)
           
 void Elementary.addToRow(int receiving, int row, Numbor toMultiply)
           
 void Elementary.divideRowBy(int row, Numbor toMultiply)
           
static Matricks DualOp.getCombined(Numbor[][] matrix1, Numbor[][] matrix2)
           
static Matricks DualOp.getCombined(Numbor[][] matrix1, Numbor[][] matrix2)
           
static Numbor[][] DualOp.getLastSeparated(Numbor[][] combinedMatrix, int parts)
           
protected static Numbor[][] CofactorHandle.getSpliced(Numbor[][] matrix, int row, int column)
           
static int[] DualOp.multiplyInit(DualOp dualOp, Numbor[][] matrix1, Numbor[][] matrix2)
           
static int[] DualOp.multiplyInit(DualOp dualOp, Numbor[][] matrix1, Numbor[][] matrix2)
           
 void Elementary.multiplyRowBy(int row, Numbor toMultiply)
           
static Numbor ScalerResultOp.perform(java.lang.String methodName, Numbor[][] matrix)
           
static Numbor[][] DualOp.perform(java.lang.String methodName, Numbor[][] matrix1, Numbor[][] matrix2)
           
static Numbor[][] DualOp.perform(java.lang.String methodName, Numbor[][] matrix1, Numbor[][] matrix2)
           
 void Elementary.subtractFromRow(int receiving, int row, Numbor toMultiply)
           
static int[] DualOp.subtractInit(DualOp dualOp, Numbor[][] matrix1, Numbor[][] matrix2)
           
static int[] DualOp.subtractInit(DualOp dualOp, Numbor[][] matrix1, Numbor[][] matrix2)
           
 

Constructors in net.damf.funkson.matrix.opern with parameters of type Numbor
DualOp(Numbor[][] m1, Numbor[][] m2)
           
DualOp(Numbor[][] m1, Numbor[][] m2)
           
Elementary(Numbor[][] matrix)
           
RRE(Numbor[][] matr)
           
ScalerResultOp(Numbor[][] matr)
           
 

Uses of Numbor in net.damf.funkson.matrix.vector
 

Fields in net.damf.funkson.matrix.vector declared as Numbor
protected  Numbor[] Vektor.numbor1
           
 

Methods in net.damf.funkson.matrix.vector that return Numbor
 Numbor[] Vektor.get()
           
 Numbor Vektor.get(int coord)
           
 

Methods in net.damf.funkson.matrix.vector with parameters of type Numbor
 void Vektor.set(int coord, Numbor num)
           
 void Vektor.setVector(java.lang.String str, Numbor[] nums)
           
 

Constructors in net.damf.funkson.matrix.vector with parameters of type Numbor
Vektor(Numbor[] nums)
           
Vektor(java.lang.String str, Numbor[] nums)
           
 

Uses of Numbor in net.damf.funkson.numbor
 

Methods in net.damf.funkson.numbor that return Numbor
 Numbor Numbor.addTo(Numbor numbor)
           
 Numbor Numbor.divideBy(Numbor numbor)
           
static Numbor Numbor.fromString(java.lang.String str)
           
 Numbor Numbor.getClone()
           
 Numbor Numbor.getInverse()
           
 Numbor Numbor.getNegated()
           
 Numbor Numbor.getOppositeInverse()
           
 Numbor Numbor.getProduct(int num)
           
 Numbor Numbor.getProduct(Numbor numbor)
           
 Numbor Numbor.getQuotient(Numbor numbor)
           
 Numbor Numbor.getSum(Numbor numbor)
           
 Numbor Numbor.multiplyBy(int num)
           
 Numbor Numbor.multiplyBy(Numbor numbor)
           
 Numbor Numbor.negate()
           
 Numbor Numbor.simplify()
           
 

Methods in net.damf.funkson.numbor with parameters of type Numbor
 Numbor Numbor.addTo(Numbor numbor)
           
 Numbor Numbor.divideBy(Numbor numbor)
           
 Numbor Numbor.getProduct(Numbor numbor)
           
 Numbor Numbor.getQuotient(Numbor numbor)
           
 Numbor Numbor.getSum(Numbor numbor)
           
 Numbor Numbor.multiplyBy(Numbor numbor)
           
 void Numbor.set(Numbor num)