Boost logo

Ublas :

From: Kresimir Fresl (fresl_at_[hidden])
Date: 2007-03-18 09:40:43


Karl Meerbergen wrote:

> The boost-sandbox is updated. I hope all is ok. I think there is a
> problem with the implementation of the bindings. The implementation of
> leading_dimension() should not rely on size_m, but rather on size1() and
> size2() depending on the orientation of the matrix.

Well, original version was:

    static int leading_dimension (matrix_type& m) {
       return functor_t::size2 (m.size1(), m.size2());
    }

It was you who changed size2() into size_m():

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Dec 3 15:25:43 2006 UTC (3 months, 1 week ago) by karlmeerbergen

Regards,

fres