FLAMES 0.1.0
Matrix-Empowered HLS Library
mat-inv-nsa-no-flames.cpp File Reference
#include "ap_fixed.h"
#include <iostream>
#include <string>
Include dependency graph for mat-inv-nsa-no-flames.cpp:

Typedefs

using dtype = ap_fixed< 17, 8 >
 

Functions

void print (dtype A[4][4], std::string s="")
 
void mat_copy (dtype from[4][4], dtype to[4][4])
 
void top (dtype A[4][4], dtype A_inv[4][4])
 
int main ()
 

Typedef Documentation

◆ dtype

using dtype = ap_fixed<17, 8>

Function Documentation

◆ main()

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

◆ mat_copy()

void mat_copy ( dtype  from[4][4],
dtype  to[4][4] 
)
Here is the caller graph for this function:

◆ print()

void print ( dtype  A[4][4],
std::string  s = "" 
)
Here is the caller graph for this function:

◆ top()

void top ( dtype  A[4][4],
dtype  A_inv[4][4] 
)
Here is the call graph for this function:
Here is the caller graph for this function: