![]() |
GHOST
1.1.2
General, Hybrid, and Optimized Sparse Toolkit
|
Functions to create dense matrices/vectors. More...
Functions | |
| ghost_error | ghost_densemat_create (ghost_densemat **vec, ghost_map *map, ghost_densemat_traits traits) |
| Create a dense matrix/vector. More... | |
Functions to create dense matrices/vectors.
| ghost_error ghost_densemat_create | ( | ghost_densemat ** | vec, |
| ghost_map * | map, | ||
| ghost_densemat_traits | traits | ||
| ) |
Create a dense matrix/vector.
| vec | Where to store the matrix. |
| map | The map of the matrix. This may be extracted from an existing context or created separately. |
| traits | The matrix traits. |

1.8.6