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.docs.url
5https://www.cdslab.org/paramonte
6weblinks.docs.generic.url
7https://www.cdslab.org/paramonte/generic/2
8weblinks.docs.generic.overview.url
9https://www.cdslab.org/paramonte/generic/2/overview
10weblinks.docs.generic.overview.preface.url
11https://www.cdslab.org/paramonte/generic/2/overview/preface
12weblinks.docs.generic.overview.fortran.url
13https://www.cdslab.org/paramonte/generic/2/overview/paramonte-kernel-release-notes
14weblinks.docs.generic.overview.matlab.url
15https://www.cdslab.org/paramonte/generic/2/overview/paramonte-matlab-release-notes
16weblinks.docs.generic.overview.python.url
17https://www.cdslab.org/paramonte/generic/2/overview/paramonte-python-release-notes
18weblinks.docs.generic.installation.url
19https://www.cdslab.org/paramonte/generic/2/installation
20weblinks.docs.generic.installation.linux.url
21https://www.cdslab.org/paramonte/generic/2/installation/linux
22weblinks.docs.generic.installation.windows.url
23https://www.cdslab.org/paramonte/generic/2/installation/windows
24weblinks.docs.generic.installation.matlab.url
25https://www.cdslab.org/paramonte/generic/2/installation/matlab
26weblinks.docs.generic.installation.python.url
27https://www.cdslab.org/paramonte/generic/2/installation/python
28weblinks.docs.generic.installation.macos.url
29https://www.cdslab.org/paramonte/generic/2/installation/macos
30weblinks.docs.generic.installation.macos.prereqs.url
31https://www.cdslab.org/paramonte/generic/2/installation/macos/#the-compile-time-and-runtime-prerequisites
32weblinks.docs.generic.installation.macos.prereqs.cmd.url
33https://www.cdslab.org/paramonte/generic/2/installation/macos/#prereqs-install
34weblinks.docs.generic.examples.url
35https://www.cdslab.org/paramonte/generic/2/examples
36weblinks.docs.generic.examples.python.jupyter.url
37https://www.cdslab.org/paramonte/generic/2/examples/python/jupyter
38weblinks.docs.generic.examples.python.postprocess.url
39https://www.cdslab.org/paramonte/generic/2/examples/python/postprocess
40weblinks.docs.generic.api.url
41https://www.cdslab.org/paramonte/generic/2/api
42weblinks.docs.generic.api.python.url
43https://www.cdslab.org/paramonte/generic/2/api/python/autoapi/paramonte
44weblinks.docs.generic.usage.url
45https://www.cdslab.org/paramonte/generic/2/usage
46weblinks.docs.generic.usage.paradram.url
47https://www.cdslab.org/paramonte/generic/2/usage/paradram
48weblinks.docs.generic.usage.paradram.quickstart.url
49https://www.cdslab.org/paramonte/generic/2/usage/paradram/interface
50weblinks.docs.generic.usage.paradram.input.url
51https://www.cdslab.org/paramonte/generic/2/usage/paradram/input
52weblinks.docs.generic.usage.paradram.specifications.url
53https://www.cdslab.org/paramonte/generic/2/usage/paradram/specifications
54weblinks.docs.generic.usage.paradram.restart.url
55https://www.cdslab.org/paramonte/generic/2/usage/paradram/restart
56weblinks.docs.generic.usage.paradram.output.url
57https://www.cdslab.org/paramonte/generic/2/usage/paradram/output
58weblinks.docs.matlab.url
59https://www.cdslab.org/paramonte/matlab/3
60weblinks.github.url
61https://github.com/cdslaborg/paramonte
62weblinks.github.issues.url
63https://github.com/cdslaborg/paramonte/issues
64weblinks.github.releases.url
65https://github.com/cdslaborg/paramonte/releases
66weblinks.github.releases.latest.url
67https://github.com/cdslaborg/paramonte/releases/latest
68weblinks.github.releases.tag.url
69https://github.com/cdslaborg/paramonte/releases/tag
70weblinks.github.releases.tag.auxil.url
71https://github.com/cdslaborg/paramonte/releases/tag/auxil
72weblinks.github.releases.download.url
73https://github.com/cdslaborg/paramonte/releases/download
74weblinks.github.releases.download.auxil.url
75https://github.com/cdslaborg/paramonte/releases/download/auxil
76weblinks.github.archive.url
77https://github.com/cdslaborg/paramonte/archive
78weblinks.github.archive.main.zip.url
79https://github.com/cdslaborg/paramonte/archive/main.zip
80weblinks.github.archive.main.tar.url
81https://github.com/cdslaborg/paramonte/archive/main.tar.gz
82weblinks.github.examples.url
83https://github.com/cdslaborg/paramontex
84weblinks.external.intel.url
85https://software.intel.com/en-us
86weblinks.external.intel.mpi.url
87https://software.intel.com/en-us/mpi-library
88weblinks.external.openmpi.url
89https://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