* Fix a compilation issue with large fixed-size matrices: the unrollers were always instanciated.

* the unrolling limits are configurable at compile time.
This commit is contained in:
Gael Guennebaud
2008-03-05 13:18:19 +00:00
parent 861c6f4c9b
commit 8e0d548039
9 changed files with 76 additions and 45 deletions

View File

@@ -49,6 +49,8 @@
cout << x.row(0) << endl;
}
* \endcode
*
* \nosubgrouping
*/
template<typename Scalar, typename Derived> class MatrixBase
{