Home | History | Annotate | Download | only in linear

Lines Matching refs:preMultiply

98      * @param m    matrix to premultiply by
103 RealMatrix preMultiply(RealMatrix m) throws IllegalArgumentException;
508 * @param v the row vector to premultiply by
512 double[] preMultiply(double[] v) throws IllegalArgumentException;
517 * @param v the row vector to premultiply by
521 RealVector preMultiply(RealVector v) throws IllegalArgumentException;