1 #ifndef agebandmatrixratioptrvector_h
2 #define agebandmatrixratioptrvector_h
25 void addTag(
const char* tagname);
This class implements a dynamic vector of AgeBandMatrix values.
Definition: agebandmatrixptrvector.h:12
Definition: agebandmatrixratioptrvector.h:16
void Add(const AgeBandMatrixRatioPtrVector &Addition, int area, const ConversionIndex &CI, double ratio=1.0)
Definition: agebandmatrixratiomemberfunctions.cc:138
int size
Definition: agebandmatrixratioptrvector.h:39
void addTagName(const char *name)
Definition: agebandmatrixratioptrvector.cc:131
CharPtrVector tagID
Definition: agebandmatrixratioptrvector.h:41
AgeBandMatrixRatioPtrVector()
Definition: agebandmatrixratioptrvector.h:18
AgeBandMatrixRatio & operator[](int pos)
Definition: agebandmatrixratioptrvector.h:33
AgeBandMatrixRatio ** v
Definition: agebandmatrixratioptrvector.h:40
void deleteTag(const char *tagname)
Definition: agebandmatrixratioptrvector.cc:154
const char * getTagName(int id) const
Definition: agebandmatrixratioptrvector.h:29
~AgeBandMatrixRatioPtrVector()
Definition: agebandmatrixratioptrvector.cc:20
AgeBandMatrixRatioPtrVector(int size)
void addTag(AgeBandMatrixPtrVector *initial, const AgeBandMatrixPtrVector &Alkeys, const char *tagname, double tagloss)
Definition: agebandmatrixratioptrvector.cc:106
void Migrate(const DoubleMatrix &MI, const AgeBandMatrixPtrVector &Total)
Definition: agebandmatrixratiomemberfunctions.cc:214
int getTagID(const char *tagname)
Definition: agebandmatrixratioptrvector.cc:140
const DoubleVector & getTagLoss() const
Definition: agebandmatrixratioptrvector.h:32
DoubleVector tagLoss
Definition: agebandmatrixratioptrvector.h:42
void resize(int add, AgeBandMatrixRatio *matr)
Definition: agebandmatrixratioptrvector.cc:33
int Size() const
Definition: agebandmatrixratioptrvector.h:27
int numTagExperiments() const
Definition: agebandmatrixratioptrvector.h:31
Definition: agebandmatrixratio.h:15
This class implements a dynamic vector of char values.
Definition: charptrvector.h:8
int Size() const
This will return the size of the vector.
Definition: charptrvector.h:44
This is the class used to convert information from one LengthGroupDivision length structure to a seco...
Definition: conversionindex.h:12
This class implements a dynamic vector of DoubleVector values.
Definition: doublematrix.h:11
This class implements a dynamic vector of double values.
Definition: doublevector.h:11
This class implements a dynamic vector of int values.
Definition: intvector.h:11
This is the base class used to calculate the maturity of a stock within the model.
Definition: maturity.h:22