mikera / vectorz

Fast and flexible numerical library for Java featuring N-dimensional arrays
GNU Lesser General Public License v3.0
242 stars 46 forks source link

Consistent Linear Algebra API #37

Open mikera opened 10 years ago

mikera commented 10 years ago

I believe it is worth making a consistent API for linear algebra operations as follows:

This consistent API gives us a few advantages:

@prasant94 - does that make sense to you? Think it applies to most of the stuff you are importing....

prasant94 commented 10 years ago

Yes, I like the idea of using static functions. I suppose I should also change Cholesky according to this.