BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
matrixInverter.h
Go to the documentation of this file.
1 #ifndef BALL_LINALG_MATRIXINVERTER_H
2 #define BALL_LINALG_MATRIXINVERTER_H
3 
5 
6 namespace BALL {
7  class StandardTraits;
8 
9  template <class valuetype, class mtraits=StandardTraits>
11 }
12 
13 #include <BALL/MATHS/LINALG/matrixInverter.ih>
14 #include <BALL/MATHS/LINALG/matrixInverter.iC>
15 
16 #ifdef BALL_OS_WINDOWS
17  namespace BALL
18  {
19  // explicit instantiation to make it work on Windows
22  //template class BALL_EXPORT MatrixInverter<ComplexFloat, StandardTraits>;
23  //template class BALL_EXPORT MatrixInverter<ComplexDouble, StandardTraits>;
24  }
25 #endif
26 
27 #endif