diff --git a/banded.hpp b/banded.hpp index 6b2d3fa0..5c9ca5f7 100644 --- a/banded.hpp +++ b/banded.hpp @@ -1037,7 +1037,18 @@ namespace boost { namespace numeric { namespace ublas { } }; - // Banded matrix adaptor class + /** \brief A banded matrix adaptator: convert a matrix into a banded matrix + * + * For a \f$(mxn)\f$-dimensional banded matrix with \f$l\f$ lower and \f$u\f$ upper diagonals and + * \f$0 \leq i < m\f$ and \f$0 \leq j < n\f$, if \f$i>j+l\f$ or \f$i class banded_adaptor: public matrix_expression > {