PetscElemScalar#

Scalar datatype used when interfacing PETSc to the Elemental dense linear algebra library through MATELEMENTAL

Note#

When PETSc is configured with complex scalars, PetscElemScalar is El::Complex<PetscReal> so that PETSc complex values can be passed to Elemental without conversion. In the real case it is the same as PetscScalar.

See Also#

PetscScalar, MATELEMENTAL, MatSetType()

Level#

developer

Location#

include/petscmatelemental.h


Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages