|
Ublas : |
Subject: [ublas] [bindings] Initial support for glas and mtl containers
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-01-14 07:19:58
Dear all,
I've just committed support for GLAS's and MTL's dense vector and matrix
containers. Include with
boost/numeric/bindings/glas/dense_vector.hpp
boost/numeric/bindings/glas/dense_matrix.hpp
boost/numeric/bindings/mtl/dense_vector.hpp
boost/numeric/bindings/mtl/dense2D.hpp
It's also possible to write bindings to support concepts of foreign
libraries such as GLAS and MTL, by using the Enable template parameter of
the adaptor class.
Questions and/or comments are welcome.
Cheers,
Rutger