Boost logo

Ublas :

Subject: [ublas] [bindings][blas] added asserts on data structures
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2012-10-11 03:07:16


Hey all,

I've just added and committed support for STATIC_ASSERTs on all data
structures passed to any blas routine. So, as of now, it's not so easy
anymore to lie to blas about your data structures. All cases in blas are
checked: dense linear, triangular and band storage schemes. Vectors
should have linear storage.

The Lapack bindings should get the same, but we need to update the
parser first.

Cheers,

Rutger