Open opeltre opened 3 years ago
Implement direct sum and tensor product:
(u & v).domain = Sum(u.domain, v.domain) (u | v).domain = Product(u.domain, v.domain)
Made possible by #14, on fields but also linear functionals
Implement direct sum and tensor product:
Made possible by #14, on fields but also linear functionals