Skip to content
Prev 76493 / 398503 Next

"best" c++ matrix library?

Le 01.09.2005 10:32, Ott Toomet a ??crit :
Hello,

CPPLAPACK : <http://cpplapack.sourceforge.net/> is a c++ wrapper for 
lapack routines.
It is not so complicated to use once you have blas and lapack installed.
I think it is much faster than newmat.

Romain