ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
credits.m
Go to the documentation of this file.
1%> \brief
2%> Return a MATLAB string containing the ParaMonte MATLAB library acknowledgment statement.
3%>
4%> \return
5%> A MATLAB string containing the ParaMonte MATLAB library acknowledgment statement.
6%>
7%> \interface{credits}
8%> \code{.m}
9%>
10%> result = pm.lib.credits()
11%>
12%> \endcode
13%>
14%> \example{credits}
15%> \include{lineno} example/lib/credits/main.m
16%> \output{credits}
17%> \include{lineno} example/lib/credits/main.out.m
18%>
19%> \final{credits}
20%>
21%> \author
22%> \JoshuaOsborne, May 21 2024, 8:10 PM, University of Texas at Arlington<br>
23%> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
24%> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute for Computational Engineering and Sciences (ICES), UT Austin<br>
25function result = credits()
26 result = "Peter O'Donnell Fellowship / Texas Advanced Computing Center";
27end
function credits()
Return a MATLAB string containing the ParaMonte MATLAB library acknowledgment statement.
function lib()
Return a scalar MATLAB string containing the path to the lib directory of the ParaMonte library packa...