src/direct_product.rs

branch
dev
changeset 138
593912dc3293
parent 133
2b13f8a0c8ba
child 144
44d859269132
equal deleted inserted replaced
133:2b13f8a0c8ba 138:593912dc3293
559 where 559 where
560 A: HasDual<F>, 560 A: HasDual<F>,
561 B: HasDual<F>, 561 B: HasDual<F>,
562 { 562 {
563 type DualSpace = Pair<A::DualSpace, B::DualSpace>; 563 type DualSpace = Pair<A::DualSpace, B::DualSpace>;
564 } 564
565 fn dual_origin(&self) -> <Self::DualSpace as AXPY>::Owned {
566 Pair(self.0.dual_origin(), self.1.dual_origin())
567 }
568 }

mercurial