move BandMatrix and TridiagonalMatrix to the internal:: namespace

This commit is contained in:
Benoit Jacob
2010-12-25 17:17:10 -05:00
parent 8d2a10c5c1
commit dc3618a557
3 changed files with 8 additions and 2 deletions

View File

@@ -73,6 +73,8 @@ template<typename MatrixType> void bandmatrix(const MatrixType& _m)
}
using Eigen::internal::BandMatrix;
void test_bandmatrix()
{
typedef BandMatrix<float>::Index Index;