|
Ublas : |
From: Nico Galoppo (nico_at_[hidden])
Date: 2007-03-22 11:39:42
BTW, it really pays off to use the ATLAS bindings for this kind of dense
product. It is orders of magnitude faster than the default ublas implementation.
--nico
Gross, Steve wrote:
> Ublas::matrix<double> m1(100, 100), C(100, 100);
>
> Ublas::Prod(m1, m1)
>
> c = ublas::prod(m1, m1)
-- Nico Galoppo UNC-CH PhD. student http://www.ngaloppo.org +1-919-942-4388