Lines Matching refs:w2
151 const SparsePowerWeight<W, K> &w2) {
154 SparseTupleWeightMap(&ret, w1, w2, operator_mapper);
161 const SparsePowerWeight<W, K> &w2) {
164 SparseTupleWeightMap(&ret, w1, w2, operator_mapper);
171 const SparsePowerWeight<W, K> &w2,
175 SparseTupleWeightMap(&ret, w1, w2, operator_mapper);
182 const SparsePowerWeight<W, K> &w2) {
183 const SparsePowerWeight<W, K>& product = Times(w1, w2);
193 const SparsePowerWeight<W, K> &w2,
197 SparseTupleWeightMap(&ret, w1, w2, operator_mapper);
203 const SparsePowerWeight<W, K> &w2) {
205 return Times(w1, w2);
211 SparsePowerWeight<W, K> w2(k);
212 return Times(w1, w2);
219 SparsePowerWeight<W, K> w2(k);
220 return Divide(w1, w2, divide_type);