Function to take real or imaginary part of an 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 | |
STensor | syten::STensorImpl::imag (STensor in) |
Sets the real part of the input tensor to zero. More... | |
STensor | syten::STensorImpl::real (STensor in) |
Sets the imaginary part of the input tensor to zero. More... | |
Function to take real or imaginary part of an STensor.