Searched defs:RealMatrix (Results 1 - 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DRealMatrix.java31 public interface RealMatrix extends AnyMatrix { interface in inherits:AnyMatrix
34 * Create a new RealMatrix of the same type as the instance with the supplied
43 RealMatrix createMatrix(final int rowDimension, final int columnDimension);
50 RealMatrix copy();
59 RealMatrix add(RealMatrix m) throws IllegalArgumentException;
68 RealMatrix subtract(RealMatrix m) throws IllegalArgumentException;
76 RealMatrix scalarAdd(double d);
84 RealMatrix scalarMultipl
[all...]
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 148 milliseconds