weyns49570 / efficient-java-matrix-library

Automatically exported from code.google.com/p/efficient-java-matrix-library
0 stars 0 forks source link

SimpleBase.loadCSV is not extensible #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. StatisticsMatrix.loadCSV(String filename) should expose the issue

What is the expected output? What do you see instead?
Due to the method signature in SimpleBase, StatisticsMatrix.loadCSV will return 
a SimpleMatrix instead of a StatisticsMatrix

Original issue reported on code.google.com by stewart....@gmail.com on 5 Dec 2014 at 7:43

GoogleCodeExporter commented 9 years ago
Yes you are correct.  A new function will be created which takes in a 
SimpleMatrix as input so that it can create a derived type.

Original comment by peter.ab...@gmail.com on 9 Dec 2014 at 12:18

GoogleCodeExporter commented 9 years ago
You're correct it's not.  Fixed in the latest git code on the complex branch.  
loadCSV() is no longer static.

Original comment by peter.ab...@gmail.com on 9 Dec 2014 at 12:32