|
MNE-CPP 0.1.9
A Framework for Electrophysiology
|
Public Attributes | |
| int | nrow |
| int | ncol |
| char ** | rowlist |
| char ** | collist |
| float ** | data |
Definition at line 275 of file mne_types_mne-c.h.
| char** mneNamedMatrix::collist |
Definition at line 279 of file mne_types_mne-c.h.
| float** mneNamedMatrix::data |
Definition at line 280 of file mne_types_mne-c.h.
| int mneNamedMatrix::ncol |
Definition at line 277 of file mne_types_mne-c.h.
| int mneNamedMatrix::nrow |
Definition at line 276 of file mne_types_mne-c.h.
| char** mneNamedMatrix::rowlist |
Definition at line 278 of file mne_types_mne-c.h.