| FLAMES 0.1.0
    Matrix-Empowered HLS Library | 
#include "ap_fixed.h"#include <iostream>#include <string>| 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 () | 
| using dtype = ap_fixed<17, 8> | 
| int main | ( | ) | 
| void print | ( | dtype | A[4][4], | 
| std::string | s = "" ) |