[Help-gsl] GSL performance compared to C++ alternatives such as Armadillo

2015-10-26 Thread Christopher Choi
Hello all,

First of this is not a flame post, I would like to use GSL as linear
algebra library for Neural Network training, so this would involve
calculating hessian matrices, normal matrix and vector operations etc... I
was curious as to how does GSL compares to C++ alternatives such as
Armadillo, what are the pros and cons of using GSL as suppose to the
alternatives?

Additionally if someone could put me towards some benchmarks that would be
great.

Thanks
Chris


Re: [Help-gsl] GSL performance compared to C++ alternatives such as Armadillo

2015-10-26 Thread Rhys Ulerich
> Armadillo would be faster.
> GSL would be more reliable and wider used.

Eigen may be another good alternative for C++.

- Rhys