Exemplo n.º 1
0
 WeightedVectorSpace(const vector_type& weights) :
   w(weights),
   n(weights.length())
 {
 }