1 #ifndef popratiomatrix_h
2 #define popratiomatrix_h
This class implements a dynamic vector of PopRatioVector values.
Definition: popratiomatrix.h:11
int nrow
This is number of rows of the vector.
Definition: popratiomatrix.h:75
~PopRatioMatrix()
This is the PopRatioMatrix destructor.
Definition: popratiomatrix.cc:24
void Delete(int pos)
This will delete an entry from the vector.
Definition: popratiomatrix.cc:57
void AddRows(int add, int length, PopRatio value)
This will add new entries to the vector.
Definition: popratiomatrix.cc:34
int Nrow() const
This will return the number of rows of the vector.
Definition: popratiomatrix.h:45
PopRatioVector ** v
This is the vector of PopRatioVector values.
Definition: popratiomatrix.h:79
PopRatioMatrix()
This is the default PopRatioMatrix constructor.
Definition: popratiomatrix.h:16
PopRatioVector & operator[](int pos)
This will return the value of an element of the vector.
Definition: popratiomatrix.h:51
int Ncol(int i=0) const
This will return the number of columns in row i of the vector.
Definition: popratiomatrix.h:40
This class implements a dynamic vector of PopRatio values.
Definition: popratiovector.h:10
int Size() const
This will return the size of the vector.
Definition: popratiovector.h:53
This is the class used to store information about the number of tagged fish in a population cell of a...
Definition: popratio.h:10