Function to take real or imaginary part of an STensor. More...
#include "inc/stensor/stensor_base.h"
Include dependency graph for stensor_real_imag.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::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.