:orphan:
# MATSEQAIJKOKKOS
MATAIJKOKKOS = "(seq)aijkokkos" - A matrix type to be used for sparse matrices with Kokkos A matrix type type using Kokkos-Kernels CrsMatrix type for portability across different device types
## Options Database Key
- ***-mat_type aijkokkos -*** sets the matrix type to `MATSEQAIJKOKKOS` during a call to `MatSetFromOptions()`
## See Also
[](ch_matrices), `Mat`, `MatCreateSeqAIJKokkos()`, `MATMPIAIJKOKKOS`
## Level
beginner
## Location
src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx
## Examples
src/mat/tutorials/ex18.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/aij/seq/kokkos/aijkok.kokkos.cxx)
[Index of all Mat routines](index.md)
[Table of Contents for all manual pages](/manualpages/index.md)
[Index of all manual pages](/manualpages/singleindex.md)