SyTen
stensor_real_imag.h File Reference

Function to take real or imaginary part of an STensor. More...

+ Include dependency graph for stensor_real_imag.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 syten
 Syten 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...
 

Detailed Description

Function to take real or imaginary part of an STensor.