HomeSort by relevance Sort by last modified time
    Searched refs:getColumnAsDoubleArray (Results 1 - 2 of 2) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BigMatrix.java 220 double [] getColumnAsDoubleArray(int col) throws MatrixIndexException;
BigMatrixImpl.java 852 public double[] getColumnAsDoubleArray(int col) throws MatrixIndexException {
    [all...]

Completed in 50 milliseconds