[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] GSL performance compared to C++ alternatives such as Arma
From: |
Vladimir Sakharuk |
Subject: |
Re: [Help-gsl] GSL performance compared to C++ alternatives such as Armadillo |
Date: |
Mon, 26 Oct 2015 15:55:04 +0000 |
Armadillo would be faster.
GSL would be more reliable and wider used.
-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Christopher Choi
Sent: Monday, October 26, 2015 11:44 AM
To: address@hidden
Subject: [Help-gsl] GSL performance compared to C++ alternatives such as
Armadillo
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