# MATAIJMKL
MATAIJMKL = "AIJMKL" - A matrix type to be used for sparse matrices. This matrix type is identical to `MATSEQAIJMKL` when constructed with a single process communicator,
and `MATMPIAIJMKL` otherwise.  As a result, for single process communicators,
MatSeqAIJSetPreallocation() is supported, and similarly `MatMPIAIJSetPreallocation()` is supported
for communicators controlling multiple processes.  It is recommended that you call both of
the above preallocation routines for simplicity.


## Options Database Keys

- ***-mat_type aijmkl -*** sets the matrix type to `MATAIJMKL` during a call to `MatSetFromOptions()`





## See Also
 `MATMPIAIJMKL`, `MATSEQAIJMKL`, `MatCreateMPIAIJMKL()`, `MATSEQAIJMKL`, `MATMPIAIJMKL`, `MATSEQAIJSELL`, `MATMPIAIJSELL`, `MATSEQAIJPERM`, `MATMPIAIJPERM`

## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/aij/mpi/aijmkl/mpiaijmkl.c.html#MATAIJMKL">src/mat/impls/aij/mpi/aijmkl/mpiaijmkl.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/aij/mpi/aijmkl/mpiaijmkl.c)


[Index of all Mat routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
