ShiftStrategy#

class numpy::ShiftStrategy#

numpy C++ class.

Example#

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

// Use ShiftStrategy
ShiftStrategy obj;
// ... operations ...

Other Methods#

Signature

Return Type

Location

Example

T compute_wilkinson_shift(const NDArray<T>&H, size_tn)

T

NP_LINALG.H:3620