SVDResult ========= .. cpp:class:: numpy::SVDResult Linear algebra result/operation class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use SVDResult SVDResult obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``SVDResult(size_tm, size_tn, boolfull)`` - NP_MKL_LINALG.H:147 -