dilevin / Bartels

48 stars 15 forks source link

Allow floats to be used #4

Closed abhimadan closed 4 years ago

abhimadan commented 4 years ago

Due to this function, Bartels only works with doubles (note the Eigen::MatrixXd): https://github.com/dilevin/Bartels/blob/41bcdecbbe466db50eabab9dd6b61582dacde367/src/eval_at_point.cpp#L8

dilevin commented 4 years ago

I just pushed a change to correct this, hopefully it's all fixed up now.