GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sell_kacz_rb.h
Go to the documentation of this file.
1 #ifndef SELL_KACZ_RB
2 #define SELL_KACZ_RB
3 
4 #include "sparsemat.h"
5 #include "densemat.h"
6 
7 
15 
16 
17 
18 #endif
Definition: sparsemat.h:124
ghost_error ghost_initialize_kacz(ghost_sparsemat *mat, ghost_densemat *b, ghost_kacz_opts opts)
Definition: sell_kacz_rb.c:10
ghost_error ghost_kacz_rb_v4(ghost_densemat *x, ghost_sparsemat *mat, ghost_densemat *b, ghost_kacz_opts opts)
Definition: sell_kacz_rb_versions.c:452
ghost_error ghost_kacz_rb(ghost_densemat *x, ghost_sparsemat *mat, ghost_densemat *b, ghost_kacz_opts opts)
Definition: sell_kacz_rb.c:39
ghost_error
Error return type.
Definition: error.h:23
ghost_error ghost_kacz_rb_v1(ghost_densemat *x, ghost_sparsemat *mat, ghost_densemat *b, ghost_kacz_opts opts)
Definition: sell_kacz_rb_versions.c:9
ghost_error ghost_kacz_rb_v3(ghost_densemat *x, ghost_sparsemat *mat, ghost_densemat *b, ghost_kacz_opts opts)
Definition: sell_kacz_rb_versions.c:277
ghost_error ghost_kacz_rb_v5(ghost_densemat *x, ghost_sparsemat *mat, ghost_densemat *b, ghost_kacz_opts opts)
Definition: sell_kacz_rb_versions.c:605
ghost_error ghost_kacz_rb_v2(ghost_densemat *x, ghost_sparsemat *mat, ghost_densemat *b, ghost_kacz_opts opts)
Definition: sell_kacz_rb_versions.c:142
A sparse matrix.
Definition: sparsemat.h:476
Types and functions related to sparse matrices.
A dense vector/matrix.
Definition: densemat.h:226