QRResult ======== .. cpp:class:: numpy::QRResult Linear algebra result/operation class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use QRResult QRResult obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``QRResult(size_tm, size_tn, boolfull)`` - NP_MKL_LINALG.H:164 -