view docs/src/submodules/lazy_tensors.md @ 1157:03c217c50d7c refactor/sbpoperators/inflation

Disregard review comment on scalar multiplication after discussion on Discord. The syntax ``2v[1]`` is described as good in the julia documentation so we keep it for now.
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 29 Nov 2022 21:25:07 +0100
parents 126e169bb0b7
children
line wrap: on
line source

# LazyTensors

## Contents
```@contents
Pages = ["lazy_tensors.md"]
```

## Index
```@index
Pages = ["lazy_tensors.md"]
```

## Public interface
```@autodocs
Modules = [LazyTensors]
Private = false # Hide unexported objects
```

## Internal interface
```@autodocs
Modules = [LazyTensors]
Public = false # Hide exported objects
```