These kernels simply call the appropriate CSR kernel, switching the transpose operation as needed.
#include <oski/config.h>
#include <oski/common.h>
#include <oski/blas.h>
#include <oski/matrix.h>
#include <oski/CSC/format.h>
#include <oski/CSC/module.h>
Functions | |
int | oski_MatReprTrisolve (const void *pT, const oski_matcommon_t *props, oski_matop_t opT, oski_value_t alpha, oski_vecview_t x_view) |
Matrix type specific implementation of oski_MatTrisolve(). |