PARDISOSolver ============= .. cpp:class:: numpy::PARDISOSolver numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use PARDISOSolver PARDISOSolver obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``PARDISOSolver(PARDISOMatrixTypematrix_type)`` - NP_PARDISO.H:139 - Other Methods ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``void call_pardiso(MKL_INTphase, MKL_INTnrhs, T \*b, T \*x)`` - void - NP_PARDISO.H:121 - * - ``void initialize_parameters()`` - void - NP_PARDISO.H:86 -