Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

ComplexWarning: Casting complex values to real discards the imaginary part

# you need to ensure your numpy matrix allows for complex numbers
mat__ = np.zeros((k*nboxes,k*nboxes),dtype = 'complex_')
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Casting #complex #values #real #discards #imaginary #part
ADD COMMENT
Topic
Name
2+7 =