preMultiply(RealVector) | | 16% | | 12% | 4 | 5 | 12 | 14 | 0 | 1 |
setRow(int, double[]) | | 0% | | 0% | 3 | 3 | 9 | 9 | 1 | 1 |
walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int) | | 0% | | 0% | 3 | 3 | 8 | 8 | 1 | 1 |
walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int) | | 0% | | 0% | 3 | 3 | 6 | 6 | 1 | 1 |
copySubMatrix(int[], int[], double[][]) | | 72% | | 80% | 2 | 6 | 3 | 15 | 0 | 1 |
copySubMatrix(int, int, int, int, double[][]) | | 73% | | 75% | 2 | 5 | 3 | 14 | 0 | 1 |
addToEntry(int, int, double) | | 0% | | n/a | 1 | 1 | 3 | 3 | 1 | 1 |
multiplyEntry(int, int, double) | | 0% | | n/a | 1 | 1 | 3 | 3 | 1 | 1 |
setSubMatrix(double[][], int, int) | | 93% | | 91% | 1 | 7 | 1 | 19 | 0 | 1 |
power(int) | | 100% | | 100% | 0 | 10 | 0 | 28 | 0 | 1 |
operate(RealVector) | | 100% | | 100% | 0 | 5 | 0 | 14 | 0 | 1 |
operate(double[]) | | 100% | | 100% | 0 | 4 | 0 | 12 | 0 | 1 |
preMultiply(double[]) | | 100% | | 100% | 0 | 4 | 0 | 12 | 0 | 1 |
multiply(RealMatrix) | | 100% | | 100% | 0 | 4 | 0 | 12 | 0 | 1 |
setRowMatrix(int, RealMatrix) | | 100% | | 83% | 1 | 4 | 0 | 10 | 0 | 1 |
setColumnMatrix(int, RealMatrix) | | 100% | | 83% | 1 | 4 | 0 | 10 | 0 | 1 |
hashCode() | | 100% | | 100% | 0 | 3 | 0 | 10 | 0 | 1 |
equals(Object) | | 100% | | 92% | 1 | 8 | 0 | 14 | 0 | 1 |
setRowVector(int, RealVector) | | 100% | | 100% | 0 | 3 | 0 | 9 | 0 | 1 |
setColumnVector(int, RealVector) | | 100% | | 100% | 0 | 3 | 0 | 9 | 0 | 1 |
setColumn(int, double[]) | | 100% | | 100% | 0 | 3 | 0 | 9 | 0 | 1 |
walkInRowOrder(RealMatrixChangingVisitor) | | 100% | | 100% | 0 | 3 | 0 | 9 | 0 | 1 |
walkInColumnOrder(RealMatrixChangingVisitor) | | 100% | | 100% | 0 | 3 | 0 | 9 | 0 | 1 |
walkInColumnOrder(RealMatrixChangingVisitor, int, int, int, int) | | 100% | | 100% | 0 | 3 | 0 | 8 | 0 | 1 |
getSubMatrix(int, int, int, int) | | 100% | | 100% | 0 | 3 | 0 | 7 | 0 | 1 |
getTrace() | | 100% | | 100% | 0 | 3 | 0 | 9 | 0 | 1 |
add(RealMatrix) | | 100% | | 100% | 0 | 3 | 0 | 8 | 0 | 1 |
subtract(RealMatrix) | | 100% | | 100% | 0 | 3 | 0 | 8 | 0 | 1 |
walkInRowOrder(RealMatrixPreservingVisitor) | | 100% | | 100% | 0 | 3 | 0 | 7 | 0 | 1 |
walkInColumnOrder(RealMatrixPreservingVisitor) | | 100% | | 100% | 0 | 3 | 0 | 7 | 0 | 1 |
walkInColumnOrder(RealMatrixPreservingVisitor, int, int, int, int) | | 100% | | 100% | 0 | 3 | 0 | 6 | 0 | 1 |
scalarAdd(double) | | 100% | | 100% | 0 | 3 | 0 | 7 | 0 | 1 |
scalarMultiply(double) | | 100% | | 100% | 0 | 3 | 0 | 7 | 0 | 1 |
getData() | | 100% | | 100% | 0 | 3 | 0 | 6 | 0 | 1 |
getRowMatrix(int) | | 100% | | 100% | 0 | 2 | 0 | 6 | 0 | 1 |
getColumnMatrix(int) | | 100% | | 100% | 0 | 2 | 0 | 6 | 0 | 1 |
toString() | | 100% | | n/a | 0 | 1 | 0 | 5 | 0 | 1 |
getRow(int) | | 100% | | 100% | 0 | 2 | 0 | 6 | 0 | 1 |
getColumn(int) | | 100% | | 100% | 0 | 2 | 0 | 6 | 0 | 1 |
AbstractRealMatrix(int, int) | | 100% | | 100% | 0 | 3 | 0 | 6 | 0 | 1 |
getSubMatrix(int[], int[]) | | 100% | | n/a | 0 | 1 | 0 | 5 | 0 | 1 |
transpose() | | 100% | | n/a | 0 | 1 | 0 | 5 | 0 | 1 |
isSquare() | | 100% | | 100% | 0 | 2 | 0 | 1 | 0 | 1 |
getRowVector(int) | | 100% | | n/a | 0 | 1 | 0 | 1 | 0 | 1 |
getColumnVector(int) | | 100% | | n/a | 0 | 1 | 0 | 1 | 0 | 1 |
walkInOptimizedOrder(RealMatrixChangingVisitor, int, int, int, int) | | 100% | | n/a | 0 | 1 | 0 | 1 | 0 | 1 |
walkInOptimizedOrder(RealMatrixPreservingVisitor, int, int, int, int) | | 100% | | n/a | 0 | 1 | 0 | 1 | 0 | 1 |
static {...} | | 100% | | n/a | 0 | 1 | 0 | 3 | 0 | 1 |
getFrobeniusNorm() | | 100% | | n/a | 0 | 1 | 0 | 1 | 0 | 1 |
preMultiply(RealMatrix) | | 100% | | n/a | 0 | 1 | 0 | 1 | 0 | 1 |
walkInOptimizedOrder(RealMatrixChangingVisitor) | | 100% | | n/a | 0 | 1 | 0 | 1 | 0 | 1 |
walkInOptimizedOrder(RealMatrixPreservingVisitor) | | 100% | | n/a | 0 | 1 | 0 | 1 | 0 | 1 |
AbstractRealMatrix() | | 100% | | n/a | 0 | 1 | 0 | 2 | 0 | 1 |