MatrixProperties ================ .. cpp:class:: numpy::MatrixProperties numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use MatrixProperties MatrixProperties obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``MatrixProperties(const NDArray&matrix)`` - NP_LINALG_UTILS.H:1796 - Other Methods ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``void analyze_matrix(const NDArray&matrix)`` - void - NP_LINALG_UTILS.H:1810 - * - ``bool check_tridiagonal(const NDArray&matrix, typename real_type::typetolerance)`` - bool - NP_LINALG_UTILS.H:1846 -