gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
dofTraits< fullMatrix< T > > Struct Template Reference

#include <dofManager.h>

Public Types

typedef fullMatrix< T > VecType
 
typedef fullMatrix< T > MatType
 

Static Public Member Functions

static void gemm (VecType &r, const MatType &m, const VecType &v, double alpha, double beta)
 

Detailed Description

template<class T>
struct dofTraits< fullMatrix< T > >

Definition at line 60 of file dofManager.h.

Member Typedef Documentation

◆ MatType

template<class T >
typedef fullMatrix<T> dofTraits< fullMatrix< T > >::MatType

Definition at line 62 of file dofManager.h.

◆ VecType

template<class T >
typedef fullMatrix<T> dofTraits< fullMatrix< T > >::VecType

Definition at line 61 of file dofManager.h.

Member Function Documentation

◆ gemm()

template<class T >
static void dofTraits< fullMatrix< T > >::gemm ( VecType r,
const MatType m,
const VecType v,
double  alpha,
double  beta 
)
inlinestatic

Definition at line 63 of file dofManager.h.

Here is the call graph for this function:

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