Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
SparseMat::Node Struct Reference
sparse matrix node - element of a hash table More...
#include <mat.hpp>
Data Fields | |
| size_t | hashval |
| hash value | |
| size_t | next |
| index of the next node in the same hash table entry | |
| int | idx [MAX_DIM] |
| index of the matrix element | |
Detailed Description
sparse matrix node - element of a hash table
Definition at line 2453 of file mat.hpp.
Field Documentation
Generated on Tue Jul 12 2022 16:42:43 by
1.7.2