a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
gslpp_matrix_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_MATRIX_BASE_H
9 #define GSLPP_MATRIX_BASE_H
10 
11 namespace gslpp
12 {
20  template <typename T>
21  class matrix;
22 }
23 
24 #endif
gslpp::matrix
A base class for defining operations on matrices, both real and complex.
Definition: gslpp_matrix_base.h:21
gslpp
Complex number, vector and matrix manipulation using GSL.
Definition: gslpp_complex.cpp:16