mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
move BandMatrix and TridiagonalMatrix to the internal:: namespace
This commit is contained in:
@@ -73,6 +73,8 @@ template<typename MatrixType> void bandmatrix(const MatrixType& _m)
|
||||
|
||||
}
|
||||
|
||||
using Eigen::internal::BandMatrix;
|
||||
|
||||
void test_bandmatrix()
|
||||
{
|
||||
typedef BandMatrix<float>::Index Index;
|
||||
|
||||
Reference in New Issue
Block a user