aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-12-25 17:17:10 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2010-12-25 17:17:10 -0500
commitdc3618a55727a0471940c42baacbe58629b348ca (patch)
tree1dc805cdefdcd06c64cc09661f98ee03079959be /test
parent8d2a10c5c15cdc80a7c322f5c51f681ad8c1d491 (diff)
move BandMatrix and TridiagonalMatrix to the internal:: namespace
Diffstat (limited to 'test')
-rw-r--r--test/bandmatrix.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/bandmatrix.cpp b/test/bandmatrix.cpp
index 6dfaa1879..84fc387e0 100644
--- a/test/bandmatrix.cpp
+++ b/test/bandmatrix.cpp
@@ -73,6 +73,8 @@ template<typename MatrixType> void bandmatrix(const MatrixType& _m)
}
+using Eigen::internal::BandMatrix;
+
void test_bandmatrix()
{
typedef BandMatrix<float>::Index Index;