HessenbergResult#

class numpy::HessenbergResult#

numpy C++ class.

Example#

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

// Use HessenbergResult
HessenbergResult obj;
// ... operations ...

Constructors#

Signature

Location

Example

HessenbergResult(size_tn)

NP_MKL_LINALG.H:1925