Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The "LinearPackageInterfaceSimplification" page has been changed by SebastienBrisard: http://wiki.apache.org/commons/LinearPackageInterfaceSimplification?action=diff&rev1=2&rev2=3 === Essential methods === The methods listed below are tagged as "essential", as they reflect the underlying mathematical structure of vector spaces. + ||<tablestyle="text-align: center; width: 1142px; height: 27px;">RealVector ||RealMatrix ||Comments || + ||RealVector add(RealVector v)||RealMatrix add(RealMatrix m)|| || + || ||double getTrace()|| || + ||RealVector mapMultiply(double d)||RealMatrix scalarMultiply(double d)|| || + ||RealVector mapMultiplyToSelf(double d)|| || || + || ||RealMatrix multiply(RealMatrix m)|| || + || ||double[] operate(double[] v)|| || + || ||RealVector operate(RealVector v)|| || + || ||double[] RealVector preMultiply(double[] v)|| || + || ||RealMatrix preMultiply(RealMatrix m)|| || + || ||RealVector preMultiply(RealVector v)|| || + || ||RealMatrix transpose()|| || - ||<tablewidth="95%" tablealign="center">Real``Vector||Real``Matrix||Comments|| + - ||||||<tablewidth="95%" tablealign="center">'''Comparison of essential methods in interfaces Real``Vector and Real``Matrix'''|| + ||||||<tablewidth="95%" tablestyle="text-align:center"style="text-align:center">'''Comparison of essential methods in interfaces RealVector and RealMatrix''' || + + - ||{{{ - ( - v) - }}} - || || || - ||{{{ - (double d) - }}} - || || || === Convenient methods === --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org