20 #ifndef SELDON_FILE_COMPUTATION_SPARSESOLVER_INLINE_CXX
23 #include "SparseSolver.hxx"
33 template<
class T,
class Allocator>
34 inline SparseSeldonSolver<T, Allocator>::SparseSeldonSolver()
37 symmetric_matrix =
false;
42 template<
class T,
class Allocator>
43 inline bool SparseSeldonSolver<T, Allocator>::UseInteger8()
const
49 template<
class T,
class Allocator>
50 inline void SparseSeldonSolver<T, Allocator>::Clear()
57 template<
class T,
class Allocator>
58 inline void SparseSeldonSolver<T, Allocator>::HideMessages()
64 template<
class T,
class Allocator>
65 inline void SparseSeldonSolver<T, Allocator>::ShowMessages()
71 template<
class T,
class Allocator>
72 inline int SparseSeldonSolver<T, Allocator>::GetPrintLevel()
const
78 template<
class T,
class Allocator>
79 inline double SparseSeldonSolver<T, Allocator>::GetPivotThreshold()
const
85 template<
class T,
class Allocator>
92 template<
class T,
class Allocator>
101 #define SELDON_FILE_COMPUTATION_SPARSESOLVER_INLINE_CXX