Searched refs:squareMatrix1 (Results 1 – 1 of 1) sorted by relevance
47 final float[][] squareMatrix1, final int size) { in findPivotAndSwapRow() argument61 final float temp1 = squareMatrix1[ip][j]; in findPivotAndSwapRow()62 squareMatrix1[ip][j] = squareMatrix1[row][j]; in findPivotAndSwapRow()63 squareMatrix1[row][j] = temp1; in findPivotAndSwapRow()73 final float[][] squareMatrix1, final int size) throws MatrixOperationFailedException { in sweep() argument80 squareMatrix1[row][j] /= pivot; in sweep()89 squareMatrix1[i][j] -= sweepTargetValue * squareMatrix1[row][j]; in sweep()