Randomisation functions for STensor. More...
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.