Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "../Eigen/Core"
|
||||
|
||||
#ifdef EIGEN_SHOULD_FAIL_TO_BUILD
|
||||
#define ROWS Dynamic
|
||||
#else
|
||||
#define ROWS 3
|
||||
#endif
|
||||
|
||||
using namespace Eigen;
|
||||
|
||||
int main()
|
||||
{
|
||||
Matrix<int, ROWS, 1> {1, 2, 3};
|
||||
}
|
||||
Reference in New Issue
Block a user