#include <mne_sparse_named_matrix.h>
Public Member Functions | |
| MNESparseNamedMatrix ()=default | |
| ~MNESparseNamedMatrix ()=default | |
Public Attributes | |
| int | nrow = 0 |
| int | ncol = 0 |
| QStringList | rowlist |
| QStringList | collist |
| std::unique_ptr< FIFFLIB::FiffSparseMatrix > | data |
Sparse named matrix - matrix specification with row/column name lists.
Definition at line 26 of file mne_sparse_named_matrix.h.
|
default |
|
default |
| QStringList MNELIB::MNESparseNamedMatrix::collist |
Name list for the columns.
Definition at line 35 of file mne_sparse_named_matrix.h.
| std::unique_ptr<FIFFLIB::FiffSparseMatrix> MNELIB::MNESparseNamedMatrix::data |
The data itself (sparse).
Definition at line 36 of file mne_sparse_named_matrix.h.
| int MNELIB::MNESparseNamedMatrix::ncol = 0 |
Number of columns (same as in data).
Definition at line 33 of file mne_sparse_named_matrix.h.
| int MNELIB::MNESparseNamedMatrix::nrow = 0 |
Number of rows (same as in data).
Definition at line 32 of file mne_sparse_named_matrix.h.
| QStringList MNELIB::MNESparseNamedMatrix::rowlist |
Name list for the rows.
Definition at line 34 of file mne_sparse_named_matrix.h.