| 356 | } |
| 357 | |
| 358 | struct ChannelProjectorSample { |
| 359 | std::vector<std::vector<double>> value; |
| 360 | std::vector<std::vector<double>> d_by_dq; |
| 361 | }; |
| 362 | |
| 363 | ChannelProjectorSample sample_channel_projectors( |
| 364 | const UpfPseudoData& pseudo, |
nothing calls this directly
no outgoing calls
no test coverage detected