alpaqa dll
Nonconvex constrained optimization
Loading...
Searching...
No Matches
alpaqa_sparse_csc_l_t Struct Reference

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

Detailed Description

See also
alpaqa::sparsity::SparseCSC

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

Collaboration diagram for alpaqa_sparse_csc_l_t:

Public Types

enum  { alpaqa_sparse_csc_l_unsorted = 0 , alpaqa_sparse_csc_l_sorted_rows = 1 }

Public Attributes

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
See also
alpaqa::sparsity::SparseCSC::Order
Enumerator
alpaqa_sparse_csc_l_unsorted 
alpaqa_sparse_csc_l_sorted_rows 

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

Member Data Documentation

◆ rows

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

◆ cols

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

◆ symmetry

alpaqa_symmetry symmetry

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

◆ nnz

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

◆ inner_idx

const long* inner_idx

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

◆ outer_ptr

const long* outer_ptr

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

◆ []

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

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