eigen icon indicating copy to clipboard operation
eigen copied to clipboard

why aren't eigen_spmat_d.ml, egen_spmat_z.ml, etc generated from a functor?

Open bobpoekert opened this issue 6 years ago • 0 comments

it seems like the code in the different type variants of eigen_spmat are identical except for the module containing the eigen-wrapping c functions they reference? could that code be written once as a module functor with the appropriate Eigen_types module passed in? is there a reason why it isn't structured that way?

bobpoekert avatar May 31 '19 15:05 bobpoekert