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

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

Detailed Description

See also
alpaqa::sparsity::SparseCOO

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

Collaboration diagram for alpaqa_sparse_coo_l_t:

Public Types

enum  {
  alpaqa_sparse_coo_l_unsorted = 0 , alpaqa_sparse_coo_l_sorted_by_cols_and_rows = 1 , alpaqa_sparse_coo_l_sorted_by_cols_only = 2 , alpaqa_sparse_coo_l_sorted_by_rows_and_cols = 3 ,
  alpaqa_sparse_coo_l_sorted_by_rows_only = 4
}

Public Attributes

alpaqa_length_t rows
alpaqa_length_t cols
alpaqa_symmetry symmetry
alpaqa_length_t nnz
const long * row_indices
const long * col_indices
enum alpaqa_sparse_coo_l_t:: { ... }  order
long first_index

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
See also
alpaqa::sparsity::SparseCOO::Order
Enumerator
alpaqa_sparse_coo_l_unsorted 
alpaqa_sparse_coo_l_sorted_by_cols_and_rows 
alpaqa_sparse_coo_l_sorted_by_cols_only 
alpaqa_sparse_coo_l_sorted_by_rows_and_cols 
alpaqa_sparse_coo_l_sorted_by_rows_only 

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

Member Data Documentation

◆ rows

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

◆ cols

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

◆ symmetry

alpaqa_symmetry symmetry

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

◆ nnz

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

◆ row_indices

const long* row_indices

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

◆ col_indices

const long* col_indices

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

◆ []

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

◆ first_index

long first_index

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


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