alpaqa 1.0.0a16
Nonconvex constrained optimization
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
alpaqa_sparse_coo_l_t Struct Reference

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

Detailed Description

See also
alpaqa::sparsity::SparseCOO

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

Member Data Documentation

◆ rows

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

◆ cols

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

◆ symmetry

alpaqa_symmetry symmetry

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

◆ nnz

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

◆ row_indices

const long* row_indices

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

◆ col_indices

const long* col_indices

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

◆ []

enum { ... } order

◆ first_index

long first_index

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


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