Difference between revisions of "Compile mex.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Sync syntax/arguments/outputs with current Spinach source)
 
(Add See also section to function-description page)
Line 7: Line 7:
  
 
  compile_mex() % #NGRUM #NHEAD
 
  compile_mex() % #NGRUM #NHEAD
 +
 +
==See also==
 +
[[existentials.m]], [[wipe_cache.m]], [[Kernel_utilities#Housekeeping_functions|Housekeeping functions]]

Revision as of 12:15, 25 April 2026


MEX compilation utility. Rebuilds all C++ MEX binaries in the current directory.

Syntax

compile_mex() % #NGRUM #NHEAD

See also

existentials.m, wipe_cache.m, Housekeeping functions