gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <linearSystemCSR.h>
Public Attributes | |
int | nmax |
int | size |
int | incr |
int | n |
int | isorder |
char * | array |
Definition at line 17 of file linearSystemCSR.h.
char* CSRList_T::array |
Definition at line 23 of file linearSystemCSR.h.
Referenced by linearSystemCSR< scalar >::addToMatrix(), CSRList_Add(), CSRList_Create(), CSRList_Delete(), CSRList_Realloc(), CSRList_Resize_strict(), and linearSystemCSR< scalar >::zeroMatrix().
int CSRList_T::incr |
Definition at line 20 of file linearSystemCSR.h.
Referenced by CSRList_Create(), and CSRList_Realloc().
int CSRList_T::isorder |
Definition at line 22 of file linearSystemCSR.h.
Referenced by CSRList_Add(), and CSRList_Create().
int CSRList_T::n |
Definition at line 21 of file linearSystemCSR.h.
Referenced by CSRList_Add(), CSRList_Create(), CSRList_Nbr(), and CSRList_Resize_strict().
int CSRList_T::nmax |
Definition at line 18 of file linearSystemCSR.h.
Referenced by CSRList_Create(), CSRList_Realloc(), and CSRList_Resize_strict().
int CSRList_T::size |
Definition at line 19 of file linearSystemCSR.h.
Referenced by CSRList_Add(), CSRList_Create(), CSRList_Realloc(), and CSRList_Resize_strict().