petsc-3.7.5 2017-01-01
Report Typos and Errors

MATDENSE

MATDENSE = "dense" - A matrix type to be used for dense matrices. This matrix type is identical to MATSEQDENSE when constructed with a single process communicator, and MATMPIDENSE otherwise.

Options Database Keys

-mat_type dense -sets the matrix type to "dense" during a call to MatSetFromOptions()

See Also

MatCreateMPIDense,MATSEQDENSE,MATMPIDENSE

Level:beginner
Location:
src/mat/impls/dense/mpi/mpidense.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ts/examples/tutorials/ex40.c.html
src/ts/examples/tutorials/ex41.c.html