2%> Return a
list of MATLAB strings containing the names of all
3%> currently possible builds of the ParaMonte MATLAB shared libraries.
6%> ``typelist`` : The output MATLAB
string list containing the
7%> value ``[
"native",
"tuned",
"ipo",
"release",
"testing",
"debug"]``.
12%> typelist = pm.lib.bldtypes();
17%> The build names within
this function must be
18%> regularly updated with the latest build names
19%> available in the ParaMonte installation guide.
29%> \JoshuaOsborne, May 21 2024, 8:01 PM, University of Texas at Arlington<br>
30%> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
31%> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
33 typelist = ["native", "tuned", "ipo", "
release", "testing", "debug"];
function list()
Return a list of MATLAB strings containing the names of OS platforms supported by the ParaMonte MATLA...
function bldtypes()
Return a list of MATLAB strings containing the names of all currently possible builds of the ParaMont...
function lib()
Return a scalar MATLAB string containing the path to the lib directory of the ParaMonte library packa...
function release(in type)
Return a scalar MATLAB string containing the MATLAB release version, year, or season as requested.