a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
gslpp_vector_base.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 HEPfit Collaboration
3  *
4  *
5  * For the licensing terms see doc/COPYING.
6  */
7 
8 #ifndef GSLPP_VECTOR_BASE_H
9 #define GSLPP_VECTOR_BASE_H
10 
11 namespace gslpp
12 {
20  template <class T>
21  class vector;
22 }
23 
24 #endif
gslpp
Complex number, vector and matrix manipulation using GSL.
Definition: gslpp_complex.cpp:16
gslpp::vector
A base class for defining operations on vectors, both real and complex.
Definition: gslpp_vector_base.h:21