GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
tsmtspmtsm.h File Reference

A fused x = V^T x A x W operation. More...

#include "config.h"
#include "types.h"
#include "densemat.h"
#include "math.h"
Include dependency graph for tsmtspmtsm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

ghost_error ghost_tsmtspmtsm (ghost_densemat *x, ghost_densemat *v, ghost_densemat *w, ghost_sparsemat *A, void *alpha, void *beta, int reduce)
 Multiply a transposed distributed dense tall skinny matrix with a sparse matrix and another distributed dense tall skinny matrix and Allreduce the result. More...
 

Detailed Description

A fused x = V^T x A x W operation.

Author
Dominik Ernst domin.nosp@m.ik.e.nosp@m.rnst@.nosp@m.fau..nosp@m.de