GeneralBrokenLines  V02-03-00
using EIGEN
GBLeigen.cpp
Go to the documentation of this file.
1 //============================================================================
2 // Name : GBLpp.cpp
3 // Author : Claus Kleinwort - DESY
4 // Version : initial development
5 // Description : General Broken Lines in C++, Ansi-style
6 //============================================================================
7 
8 #include <iostream>
9 using namespace std;
10 
11 void example1();
12 
13 int main() {
14  example1();
15  return 0;
16 }
void example1()
Definition: example1.cpp:37
int main()
Definition: GBLeigen.cpp:13