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=1&rev2=2

  = Simplification of the API of package linear =
  In this wiki page, the proposals made on the mailing-list towards the 
simplification of the org.apache.commons.math3.linear package will be 
summarized.
  
+ == Real``Vector vs. Real``Matrix ==
+ In this section, the current (version 3.0) interfaces for vectors and 
matrices are compared. Vectors and matrices are two mathematical objects which 
are very close in nature. Their implementations should therefore be as similar 
as possible.
+ 
+ === Essential methods ===
+ The methods listed below are tagged as "essential", as they reflect the 
underlying mathematical structure of vector spaces.
+ 
+ ||<tablewidth="95%" tablealign="center">Real``Vector||Real``Matrix||Comments||
+ 
+ ||||||<tablewidth="95%" tablealign="center">'''Comparison of essential 
methods in interfaces Real``Vector and Real``Matrix'''||
+ ||{{{
+ (
+  v)
+ }}}
+ || || ||
+ ||{{{
+ (double d)
+ }}}
+ || || ||
+ 
+ 
+ === Convenient methods ===
+ === Methods which could be externalized ===
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to