Searched defs:RealMatrix (Results 1 - 1 of 1) 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...]

Completed in 126 milliseconds