alpaqa cmake-targets
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
alpaqa_sparse_coo_t Struct Reference

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

Detailed Description

See also
alpaqa::sparsity::SparseCOO

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

+ Collaboration diagram for alpaqa_sparse_coo_t:

Public Types

enum  {
  alpaqa_sparse_coo_unsorted = 0 , alpaqa_sparse_coo_sorted_by_cols_and_rows = 1 , alpaqa_sparse_coo_sorted_by_cols_only = 2 , alpaqa_sparse_coo_sorted_by_rows_and_cols = 3 ,
  alpaqa_sparse_coo_sorted_by_rows_only = 4
}
 

Public Attributes

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
See also
alpaqa::sparsity::SparseCOO::Order
Enumerator
alpaqa_sparse_coo_unsorted 
alpaqa_sparse_coo_sorted_by_cols_and_rows 
alpaqa_sparse_coo_sorted_by_cols_only 
alpaqa_sparse_coo_sorted_by_rows_and_cols 
alpaqa_sparse_coo_sorted_by_rows_only 

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

Member Data Documentation

◆ rows

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

◆ cols

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

◆ symmetry

alpaqa_symmetry symmetry

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

◆ nnz

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

◆ row_indices

const int* row_indices

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

◆ col_indices

const int* col_indices

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

◆ []

enum { ... } order

◆ first_index

int first_index

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


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