Bayesian Analysis of Neutron Star Mass and Radius Observations
|
A data class which holds the EOS parameters, the masses and the radii. More...
#include <entry.h>
Public Member Functions | |
entry () | |
Create empty entry object. | |
entry (size_t nps, size_t nso) | |
Create object for n sources. | |
int | allocate (size_t nps, size_t nso) |
Reallocate for n sources. | |
entry & | operator= (const entry &e) |
Copy constructor. | |
entry (const entry &e) | |
Copy constructor. | |
Data Fields | |
size_t | np |
Number of parameters. More... | |
ubvector | params |
Parameters. | |
size_t | ns |
Number of sources. | |
ubvector | mass |
Mass for each source. | |
ubvector | rad |
Radius for each source. | |
size_t bamr::entry::np |
Documentation generated with Doxygen. Bamr documentation is under the GNU Free Documentation License.