Analysis Software
Documentation for sPHENIX simulation software
|
#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. | |
VMatrix definition.
Definition in file VMatrix.h.