mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-20 08:39:37 +08:00
8 lines
117 B
C++
8 lines
117 B
C++
#include <Eigen/Core.h>
|
|
USING_EIGEN_DATA_TYPES
|
|
using namespace std;
|
|
int main(int, char**)
|
|
{
|
|
${snippet_source_code}
|
|
}
|