hughperkins / jeigen

Java wrapper for Eigen C++ fast matrix library
Other
106 stars 31 forks source link

DenseMatrixComplex class is not public #4

Closed kmhosny closed 9 years ago

kmhosny commented 9 years ago

Hi, i was trying to us the DenseMatrixComplex class but since it's not public, the compiler wasn't able to get an instance of it, i had to change my package name to jeigen as a work around to be able to get the instance.

was it done on purpose to use the default package access only?

hughperkins commented 9 years ago

Not done on purpose. Fixed in master branch.