| 4208 | } |
| 4209 | |
| 4210 | shared_ptr<CoefficientFunction> CreateWrapperCF (shared_ptr<CoefficientFunction> cf) |
| 4211 | { |
| 4212 | return UnaryOpCF (cf, GenericIdentity{}, " "); |
| 4213 | } |
| 4214 | |
| 4215 | |
| 4216 | shared_ptr<CoefficientFunction> InnerProduct (shared_ptr<CoefficientFunction> c1, |
no test coverage detected