Package petsc4py :: Module PETSc :: Class Mat :: Class SolverType
[hide private]
[frames] | no frames]

Class SolverType


Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  BAS = 'bas'
  CHOLMOD = 'cholmod'
  CUDA = 'cuda'
  CUSPARSE = 'cusparse'
  ELEMENTAL = 'elemental'
  ESSL = 'essl'
  KLU = 'klu'
  LUSOL = 'lusol'
  MATLAB = 'matlab'
  MKL_CPARDISO = 'mkl_cpardiso'
  MKL_PARDISO = 'mkl_pardiso'
  MUMPS = 'mumps'
  PASTIX = 'pastix'
  PETSC = 'petsc'
  SCALAPACK = 'scalapack'
  SPARSEELEMENTAL = 'sparseelemental'
  SPQR = 'spqr'
  STRUMPACK = 'strumpack'
  SUPERLU = 'superlu'
  SUPERLU_DIST = 'superlu_dist'
  UMFPACK = 'umfpack'
  __qualname__ = 'MatSolverType'
Properties [hide private]

Inherited from object: __class__