Belle II Software  release-08-01-10
VMatrix.h File Reference

VMatrix definition. More...

#include <iostream>
#include <iomanip>
#include <vector>
#include <cstring>
#include <math.h>
Include dependency graph for VMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

 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.