This class is a helper to build CSR stored matrices.
More...
#include <CSR_Builder.h>
This class is a helper to build CSR stored matrices.
Definition at line 21 of file CSR_Builder.h.
◆ CSR_Builder()
| CSR_Builder::CSR_Builder |
( |
| ) |
|
◆ add_coeff()
| void CSR_Builder::add_coeff |
( |
int | line, |
|
|
int | column, |
|
|
double | coeff ) |
|
inline |
◆ build_matrix()
◆ initialize()
| CSR_Builder::initialize |
( |
int | nb_lines | ) |
|
◆ coeff_data_
| ArrOfDouble CSR_Builder::coeff_data_ |
|
protected |
◆ list_data_
| ArrOfInt CSR_Builder::list_data_ |
|
protected |
◆ list_head_
| ArrOfInt CSR_Builder::list_head_ |
|
protected |
◆ list_tail_
| ArrOfInt CSR_Builder::list_tail_ |
|
protected |
◆ nb_lines_
| int CSR_Builder::nb_lines_ |
|
protected |
The documentation for this class was generated from the following file: