(&self, _direction: &Direction, _mask: &[bool])
| 97 | } |
| 98 | |
| 99 | fn sum_whole_masked<T>(&self, _direction: &Direction, _mask: &[bool]) -> anyhow::Result<Vec<T>> |
| 100 | where |
| 101 | T: num_traits::Float + num_traits::NumCast + AddAssign + std::iter::Sum + Send + Sync, |
| 102 | { |
| 103 | todo!() |
| 104 | } |
| 105 | } |
| 106 | |
| 107 | impl<B: Backend> ComputeVariance for ArrayElem<B> { |
nothing calls this directly
no outgoing calls
no test coverage detected