21 #ifndef SELDON_FILE_VECTOR_VECTORCOLLECTION_INLINE_CXX
24 #include "VectorCollection.hxx"
45 template <
class T,
class Allocator>
47 Vector_Base<T, Allocator>(), label_map_(), label_vector_()
57 template <
class T,
class Allocator>
59 Vector_Base<T, Allocator>(0), length_(i), length_sum_(i), vector_(i),
60 label_map_(), label_vector_()
63 for (
int k = 0; k < i; k++)
64 length_(k) = length_sum_(k) = 0;
72 template <
class T,
class Allocator>
90 template <
class T,
class Allocator >
101 template <
class T,
class Allocator >
112 template <
class T,
class Allocator >
123 template <
class T,
class Allocator >
135 template <
class T,
class Allocator >
147 template <
class T,
class Allocator >
159 template <
class T,
class Allocator >
172 template <
class T,
class Allocator >
173 inline typename Vector<T, Collection, Allocator>::vector_reference
185 template <
class T,
class Allocator >
198 template <
class T,
class Allocator>
203 for (
int i = 0; i < this->Nvector_; i++)
204 this->vector_(i) *= alpha;
213 #define SELDON_FILE_VECTOR_VECTORCOLLECTION_INLINE_CXX