|
Ublas : |
Subject: Re: [ublas] [bindings] extraneous argument
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2009-09-18 02:52:24
Uldarico Muico wrote:
> There is a typo
>
> (transa=='N'?traits::matrix_num_columns(a),traits::matrix_num_rows(a))
>
> It should be
>
> (transa=='N' ? traits::matrix_num_columns(a) : traits::matrix_num_rows
> (a))
>
Fixed. I've also removed the extra level-namespace, added the right files in
level1.hpp through level3.hpp, and removed the high-level stuff.
They should be close to useable now :-)
Cheers,
Rutger