gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#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) |
Definition at line 60 of file dofManager.h.
typedef fullMatrix<T> dofTraits< fullMatrix< T > >::MatType |
Definition at line 62 of file dofManager.h.
typedef fullMatrix<T> dofTraits< fullMatrix< T > >::VecType |
Definition at line 61 of file dofManager.h.
|
inlinestatic |