mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Utilize Index in all unit tests.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
#include "main.h"
|
||||
|
||||
template<int rows, int cols>
|
||||
template<DenseIndex rows, DenseIndex cols>
|
||||
void resizeLikeTest()
|
||||
{
|
||||
MatrixXf A(rows, cols);
|
||||
|
||||
Reference in New Issue
Block a user