HessenbergResult ================ .. cpp:class:: numpy::HessenbergResult numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use HessenbergResult HessenbergResult obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``HessenbergResult(size_tn)`` - NP_MKL_LINALG.H:1925 -