v2.0.0
Loading...
Searching...
No Matches
FIFFLIB::_fiff_sparse_matrix Struct Reference

#include <fiff_types_mne-c.h>

Public Attributes

fiff_int_t coding
fiff_int_t m
fiff_int_t n
fiff_int_t nz
fiff_float_tdata
fiff_int_tinds
fiff_int_tptrs

Detailed Description

Directory tree structure used by the fiff library routines. FIFF file handle returned by fiff_open(). Structure for sparse matrices

Definition at line 538 of file fiff_types_mne-c.h.

Member Data Documentation

◆ coding

fiff_int_t FIFFLIB::_fiff_sparse_matrix::coding

coding (storage) type of the sparse matrix.

Definition at line 539 of file fiff_types_mne-c.h.

◆ data

fiff_float_t* FIFFLIB::_fiff_sparse_matrix::data

owns the data.

Definition at line 543 of file fiff_types_mne-c.h.

◆ inds

fiff_int_t* FIFFLIB::_fiff_sparse_matrix::inds

index list, points into data, no dealloc!.

Definition at line 544 of file fiff_types_mne-c.h.

◆ m

fiff_int_t FIFFLIB::_fiff_sparse_matrix::m

m rows.

Definition at line 540 of file fiff_types_mne-c.h.

◆ n

fiff_int_t FIFFLIB::_fiff_sparse_matrix::n

n columns.

Definition at line 541 of file fiff_types_mne-c.h.

◆ nz

fiff_int_t FIFFLIB::_fiff_sparse_matrix::nz

nz nonzeros.

Definition at line 542 of file fiff_types_mne-c.h.

◆ ptrs

fiff_int_t* FIFFLIB::_fiff_sparse_matrix::ptrs

pointer list, points into data, no dealloc!.

Definition at line 545 of file fiff_types_mne-c.h.


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