bahaelaila7 / sparse-eigensolvers-java

Automatically exported from code.google.com/p/sparse-eigensolvers-java
0 stars 1 forks source link

Rethink Lobpcg API #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I looked at the Lobpcg API and I was just confused. The constructor seems to 
take parameters and ignore them, and `runLobpcg(Object ... args)` is taking an 
array of `Object`s. Eek! I think this would be a lot cleaner if object oriented 
principles were used here.

Original issue reported on code.google.com by Sam.Hall...@gmail.com on 14 Oct 2012 at 4:56

GoogleCodeExporter commented 9 years ago

Original comment by Sam.Hall...@gmail.com on 16 Oct 2012 at 7:19

GoogleCodeExporter commented 9 years ago
See previous comment on API.

Original comment by margent...@gmail.com on 14 Nov 2012 at 2:56