PARDISOSolver#

class numpy::PARDISOSolver#

numpy C++ class.

Example#

#include <numpy/np_ndarray.h>
using namespace numpy;

// Use PARDISOSolver
PARDISOSolver obj;
// ... operations ...

Constructors#

Signature

Location

Example

PARDISOSolver(PARDISOMatrixTypematrix_type)

NP_PARDISO.H:139

Other Methods#

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