MCPcopy
hub / github.com/mne-tools/mne-python / write_int_matrix

Function write_int_matrix

mne/_fiff/write.py:182–184  ·  view source on GitHub ↗

Write integer 32 matrix tag.

(fid, kind, mat)

Source from the content-addressed store, hash-verified

180
181
182def write_int_matrix(fid, kind, mat):
183 """Write integer 32 matrix tag."""
184 _write_matrix_data(fid, kind, mat, FIFF.FIFFT_INT)
185
186
187def write_complex_float_matrix(fid, kind, mat):

Callers 2

_write_one_source_spaceFunction · 0.85

Calls 1

_write_matrix_dataFunction · 0.85

Tested by

no test coverage detected