TBCI Numerical high perf. C++ Library 2.8.0
NCPformat Struct Reference

#include <supermatrix.h>

Public Attributes

int nnz
 
void * nzval
 
int * rowind
 
int * colbeg
 
int * colend
 

Detailed Description

Definition at line 107 of file supermatrix.h.

Member Data Documentation

◆ colbeg

int* NCPformat::colbeg

Definition at line 112 of file supermatrix.h.

◆ colend

int* NCPformat::colend

Definition at line 114 of file supermatrix.h.

◆ nnz

int NCPformat::nnz

Definition at line 108 of file supermatrix.h.

◆ nzval

void* NCPformat::nzval

Definition at line 109 of file supermatrix.h.

◆ rowind

int* NCPformat::rowind

Definition at line 110 of file supermatrix.h.


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