DFTError ======== .. cpp:class:: numpy::DFTError numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use DFTError DFTError obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``DFTError(const std::string &message, MKL_LONGstatus = 0)`` - NP_MKL_FFT.H:56 - Other Methods ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``MKL_LONG status()`` - MKL_LONG - NP_MKL_FFT.H:61 -