ParaMonte MATLAB 3.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
weblinks.m File Reference

Go to the source code of this file.

Functions

function weblinks ()
 Return a structure containing tree of weblinks for the ParaMonte MATLAB library source file and documentation website. More...
 

Function Documentation

◆ weblinks()

function weblinks ( )

Return a structure containing tree of weblinks for the ParaMonte MATLAB library source file and documentation website.

Returns
tree : The output MATLAB struct containing the ParaMonte website information.


Possible calling interfaces

tree = pm.lib.weblinks();


Example usage

1cd(fileparts(mfilename('fullpath'))); % Change working directory to source code directory.
2addpath('../../../'); % Add the ParaMonte library root directory to the search path.
3
4pm.matlab.show()
5pm.matlab.show('weblinks = pm.lib.weblinks()')
6 weblinks = pm.lib.weblinks();
7pm.matlab.show("weblinks")
8pm.matlab.show( weblinks )
function root()
Return a scalar MATLAB string containing the root directory of the ParaMonte library package.

Example output
1
2weblinks = pm.lib.weblinks()
4weblinks.home.url
5https://www.cdslab.org/paramonte
6weblinks.home.install.linux.url
7https://www.cdslab.org/paramonte/notes/installation/linux
8weblinks.home.install.windows.url
9https://www.cdslab.org/paramonte/notes/installation/windows
10weblinks.home.install.matlab.url
11https://www.cdslab.org/paramonte/notes/installation/matlab
12weblinks.home.install.python.url
13https://www.cdslab.org/paramonte/notes/installation/python
14weblinks.home.install.macos.url
15https://www.cdslab.org/paramonte/notes/installation/macos
16weblinks.home.install.macos.prereqs.url
17https://www.cdslab.org/paramonte/notes/installation/macos/#the-compile-time-and-runtime-prerequisites
18weblinks.home.install.macos.prereqs.cmd.url
19https://www.cdslab.org/paramonte/notes/installation/macos/#prereqs-install
20weblinks.home.overview.preface.url
21https://www.cdslab.org/paramonte/notes/overview/preface
22weblinks.home.overview.changes.fortran.url
23https://www.cdslab.org/paramonte/notes/overview/paramonte-kernel-release-notes
24weblinks.home.overview.changes.python.url
25https://www.cdslab.org/paramonte/notes/overview/paramonte-python-release-notes
26weblinks.home.overview.changes.matlab.url
27https://www.cdslab.org/paramonte/notes/overview/paramonte-matlab-release-notes
28weblinks.home.examples.python.jupyter.url
29https://www.cdslab.org/paramonte/notes/examples/python/jupyter
30weblinks.home.examples.python.postprocess.url
31https://www.cdslab.org/paramonte/notes/examples/python/postprocess
32weblinks.home.api.python.url
33https://www.cdslab.org/paramonte/notes/api/python/autoapi/paramonte
34weblinks.home.usage.paradram.quickstart.url
35https://www.cdslab.org/paramonte/notes/usage/paradram/interface
36weblinks.home.usage.paradram.input.url
37https://www.cdslab.org/paramonte/notes/usage/paradram/input
38weblinks.home.usage.paradram.specifications.url
39https://www.cdslab.org/paramonte/notes/usage/paradram/specifications
40weblinks.home.usage.paradram.restart.url
41https://www.cdslab.org/paramonte/notes/usage/paradram/restart
42weblinks.home.usage.paradram.output.url
43https://www.cdslab.org/paramonte/notes/usage/paradram/output
44weblinks.github.url
45https://github.com/cdslaborg/paramonte
46weblinks.github.issues.url
47https://github.com/cdslaborg/paramonte/issues
48weblinks.github.release.url
49https://github.com/cdslaborg/paramonte/releases
50weblinks.github.release.latest.url
51https://github.com/cdslaborg/paramonte/releases/latest
52weblinks.github.archive.main.zip.url
53https://github.com/cdslaborg/paramonte/archive/main.zip
54weblinks.github.archive.main.tar.url
55https://github.com/cdslaborg/paramonte/archive/main.tar.gz
56weblinks.github.examples.url
57https://github.com/cdslaborg/paramontex
58weblinks.intel.mpi.home.url
59https://software.intel.com/en-us/mpi-library
60weblinks.intel.mpi.windows.url
61https://software.intel.com/en-us/get-started-with-mpi-for-windows
62weblinks.openmpi.home.url
63https://www.open-mpi.org/


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.

  1. If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
  2. If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.

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.

Author:
Joshua Alexander Osborne, May 21 2024, 7:58 PM, University of Texas at Arlington
Fatemeh Bagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.
Amir Shahmoradi, May 16 2016, 9:03 AM, Oden Institute for Computational Engineering and Sciences (ICES), UT Austin