BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
Functions

BCSR implementation of the A^T*A*x kernel. More...

#include <oski/config.h>
#include <oski/common.h>
#include <oski/blas.h>
#include <oski/blas_names.h>
#include <oski/modloader.h>
#include <oski/matrix.h>
#include <oski/BCSR/format.h>
#include <oski/BCSR/module.h>
#include <oski/matmodexport.h>

Functions

int oski_MatReprTransMatReprMult (const void *A, const oski_matcommon_t *props, oski_ataop_t op, oski_value_t alpha, const oski_vecview_t x_view, oski_value_t beta, oski_vecview_t y_view, oski_vecview_t t_view)
 Matrix type specific implementation of oski_MatTransMatMult().

Detailed Description

BCSR implementation of the A^T*A*x kernel.