:orphan:
# MatCreateSeqDenseCUDA
Creates a sequential matrix in dense format using CUDA. 
## Synopsis
```
PetscErrorCode MatCreateSeqDenseCUDA(MPI_Comm comm, PetscInt m, PetscInt n, PetscScalar *data, Mat *A)
```
Collective


## Input Parameters

- ***comm -*** MPI communicator
- ***m    -*** number of rows
- ***n    -*** number of columns
- ***data -*** optional location of GPU matrix data. Pass `NULL` to let PETSc to control matrix
memory allocation



## Output Parameter

- ***A -*** the matrix





## See Also
 `MATSEQDENSE`, `MatCreate()`, `MatCreateSeqDense()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/dense/seq/cupm/cuda/matseqdensecuda.cu.html#MatCreateSeqDenseCUDA">src/mat/impls/dense/seq/cupm/cuda/matseqdensecuda.cu</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/dense/seq/cupm/cuda/matseqdensecuda.cu)


[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)  
