(Generated on Fri Feb 19 2016 13:25:07 by
1.8.9.1)
Overview
Installation
Usage
Models
Modules
Classes
Bibliography
Examples
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
gslpp::vector
A base class for defining operations on vectors, both real and complex.
Definition:
gslpp_vector_base.h:21
gslpp
Complex number, vector and matrix manipulation using GSL.
Definition:
gslpp_complex.cpp:16