net.damf.funkson.matrix.opern
Class CofactorHandle
java.lang.Object
net.damf.funkson.matrix.opern.CofactorHandle
public class CofactorHandle
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
matrix
private Matricks matrix
CofactorHandle
protected CofactorHandle(Matricks matr)
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)