v2.0.0
Loading...
Searching...
No Matches
MNELIB::MNESparseNamedMatrix Class Reference

#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::FiffSparseMatrixdata

Detailed Description

Sparse named matrix - matrix specification with row/column name lists.

Definition at line 26 of file mne_sparse_named_matrix.h.

Constructor & Destructor Documentation

◆ MNESparseNamedMatrix()

MNELIB::MNESparseNamedMatrix::MNESparseNamedMatrix ( )
default

◆ ~MNESparseNamedMatrix()

MNELIB::MNESparseNamedMatrix::~MNESparseNamedMatrix ( )
default

Member Data Documentation

◆ collist

QStringList MNELIB::MNESparseNamedMatrix::collist

Name list for the columns.

Definition at line 35 of file mne_sparse_named_matrix.h.

◆ data

std::unique_ptr<FIFFLIB::FiffSparseMatrix> MNELIB::MNESparseNamedMatrix::data

The data itself (sparse).

Definition at line 36 of file mne_sparse_named_matrix.h.

◆ ncol

int MNELIB::MNESparseNamedMatrix::ncol = 0

Number of columns (same as in data).

Definition at line 33 of file mne_sparse_named_matrix.h.

◆ nrow

int MNELIB::MNESparseNamedMatrix::nrow = 0

Number of rows (same as in data).

Definition at line 32 of file mne_sparse_named_matrix.h.

◆ rowlist

QStringList MNELIB::MNESparseNamedMatrix::rowlist

Name list for the rows.

Definition at line 34 of file mne_sparse_named_matrix.h.


The documentation for this class was generated from the following file: