gslpp_vector_base.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012 HEPfit Collaboration
3  * All rights reserved.
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
A base class for defining operations on vectors, both real and complex.
Complex number, vector and matrix manipulation using GSL.