alpaqa pi-pico
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
alpaqa_sparse_csc_ll_t Struct Reference

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

Detailed Description

See also
alpaqa::sparsity::SparseCSC

Definition at line 118 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 125 of file dl-problem.h.

Member Data Documentation

◆ rows

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

◆ cols

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

◆ symmetry

alpaqa_symmetry symmetry

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

◆ nnz

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

◆ inner_idx

const long long* inner_idx

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

◆ outer_ptr

const long long* outer_ptr

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

◆ []

enum { ... } order

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