|
Ublas : |
Subject: Re: [ublas] compile error on gesv.hpp on 64Bit system
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-07-25 15:39:04
Kraus Philipp wrote:
> , ptrdiff_t,
> ptrdiff_t, double*, ptrdiff_t, long int*, double*, ptrdiff_t
Have you verified the type of fortran_int_t for your platforms? Is it long
int (as your code shows above)? It is defined in
boost/numeric/bindings/detail/config/fortran.hpp. The reason why the
overload may not be caught is due to different fortran integer types.
Cheers,
Rutger