1 #ifndef BALL_LINALG_MATRIXINVERTER_H
2 #define BALL_LINALG_MATRIXINVERTER_H
9 template <
class valuetype,
class mtraits=StandardTraits>
13 #include <BALL/MATHS/LINALG/matrixInverter.ih>
14 #include <BALL/MATHS/LINALG/matrixInverter.iC>
16 #ifdef BALL_OS_WINDOWS
20 template class BALL_EXPORT MatrixInverter<float, StandardTraits>;
21 template class BALL_EXPORT MatrixInverter<double, StandardTraits>;