alpaqa 1.1.0a1
Nonconvex constrained optimization
Loading...
Searching...
No Matches
alpaqa_sparse_csc_t Struct Reference

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

Detailed Description

See also
alpaqa::sparsity::SparseCSC

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

Collaboration diagram for alpaqa_sparse_csc_t:

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
See also
alpaqa::sparsity::SparseCSC::Order
Enumerator
alpaqa_sparse_csc_unsorted 
alpaqa_sparse_csc_sorted_rows 

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

Member Data Documentation

◆ rows

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

◆ cols

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

◆ symmetry

alpaqa_symmetry symmetry

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

◆ nnz

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

◆ inner_idx

const int* inner_idx

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

◆ outer_ptr

const int* outer_ptr

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

◆ []

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

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