#include <cstddef>
#include <vector>
Go to the source code of this file.
|
template<class T , int blocksize> |
void | Opm::gpuistl::detail::JAC::invertDiagonalAndFlatten (const T *mat, const int *rowIndices, const int *colIndices, size_t numberOfRows, T *vec) |
| This function receives a matrix, and the inverse of the matrix containing only its diagonal is stored in d_vec. More...
|
|