DeflationChecker ================ .. cpp:class:: numpy::DeflationChecker numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use DeflationChecker DeflationChecker obj; // ... operations ... Type Checking ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``bool is_negligible(Tsubdiag, Tdiag1, Tdiag2, Ttolerance)`` - bool - NP_LINALG.H:3695 - Other Methods ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``size_t check_convergence(const NDArray&H, size_tstart, size_tend, Ttolerance)`` - size_t - NP_LINALG.H:3716 - * - ``void deflate_small_elements(NDArray&H, size_tstart, size_tend, Ttolerance)`` - void - NP_LINALG.H:3736 - * - ``size_t find_deflation_point(const NDArray&H, size_tstart, size_tend, Ttolerance)`` - size_t - NP_LINALG.H:3701 -