IMP Reference Guide
develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
|
Decay modifier to add non-linearities. More...
#include <IMP/bff/bff_config.h>
#include <iostream>
#include <algorithm>
#include <vector>
#include <IMP/bff/DecayCurve.h>
#include <IMP/bff/DecayModifier.h>
Go to the source code of this file.
Classes | |
class | IMP::bff::DecayLinearization |
A decay modifier to apply linearization to a DecayCurve. More... | |
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
IMP::bff | |
Bayesian Fluorescence Framework. | |
Typedefs | |
typedef IMP::Vector < DecayLinearization > | IMP::bff::DecayLinearizations |
Decay modifier to add non-linearities.
This file contains the declaration of the DecayLinearization class, which is a subclass of DecayModifier. DecayLinearization applies a linearization to a DecayCurve object, which represents a decay model. It computes a linearization table and applies it to the input DecayCurve.
Definition in file DecayLinearization.h.