mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 01:29:35 +08:00
9 lines
127 B
C++
9 lines
127 B
C++
#include <Eigen/Core.h>
|
|
USING_EIGEN_DATA_TYPES
|
|
using namespace std;
|
|
int main(int, char**)
|
|
{
|
|
${snippet_source_code}
|
|
return 0;
|
|
}
|