We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a lot of unnecessary exports in this package
# mxarray export MxArray, mxClassID, mxComplexity, mxclassid, data_ptr, classid, nrows, ncols, nelems, elsize export is_double, is_single, is_int8, is_uint8, is_int16, is_uint16, is_int32, is_uint32, is_int64, is_uint64, is_numeric, is_complex, is_sparse, is_empty, is_logical, is_char, is_struct, is_cell export mxarray, mxsparse, delete, mxcellarray, get_cell, set_cell, mxstruct, mxstructarray, mxnfields, get_fieldname, get_field, set_field, jvalue, jarray, jscalar, jvector, jmatrix, jsparse, jstring, jdict # engine & matfile export MSession, MatFile, get_default_msession, restart_default_msession, close_default_msession, eval_string, get_mvariable, get_variable, put_variable, put_variables, variable_names, read_matfile, write_matfile, mxcall, @mput, @mget, @mat_str
We should definitely remove mxClassID, mxComplexity, mxclassid, data_ptr, classid
mxClassID, mxComplexity, mxclassid, data_ptr, classid
nelems can be merged into Base.length elsize can be merged into Base.sizeof
nelems
Base.length
elsize
Base.sizeof
matlab_eval rename to meval mat_str rename to m_str mexcall rename to mcall
matlab_eval
meval
mat_str
m_str
mexcall
mcall
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are a lot of unnecessary exports in this package
We should definitely remove
mxClassID, mxComplexity, mxclassid, data_ptr, classid
nelems
can be merged intoBase.length
elsize
can be merged intoBase.sizeof
matlab_eval
rename tomeval
mat_str
rename tom_str
mexcall
rename tomcall
The text was updated successfully, but these errors were encountered: