DFTError#

class numpy::DFTError#

numpy C++ class.

Example#

#include <numpy/np_ndarray.h>
using namespace numpy;

// Use DFTError
DFTError obj;
// ... operations ...

Constructors#

Signature

Location

Example

DFTError(const std::string &message, MKL_LONGstatus = 0)

NP_MKL_FFT.H:56

Other Methods#

Signature

Return Type

Location

Example

MKL_LONG status()

MKL_LONG

NP_MKL_FFT.H:61