gpusparse_matrix_operations.hpp
Go to the documentation of this file.
Definition: autotuner.hpp:30 void copyMatDataToReorderedSplit(const T *srcMatrix, const int *srcRowIndices, const int *srcColumnIndices, T *dstLowerMatrix, int *dstLowerRowIndices, T *dstUpperMatrix, int *dstUpperRowIndices, T *dstDiag, int *naturalToReordered, size_t numberOfRows, int threadBlockSize) Reorders the elements of a matrix by copying them from one matrix to a split matrix using a permutati... void copyMatDataToReordered(const T *srcMatrix, const int *srcRowIndices, T *dstMatrix, int *dstRowIndices, int *naturalToReordered, size_t numberOfRows, int threadBlockSize) Reorders the elements of a matrix by copying them from one matrix to another using a permutation list... |