Randomisation functions for STensor. More...
Include dependency graph for stensor_randomise.h:
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | syten |
| Syten namespace. | |
| namespace | syten::STensorImpl |
| Contains all ‘smart’ tensor related classes and functions. | |
Functions | |
| STensor | syten::STensorImpl::make_zero (STensor const &in) |
Creates a zero tensor of the same shape as in. More... | |
| STensor | syten::STensorImpl::make_zero (STensorProxy const &in) |
Creates a zero tensor of the same shape as in. More... | |
| STensor | syten::STensorImpl::randomise_blocks (STensor inp) |
| Randomises dense blocks. More... | |
Randomisation functions for STensor.