Returns a new default workspace without any allocated memory
(&self)
| 34 | impl<R: Scalar + Send + Default> Clone for ReconstructionWorkspace<R> { |
| 35 | /// Returns a new default workspace without any allocated memory |
| 36 | fn clone(&self) -> Self { |
| 37 | ReconstructionWorkspace::default() |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | impl<R: Scalar + Send> Debug for ReconstructionWorkspace<R> { |
no outgoing calls