BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
Functions
trisolve.c File Reference

CSC sparse triangular solve implementation. More...

#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().

Detailed Description

CSC sparse triangular solve implementation.

These kernels simply call the appropriate CSR kernel, switching the transpose operation as needed.