TBCI Numerical high perf. C++ Library  2.8.0
Public Attributes | List of all members
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

int* NCPformat::colbeg

Definition at line 112 of file supermatrix.h.

int* NCPformat::colend

Definition at line 114 of file supermatrix.h.

int NCPformat::nnz

Definition at line 108 of file supermatrix.h.

void* NCPformat::nzval

Definition at line 109 of file supermatrix.h.

int* NCPformat::rowind

Definition at line 110 of file supermatrix.h.


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