Attributes
- mat_tag
mat_tag = N.zeros((), mdtypes_template['tag_full'])
Method summary
- __init__(self, file_stream, arr, name, is_global = False)
- update_matrix_tag(self)
- write(self)
- write_dtype(self, arr)
- write_element(self, arr)
- write_header(self, mclass, is_global = False, is_complex = False, is_logical = False, nzmax = 0)
Methods
- __init__(self, file_stream, arr, name, is_global = False)
- update_matrix_tag(self)
- write(self)
- write_dtype(self, arr)
- write_element(self, arr)
- write_header(self, mclass, is_global = False, is_complex = False, is_logical = False, nzmax = 0)
Write header for given data options mclass - mat5 matrix class is_global - True if matrix is global is_complex - True is matrix is complex is_logical - True if matrix is logical nzmax - max non zero elements for sparse arrays
