net.damf.funkson.matrix.opern
Class CofactorHandle

java.lang.Object
  extended by net.damf.funkson.matrix.opern.CofactorHandle

public class CofactorHandle
extends java.lang.Object


Field Summary
private  Matricks matrix
           
 
Constructor Summary
protected CofactorHandle(Matricks matr)
           
 
Method Summary
protected  Numbor getCofactor(boolean positive, int row, int column)
           
static Matricks getCofMatrix(Matricks matrix)
           
protected  Numbor getDeterminant()
           
protected static Matricks getSpliced(Matricks matrix, int row, int column)
           
protected static Numbor[][] getSpliced(Numbor[][] matrix, int row, int column)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matrix

private Matricks matrix
Constructor Detail

CofactorHandle

protected CofactorHandle(Matricks matr)
Method Detail

getDeterminant

protected Numbor getDeterminant()

getCofactor

protected Numbor getCofactor(boolean positive,
                             int row,
                             int column)

getCofMatrix

public static Matricks getCofMatrix(Matricks matrix)

getSpliced

protected static Matricks getSpliced(Matricks matrix,
                                     int row,
                                     int column)

getSpliced

protected static Numbor[][] getSpliced(Numbor[][] matrix,
                                       int row,
                                       int column)