Public Attributes

MeshLib::_Entry Struct Reference

Entry in the sparse matrix. More...

#include <SparseMatrix.h>

Collaboration diagram for MeshLib::_Entry:
Collaboration graph
[legend]

List of all members.

Public Attributes

int i
int j
double val

Detailed Description

Entry in the sparse matrix.

Entry in sparse matrix, with row, column indicies and value.

Definition at line 23 of file SparseMatrix.h.


Member Data Documentation

Definition at line 25 of file SparseMatrix.h.

Definition at line 26 of file SparseMatrix.h.

Definition at line 27 of file SparseMatrix.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Defines