Processing math: 100%
SuperSCS  1.3.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
scs_a_data_matrix Struct Reference

The sparse matrix A of the conic optimization problem. More...

#include <amatrix.h>

Data Fields

scs_floatx
 Values of A. More...
 
scs_inti
 The row-index of the matrix ( J). More...
 
scs_intp
 Array of column pointers of A in CSC format ( I). More...
 
scs_int m
 Number of rows ( m). More...
 
scs_int n
 Number of columns ( n). More...
 

Detailed Description

The sparse matrix A of the conic optimization problem.

The data are stored in CSC format.

See Also
Sparse matrices documentation

Field Documentation

scs_int* i

The row-index of the matrix ( J).

An array of length equal to the number of nonzero elements of A.

Number of rows ( m).

Number of columns ( n).

scs_int* p

Array of column pointers of A in CSC format ( I).

The length of A->p is equal to A->n + 1.

Values of A.


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