HomeSort by relevance Sort by last modified time
    Searched defs:copyOut (Results 1 - 4 of 4) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
Array2DRowFieldMatrix.java 161 return new Array2DRowFieldMatrix<T>(copyOut(), false);
291 return copyOut();
589 private T[][] copyOut() {
Array2DRowRealMatrix.java 169 return new Array2DRowRealMatrix(copyOut(), false);
299 return copyOut();
597 private double[][] copyOut() {
RealMatrixImpl.java 170 return new RealMatrixImpl(copyOut(), false);
300 return copyOut();
605 private double[][] copyOut() {
BigMatrixImpl.java 262 return new BigMatrixImpl(this.copyOut(), false);
497 return copyOut();
    [all...]

Completed in 240 milliseconds