#include <alpaqa/dl/dl-problem.h>
Definition at line 90 of file dl-problem.h.
Public Types | |
enum | { alpaqa_sparse_csc_unsorted = 0 , alpaqa_sparse_csc_sorted_rows = 1 } |
Public Attributes | |
alpaqa_length_t | rows |
alpaqa_length_t | cols |
alpaqa_symmetry | symmetry |
alpaqa_length_t | nnz |
const int * | inner_idx |
const int * | outer_ptr |
enum alpaqa_sparse_csc_t:: { ... } | order |
anonymous enum |
Enumerator | |
---|---|
alpaqa_sparse_csc_unsorted | |
alpaqa_sparse_csc_sorted_rows |
Definition at line 97 of file dl-problem.h.
alpaqa_length_t rows |
Definition at line 91 of file dl-problem.h.
alpaqa_length_t cols |
Definition at line 91 of file dl-problem.h.
alpaqa_symmetry symmetry |
Definition at line 92 of file dl-problem.h.
alpaqa_length_t nnz |
Definition at line 93 of file dl-problem.h.
const int* inner_idx |
Definition at line 94 of file dl-problem.h.
const int* outer_ptr |
Definition at line 95 of file dl-problem.h.
enum { ... } order |