Helper to normalise a STensor. More...
#include "inc/stensor/stensor_base.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
namespace | syten::STensorImpl |
Contains all ‘smart’ tensor related classes and functions. | |
Functions | |
void | syten::STensorImpl::normalise (STensor &in) |
Normalises the supplied tensor in-place. More... | |
STensor | syten::STensorImpl::normalised (STensor in) |
Returns the STensor normalised to one. More... | |
Helper to normalise a STensor.