A sparse matrix entry. More...
#include <MboNonZeroEntry.h>
Data Fields | |
MboLocInd | m |
MboLocInd | n |
struct MboAmplitude | val |
A sparse matrix entry.
MboLocInd MboNonZeroEntry::m |
Row index of matrix entry
MboLocInd MboNonZeroEntry::n |
Column index of matrix entry
struct MboAmplitude MboNonZeroEntry::val |
Value of matrix entry