20 #ifndef SELDON_FILE_SUBMATRIX_INLINE_CXX
23 #include "SubMatrix.hxx"
41 template <
class T,
class Prop,
class M,
class Allocator>
42 inline Matrix<T, Prop, SubStorage<M>, Allocator>
55 template <
class T,
class Prop,
class M,
class Allocator>
65 template <
class T,
class Prop,
class M,
class Allocator>
69 return this->Val(i, j);
87 Matrix<typename M::value_type, typename M::property,
88 SubStorage<M>, typename M::allocator>(A, row_list, column_list)
96 #define SELDON_FILE_SUBMATRIX_INLINE_CXX