1 #ifndef agebandmatrixptrmatrix_h
2 #define agebandmatrixptrmatrix_h
This class implements a dynamic vector of AgeBandMatrixPtrVector values.
Definition: agebandmatrixptrmatrix.h:10
AgeBandMatrixPtrMatrix()
This is the default AgeBandMatrixPtrMatrix constructor.
Definition: agebandmatrixptrmatrix.h:15
void Delete(int pos)
This will delete an entry from the vector.
Definition: agebandmatrixptrmatrix.cc:28
~AgeBandMatrixPtrMatrix()
This is the AgeBandMatrixPtrMatrix destructor.
Definition: agebandmatrixptrmatrix.cc:3
int Ncol(int i=0) const
This will return the number of columns in row i of the vector.
Definition: agebandmatrixptrmatrix.h:38
AgeBandMatrixPtrVector *& operator[](int pos)
This will return the value of an element of the vector.
Definition: agebandmatrixptrmatrix.h:49
void resize(AgeBandMatrixPtrVector *value)
This will add one new entry to the vector.
Definition: agebandmatrixptrmatrix.cc:13
int nrow
This is number of rows of the vector.
Definition: agebandmatrixptrmatrix.h:55
AgeBandMatrixPtrVector ** v
This is the vector of AgeBandMatrixPtrVector values.
Definition: agebandmatrixptrmatrix.h:64
int Nrow() const
This will return the number of rows of the vector.
Definition: agebandmatrixptrmatrix.h:43
This class implements a dynamic vector of AgeBandMatrix values.
Definition: agebandmatrixptrvector.h:12
int Size() const
This will return the size of the vector.
Definition: agebandmatrixptrvector.h:80