MNE-CPP 0.1.9
A Framework for Electrophysiology
Loading...
Searching...
No Matches
Public Attributes | List of all members
mneNamedMatrix Struct Reference

Public Attributes

int nrow
 
int ncol
 
char ** rowlist
 
char ** collist
 
float ** data
 

Detailed Description

Definition at line 275 of file mne_types_mne-c.h.

Member Data Documentation

◆ collist

char** mneNamedMatrix::collist

Definition at line 279 of file mne_types_mne-c.h.

◆ data

float** mneNamedMatrix::data

Definition at line 280 of file mne_types_mne-c.h.

◆ ncol

int mneNamedMatrix::ncol

Definition at line 277 of file mne_types_mne-c.h.

◆ nrow

int mneNamedMatrix::nrow

Definition at line 276 of file mne_types_mne-c.h.

◆ rowlist

char** mneNamedMatrix::rowlist

Definition at line 278 of file mne_types_mne-c.h.


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