Class
NumCosmoMathModelBuilder
Description [src]
final class NumCosmoMath.ModelBuilder : GObject.Object
{
/* No available fields */
}
A NcmModel builder.
This model can be used to create runtime NcmModels. It is particularly useful to create models in binded languages, e.g., python.
Constructors
ncm_model_builder_new
Creates a new NcmModelBuilder object. This does not create the new class
after defining all parameters one should call ncm_model_builder_create()
to effectively define a new class.
Instance methods
ncm_model_builder_create
Creates a new object type using the scalar and vector parameters defined
in mb. If the object type was already created, this function just returns
the type.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.