Home
last modified time | relevance | path

Searched defs:copySubMatrix (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
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
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
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