JacKernels.hpp
Go to the documentation of this file.
35void invertDiagonalAndFlatten(const T* mat, const int* rowIndices, const int* colIndices, size_t numberOfRows, T* vec);
Definition: JacKernels.hpp:24 void 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... |