RefinementResult ================ .. cpp:class:: numpy::RefinementResult numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use RefinementResult RefinementResult obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``RefinementResult(const std::vector&x_shape, size_tnrhs)`` - NP_MKL_LINALG.H:2432 -