2%> This is the base
class for generating objects
3%> that contain the contents of a sample/chain file
4%> generated by a ParaMonte sampler.<br>
5%> This
class is meant to be primarily internally
6%> used by the ParaMonte MATLAB library samplers.<br>
9%> See the documentation of the
class constructor
13%> See below
for information on the methods.<br>
16%> See also the documentation of the superclass [pm.sampling.FileContentsSample](@ref
FileContentsSample).<br>
21%> \JoshuaOsborne, May 21 2024, 3:32 AM, University of Texas at Arlington<br>
22%> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
23%> \AmirShahmoradi, May 16 2016, 9:03 AM, Oden Institute
for Computational Engineering and Sciences (ICES), UT Austin<br>
26 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
28 properties(Access =
public)
31 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
36 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
38 methods(Access = public)
40 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
46 %> \param[in] file : The input scalar MATLAB
string containing the path to an external file.<br>
49 %> \param[in] sep : The input scalar MATLAB
string containing the field separator used in the file.<br>
50 %> (**optional**, default = ``","``)
59 %> contents = pm.sampling.FileContentsSampleDRAM(file, [])
60 %> contents = pm.sampling.FileContentsSampleDRAM(file, silent)
61 %> contents = pm.sampling.FileContentsSampleDRAM(file, [], [])
62 %> contents = pm.sampling.FileContentsSampleDRAM(file, [], sep)
63 %> contents = pm.sampling.FileContentsSampleDRAM(file, silent, [])
64 %> contents = pm.sampling.FileContentsSampleDRAM(file, silent, sep)
201 %> \AmirShahmoradi, 7:41 PM Friday, November 8, 2024, Dallas, TX<br>
202 %> \FatemehBagheri, May 20 2024, 1:25 PM, NASA Goddard Space Flight Center (GSFC), Washington, D.C.<br>
212 self = self@pm.sampling.FileContentsSample(file, silent, sep);
218 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
222 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
This is the base class for generating objects that contain the contents of a restart file generated b...
This is the base class for generating objects that contain the contents of a sample/chain file genera...
function FileContentsSampleDRAM(in file, in silent, in sep)
Return a scalar object of class pm.sampling.FileContentsSampleDRAM. This is the constructor of the c...
This is the base class for generating objects that contain the contents of a sample/chain file genera...