MOAB  4.9.3pre
Eigen::internal::pardiso_run_selector< IndexType > Struct Template Reference

#include <PardisoSupport.h>

List of all members.

Static Public Member Functions

static IndexType run (_MKL_DSS_HANDLE_t pt, IndexType maxfct, IndexType mnum, IndexType type, IndexType phase, IndexType n, void *a, IndexType *ia, IndexType *ja, IndexType *perm, IndexType nrhs, IndexType *iparm, IndexType msglvl, void *b, void *x)

Detailed Description

template<typename IndexType>
struct Eigen::internal::pardiso_run_selector< IndexType >

Definition at line 44 of file PardisoSupport.h.


Member Function Documentation

template<typename IndexType>
static IndexType Eigen::internal::pardiso_run_selector< IndexType >::run ( _MKL_DSS_HANDLE_t  pt,
IndexType  maxfct,
IndexType  mnum,
IndexType  type,
IndexType  phase,
IndexType  n,
void *  a,
IndexType *  ia,
IndexType *  ja,
IndexType *  perm,
IndexType  nrhs,
IndexType *  iparm,
IndexType  msglvl,
void *  b,
void *  x 
) [inline, static]

Definition at line 46 of file PardisoSupport.h.

    {
      IndexType error = 0;
      ::pardiso(pt, &maxfct, &mnum, &type, &phase, &n, a, ia, ja, perm, &nrhs, iparm, &msglvl, b, x, &error);
      return error;
    }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines