alpaqa guanaqo
Nonconvex constrained optimization
Loading...
Searching...
No Matches
alpaqa_sparse_csc_ll_t Struct Reference

#include <alpaqa/dl/dl-problem.h>

Detailed Description

See also
alpaqa::sparsity::SparseCSC

Definition at line 113 of file dl-problem.h.

Collaboration diagram for alpaqa_sparse_csc_ll_t:

Public Types

enum  { alpaqa_sparse_csc_ll_unsorted = 0 , alpaqa_sparse_csc_ll_sorted_rows = 1 }

Public Attributes

alpaqa_length_t rows
alpaqa_length_t cols
alpaqa_symmetry symmetry
alpaqa_length_t nnz
const long long * inner_idx
const long long * outer_ptr
enum alpaqa_sparse_csc_ll_t:: { ... }  order

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
See also
alpaqa::sparsity::SparseCSC::Order
Enumerator
alpaqa_sparse_csc_ll_unsorted 
alpaqa_sparse_csc_ll_sorted_rows 

Definition at line 120 of file dl-problem.h.

Member Data Documentation

◆ rows

Definition at line 114 of file dl-problem.h.

◆ cols

Definition at line 114 of file dl-problem.h.

◆ symmetry

alpaqa_symmetry symmetry

Definition at line 115 of file dl-problem.h.

◆ nnz

Definition at line 116 of file dl-problem.h.

◆ inner_idx

const long long* inner_idx

Definition at line 117 of file dl-problem.h.

◆ outer_ptr

const long long* outer_ptr

Definition at line 118 of file dl-problem.h.

◆ []

enum { ... } order
See also
alpaqa::sparsity::SparseCSC::Order

The documentation for this struct was generated from the following file: