ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation. |
Go to the source code of this file.
Functions | |
function | getEntryNML (in varname, in varval, in vartype, in varsize) |
Return a Fortran-namelist-compatible conversion of the input varval .More... | |
function getEntryNML | ( | in | varname, |
in | varval, | ||
in | vartype, | ||
in | varsize | ||
) |
Return a Fortran-namelist-compatible conversion of the input varval
.
This functionality is primarily used by the ParaMonte MATLAB internal routines to communicate information with Fortran shared libraries.
As such, it is of limited to most end users of the library.
[in] | varname | : The input scalar MATLAB string containing the label to assign to the namelist-converted value in the output entry .The specified value of varname will be trimmed (to remove leading and trailing blanks). |
[in] | varval | : The input value to be converted to namelist-compatible value. |
[in] | vartype | : See the documentation of the corresponding argument of pm.introspection.istype(). |
[in] | varsize | : See the documentation of the corresponding argument of pm.introspection.istype(). |
entry
: The output scalar MATLAB string containing the namelist-compatible conversion of the input value varval
and the given varname
in the following format: varname=namelist-compatible-varval
.
Possible calling interfaces ⛓
varval
is an array, its elements will be comma-separated.
Example usage ⛓
Final Remarks ⛓
If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.
This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.