Bayesian Analysis of Neutron Star Mass and Radius Observations
Public Member Functions | Data Fields
bamr::entry Class Reference

A data class which holds the EOS parameters, the masses and the radii. More...

Detailed Description

Definition at line 38 of file entry.h.

#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.
 
entryoperator= (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.
 

Field Documentation

size_t bamr::entry::np

This is automatically set in the constructor to the template parameter

Definition at line 62 of file entry.h.


The documentation for this class was generated from the following file:

Documentation generated with Doxygen. Bamr documentation is under the GNU Free Documentation License.