mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-19 08:09:36 +08:00
10 lines
152 B
C++
10 lines
152 B
C++
#include <Eigen/Core>
|
|
#include <Eigen/LU>
|
|
USING_PART_OF_NAMESPACE_EIGEN
|
|
using namespace std;
|
|
int main(int, char**)
|
|
{
|
|
${snippet_source_code}
|
|
return 0;
|
|
}
|