mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix unit test.
This commit is contained in:
@@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
||||||
|
using internal::is_same_dense;
|
||||||
|
|
||||||
void test_is_same_dense()
|
void test_is_same_dense()
|
||||||
{
|
{
|
||||||
typedef Matrix<double,Dynamic,Dynamic,ColMajor> ColMatrixXd;
|
typedef Matrix<double,Dynamic,Dynamic,ColMajor> ColMatrixXd;
|
||||||
|
|||||||
Reference in New Issue
Block a user