SymmetricEigenResult#

class numpy::SymmetricEigenResult#

numpy C++ class.

Example#

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

// Use SymmetricEigenResult
SymmetricEigenResult obj;
// ... operations ...

Constructors#

Signature

Location

Example

SymmetricEigenResult(size_tn)

NP_MKL_LINALG.H:3016