Hacker News new | ask | show | jobs
by hatred 4618 days ago
Thanks for the reply slavio.

- It seems that no expression template machinery is being used? Hence, it might be too slow for most basic operations for us due to creation of temporaries. - Does not have support for n-dimensional views. You can only get a view upon contiguous rows or columns. ( However, I might ignore this if the first point is settled ) - No vectorization support etc which you get with other libraries like Eigen/NT2 among others.

I might be wrong on some points though.