GeneralizedEigenResult#

class numpy::GeneralizedEigenResult#

numpy C++ class.

Example#

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

// Use GeneralizedEigenResult
GeneralizedEigenResult obj;
// ... operations ...

Constructors#

Signature

Location

Example

GeneralizedEigenResult(size_tn, boolcompute_left, boolcompute_right)

NP_MKL_LINALG.H:1883