Boost logo

Ublas :

From: Kresimir Fresl (fresl_at_[hidden])
Date: 2007-10-06 10:23:05


Gunter Winkler wrote:

>> ublas::matrix<double> a(n, n);
>
> this matrix is row_major. Fortran routines usually expect column major:
> matrix<double, column_major> a(n,n);

ATLAS works with column major and with row major matrices.

fres