18 lines
206 B
C++
18 lines
206 B
C++
//
|
|
// Created by nb on 31.12.23.
|
|
//
|
|
|
|
#ifndef GEOMETRY_MAIN_H
|
|
#define GEOMETRY_MAIN_H
|
|
|
|
#include <iostream>
|
|
#include <Dense>
|
|
|
|
using namespace std;
|
|
|
|
void eigenExample();
|
|
|
|
int main();
|
|
|
|
#endif //GEOMETRY_MAIN_H
|