mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
change the implementation of BandMatrix to follow the BLAS/LAPACK storage scheme
This commit is contained in:
@@ -55,7 +55,7 @@ template<typename MatrixType> void bandmatrix(MatrixType& m)
|
||||
void test_bandmatrix()
|
||||
{
|
||||
for(int i = 0; i < g_repeat ; i++) {
|
||||
BandMatrix<float,Dynamic,Dynamic,Dynamic> m(6,3,2);
|
||||
BandMatrix<float,Dynamic,Dynamic,Dynamic> m(6,6,3,2);
|
||||
CALL_SUBTEST( bandmatrix(m) );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user