Home
last modified time | relevance | path

Searched refs:copySubMatrix (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DRealMatrix.java169 void copySubMatrix(int startRow, int endRow, int startColumn, int endColumn, in copySubMatrix() method
184 void copySubMatrix(int[] selectedRows, int[] selectedColumns, double[][] destination) in copySubMatrix() method
DFieldMatrix.java162 void copySubMatrix(int startRow, int endRow, int startColumn, int endColumn, in copySubMatrix() method
177 void copySubMatrix(int[] selectedRows, int[] selectedColumns, T[][] destination) in copySubMatrix() method
DQRDecompositionImpl.java386 b.copySubMatrix(0, m - 1, kStart, kEnd - 1, y); in solve()
DAbstractRealMatrix.java304 public void copySubMatrix(final int startRow, final int endRow,
349 public void copySubMatrix(int[] selectedRows, int[] selectedColumns, double[][] destination)
DAbstractFieldMatrix.java330 public void copySubMatrix(final int startRow, final int endRow, in copySubMatrix() method in AbstractFieldMatrix
375 public void copySubMatrix(int[] selectedRows, int[] selectedColumns, T[][] destination) in copySubMatrix() method in AbstractFieldMatrix