EigenResult#

class numpy::EigenResult#

numpy C++ class.

Example#

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

// Use EigenResult
EigenResult obj;
// ... operations ...

Constructors#

Signature

Location

Example

EigenResult(size_tn)

NP_MKL_LINALG.H:131