MCPcopy Index your code
hub / github.com/mne-tools/mne-python / write_double_matrix

Function write_double_matrix

mne/_fiff/write.py:177–179  ·  view source on GitHub ↗

Write a double-precision floating-point matrix tag.

(fid, kind, mat)

Source from the content-addressed store, hash-verified

175
176
177def write_double_matrix(fid, kind, mat):
178 """Write a double-precision floating-point matrix tag."""
179 _write_matrix_data(fid, kind, mat, FIFF.FIFFT_DOUBLE)
180
181
182def write_int_matrix(fid, kind, mat):

Callers 1

_write_icaFunction · 0.85

Calls 1

_write_matrix_dataFunction · 0.85

Tested by

no test coverage detected