net.damf.funkson.matrix
Class ExtMatricks

java.lang.Object
  extended by net.damf.funkson.matrix.Matricks
      extended by net.damf.funkson.matrix.ExtMatricks
All Implemented Interfaces:
java.lang.Cloneable

public class ExtMatricks
extends Matricks


Field Summary
private  InterHandle handle
           
 
Fields inherited from class net.damf.funkson.matrix.Matricks
cols, name, numbor2, rows
 
Constructor Summary
ExtMatricks(Matricks matrix, InterHandle hand)
           
ExtMatricks(java.lang.String str, int rowz, int colz, InterHandle hand)
           
ExtMatricks(java.lang.String str, Numbor[][] matrix, InterHandle hand)
           
 
Method Summary
 InterHandle getHandle()
           
 boolean perform(boolean overWrite, boolean keepName, int opIndex)
           
 Matricks perform(int opIndex)
           
 Matricks perform(int opIndex, Matricks matr)
           
 boolean performNew(int opIndex)
           
 boolean performOver(int opIndex)
           
 void remove()
           
 
Methods inherited from class net.damf.funkson.matrix.Matricks
addToRow, clone, converToStandard, displayStep, divideRowBy, get, get, getClone, getCols, getHalfStandard, getInverse, getName, getNameEq, getNumStrRay, getPlainStandard, getRows, getTranspose, invert, isSquare, multiplyRowBy, set, setMatrix, setMatrix, setMatrix, setName, subtractFromRow, swapRows, transpose
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handle

private InterHandle handle
Constructor Detail

ExtMatricks

public ExtMatricks(Matricks matrix,
                   InterHandle hand)

ExtMatricks

public ExtMatricks(java.lang.String str,
                   int rowz,
                   int colz,
                   InterHandle hand)

ExtMatricks

public ExtMatricks(java.lang.String str,
                   Numbor[][] matrix,
                   InterHandle hand)
Method Detail

perform

public Matricks perform(int opIndex)

perform

public Matricks perform(int opIndex,
                        Matricks matr)

performNew

public boolean performNew(int opIndex)

performOver

public boolean performOver(int opIndex)

perform

public boolean perform(boolean overWrite,
                       boolean keepName,
                       int opIndex)

getHandle

public InterHandle getHandle()

remove

public void remove()