Compressed Sparse Blocks  1.2
 All Classes Files Functions Variables Typedefs Friends Macros Pages
Public Types | Static Public Member Functions | List of all members
PTSRArray< T1, T2, D > Struct Template Reference

#include <Semirings.h>

Public Types

typedef promote_trait< T1, T2 >
::T_promote 
T_promote
 

Static Public Member Functions

static void axpy (const array< T2, D > &b, array< T_promote, D > &c)
 
static void axpy (T1 a, const array< T2, D > &b, array< T_promote, D > &c)
 

Detailed Description

template<class T1, class T2, unsigned D>
struct PTSRArray< T1, T2, D >

Definition at line 71 of file Semirings.h.

Member Typedef Documentation

template<class T1 , class T2 , unsigned D>
typedef promote_trait<T1,T2>::T_promote PTSRArray< T1, T2, D >::T_promote

Definition at line 73 of file Semirings.h.

Member Function Documentation

template<class T1 , class T2 , unsigned D>
static void PTSRArray< T1, T2, D >::axpy ( const array< T2, D > &  b,
array< T_promote, D > &  c 
)
inlinestatic

Definition at line 76 of file Semirings.h.

template<class T1 , class T2 , unsigned D>
static void PTSRArray< T1, T2, D >::axpy ( T1  a,
const array< T2, D > &  b,
array< T_promote, D > &  c 
)
inlinestatic

Definition at line 93 of file Semirings.h.


The documentation for this struct was generated from the following file: