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