gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
linearSystemCSR.h File Reference
#include <vector>
#include <string>
#include "GmshConfig.h"
#include "GmshMessage.h"
#include "linearSystem.h"
#include "sparsityPattern.h"
Include dependency graph for linearSystemCSR.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CSRList_T
 
class  linearSystemCSR< scalar >
 
class  linearSystemCSRGmm< scalar >
 

Typedefs

typedef int INDEX_TYPE
 

Functions

void CSRList_Add (CSRList_T *liste, const void *data)
 
int CSRList_Nbr (CSRList_T *liste)
 

Typedef Documentation

◆ INDEX_TYPE

typedef int INDEX_TYPE

Definition at line 16 of file linearSystemCSR.h.

Function Documentation

◆ CSRList_Add()

void CSRList_Add ( CSRList_T liste,
const void *  data 
)

Definition at line 86 of file linearSystemCSR.cpp.

Referenced by linearSystemCSR< scalar >::addToMatrix().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ CSRList_Nbr()

int CSRList_Nbr ( CSRList_T liste)