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

Function write_float_sparse_rcs

mne/_fiff/write.py:418–420  ·  view source on GitHub ↗

Write a single-precision sparse compressed row matrix tag.

(fid, kind, mat)

Source from the content-addressed store, hash-verified

416
417
418def write_float_sparse_rcs(fid, kind, mat):
419 """Write a single-precision sparse compressed row matrix tag."""
420 return write_float_sparse(fid, kind, mat, fmt="csr")
421
422
423def write_float_sparse(fid, kind, mat, fmt="auto"):

Callers 2

_write_morph_map_Function · 0.85
_write_one_source_spaceFunction · 0.85

Calls 1

write_float_sparseFunction · 0.85

Tested by

no test coverage detected