GeneralBrokenLines V03-01-01
using EIGEN
Classes | Namespaces
VMatrix.h File Reference

VMatrix definition. More...

#include <iostream>
#include <iomanip>
#include <vector>
#include <cstring>
#include <math.h>

Go to the source code of this file.

Classes

class  gbl::VVector
 Simple Vector based on std::vector<double> More...
 
class  gbl::VMatrix
 Simple Matrix based on std::vector<double> More...
 
class  gbl::VSymMatrix
 Simple symmetric Matrix based on std::vector<double> More...
 

Namespaces

namespace  gbl
 Namespace for the general broken lines package.
 

Detailed Description

VMatrix definition.

Author
Claus Kleinwort, DESY, 2011 (Claus.nosp@m..Kle.nosp@m.inwor.nosp@m.t@de.nosp@m.sy.de)

Definition in file VMatrix.h.