INMOST
Mathematical Modelling Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
INMOST::Sparse::Row::entry_s Struct Reference

Entry of the sparse matrix row. More...

#include <inmost_sparse.h>

Collaboration diagram for INMOST::Sparse::Row::entry_s:

Public Member Functions

bool operator< (const entry_s &other) const
 

Public Attributes

INMOST_DATA_ENUM_TYPE first
 the column number of the row element. More...
 
INMOST_DATA_REAL_TYPE second
 the real value of the row element. More...
 

Detailed Description

Entry of the sparse matrix row.

Definition at line 97 of file inmost_sparse.h.

Member Function Documentation

bool INMOST::Sparse::Row::entry_s::operator< ( const entry_s other) const
inline

Definition at line 105 of file inmost_sparse.h.

Member Data Documentation

INMOST_DATA_ENUM_TYPE INMOST::Sparse::Row::entry_s::first

the column number of the row element.

Definition at line 99 of file inmost_sparse.h.

INMOST_DATA_REAL_TYPE INMOST::Sparse::Row::entry_s::second

the real value of the row element.

Definition at line 100 of file inmost_sparse.h.


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