SchurDecomposition ================== .. cpp:class:: numpy::SchurDecomposition numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use SchurDecomposition SchurDecomposition obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``SchurDecomposition(size_tn)`` - NP_LINALG.H:2622 -