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

Function write_complex_float_matrix

mne/_fiff/write.py:187–189  ·  view source on GitHub ↗

Write complex 64 matrix tag.

(fid, kind, mat)

Source from the content-addressed store, hash-verified

185
186
187def write_complex_float_matrix(fid, kind, mat):
188 """Write complex 64 matrix tag."""
189 _write_matrix_data(fid, kind, mat, FIFF.FIFFT_COMPLEX_FLOAT)
190
191
192def write_complex_double_matrix(fid, kind, mat):

Callers

nothing calls this directly

Calls 1

_write_matrix_dataFunction · 0.85

Tested by

no test coverage detected