|
MeshKit
1.0
|
#include <IAData.hpp>
Public Member Functions | |
| sparseEntry (const int c, const double v) | |
| sparseEntry () | |
Public Attributes | |
| int | col |
| double | val |
Definition at line 54 of file IAData.hpp.
| sparseEntry | ( | const int | c, |
| const double | v | ||
| ) | [inline] |
Definition at line 59 of file IAData.hpp.
| sparseEntry | ( | ) | [inline] |
Definition at line 60 of file IAData.hpp.
| int col |
Definition at line 57 of file IAData.hpp.
| double val |
Definition at line 58 of file IAData.hpp.