change the implementation of BandMatrix to follow the BLAS/LAPACK storage scheme

This commit is contained in:
Gael Guennebaud
2009-07-15 17:00:49 +02:00
parent 587029a612
commit df6561a73f
4 changed files with 220 additions and 57 deletions

View File

@@ -66,7 +66,7 @@ template<typename ExpressionType> class WithFormat;
template<typename MatrixType> struct CommaInitializer;
template<typename Functor, typename EvalType> class ReturnByValue;
template<typename _Scalar, int Size=Dynamic, int Supers=Dynamic, int Subs=Dynamic, int Options=0> class BandMatrix;
template<typename _Scalar, int Rows=Dynamic, int Cols=Dynamic, int Supers=Dynamic, int Subs=Dynamic, int Options=0> class BandMatrix;
template<typename Lhs, typename Rhs> struct ei_product_mode;