ata.c File Reference


Detailed Description

MBCSR implementation of the sparse $A^TA\cdot x$ kernel.

#include <assert.h>
#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/MBCSR/module.h>
#include <oski/matmodexport.h>

Functions

static int CanBeExecuted (const oski_matMBCSR_t *A, const oski_matcommon_t *props, oski_ataop_t opA, MBCSR_SubmatReprTransSubmatReprMult_funcpt *p_func_ATA_1, MBCSR_SubmatReprTransSubmatReprMult_funcpt *p_func_ATA_2, oski_MatReprTransMatReprMult_funcpt *p_func_ATA_3)
 Returns a non-zero value if and only if all of the necessary dynamically loadable subroutines exist to execute a cache-optimized A'*A*x in MBCSR format.
int oski_MatReprTransMatReprMult (const void *pA, const oski_matcommon_t *props, oski_ataop_t opA, 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().


Function Documentation

static int CanBeExecuted const oski_matMBCSR_t A,
const oski_matcommon_t props,
oski_ataop_t  opA,
MBCSR_SubmatReprTransSubmatReprMult_funcpt p_func_ATA_1,
MBCSR_SubmatReprTransSubmatReprMult_funcpt p_func_ATA_2,
oski_MatReprTransMatReprMult_funcpt p_func_ATA_3
[static]
 

Returns a non-zero value if and only if all of the necessary dynamically loadable subroutines exist to execute a cache-optimized A'*A*x in MBCSR format.

Note:
'props' is only required if the matrix A is stored using symmetric or Hermitian half-storage; otherwise, the caller may set props to NULL.


Generated on Wed Sep 19 16:41:21 2007 for BeBOP Optimized Sparse Kernel Interface Library by  doxygen 1.4.6