FLAMES 0.1.0
Matrix-Empowered HLS Library
Loading...
Searching...
No Matches
mat-vec-multiplication.cpp File Reference
#include "flames/flames.hpp"
Include dependency graph for mat-vec-multiplication.cpp:

Typedefs

using dtype = ap_int<8>
 
using V = Vec<dtype, 4>
 
using M = Mat<dtype, 4, 4>
 

Functions

void top (const M &A, const V &b, V &c)
 
int main ()
 

Typedef Documentation

◆ dtype

using dtype = ap_int<8>

◆ M

using M = Mat<dtype, 4, 4>

◆ V

using V = Vec<dtype, 4>

Function Documentation

◆ main()

int main ( )
Here is the call graph for this function:

◆ top()

void top ( const M & A,
const V & b,
V & c )
Here is the caller graph for this function: