I'm looking for a library that has linear algebra routines on
objects of a self-written class (with overloaded operators +,-,*,/).
An example would be truncated Taylor polynomials.
One can perform all operations +,-,*,/ on truncated Taylor polynomials.
Often it is also necessary to perform linear algebra routines on
matrices where the
elements are such truncated Taylor polynomials.

Does Eigen2 support such custom datatypes?





On Mon, Apr 13, 2009 at 9:58 PM, Russell E. Owen <ro...@u.washington.edu> wrote:
> In article <web-118971...@uni-stuttgart.de>,
>  "Nils Wagner" <nwag...@iam.uni-stuttgart.de> wrote:
>
>> http://www.netlib.org/utk/people/JackDongarra/la-sw.html
>
> You might add Eigen:
> <http://eigen.tuxfamily.org/index.php?title=Main_Page>
> We are finding it to be a very nice package (though the name is
> unfortunate from the perspective of internet search engines). It is a
> pure C++ template library, which is brilliant. That makes it much easier
> to build a package using Eigen than one using lapack/blas/etc..
>
> -- Russell
>
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to