ShiftStrategy ============= .. cpp:class:: numpy::ShiftStrategy numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use ShiftStrategy ShiftStrategy obj; // ... operations ... Other Methods ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``T compute_wilkinson_shift(const NDArray&H, size_tn)`` - T - NP_LINALG.H:3620 -