Geometry/include/main.h

18 lines
212 B
C
Raw Normal View History

2023-12-31 14:30:21 +01:00
//
// Created by nb on 31.12.23.
//
#ifndef GEOMETRY_MAIN_H
#define GEOMETRY_MAIN_H
#include <iostream>
#include <Eigen/Dense>
2023-12-31 14:30:21 +01:00
using namespace std;
2023-12-31 14:48:12 +01:00
void eigenExample();
2023-12-31 14:30:21 +01:00
int main();
#endif //GEOMETRY_MAIN_H