These functions check if specific representations are present in a fftab object:
Details
has_cplx(): Checks if the object has complex representation (fxcolumn).has_rect(): Checks if the object has rectangular representation (re,imcolumns).has_polr(): Checks if the object has polar representation (mod,argcolumns).
