Closed abhimadan closed 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
Eigen::MatrixXd
I just pushed a change to correct this, hopefully it's all fixed up now.
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