|
phylopomp
Phylodynamics for POMPs
|
#include "genealogy.h"#include "generics.h"#include "internal.h"#include <utility>#include <vector>#include <R.h>#include <Rdefines.h>#include <Rinternals.h>
Go to the source code of this file.
Functions | |
| static R_INLINE SEXP | make_matrix (size_t nrow, size_t ncol, const char **names) |
| SEXP | cblv (genealogy_t &A) |
| SEXP | cblv (SEXP State) |
| construct CBLV representation as a matrix | |
| SEXP | parse_cblv (SEXP XY, SEXP T0, SEXP Time) |
| parse CBLV representation | |
| SEXP cblv | ( | genealogy_t & | A | ) |
Definition at line 150 of file cblv.cc.

| SEXP cblv | ( | SEXP | State | ) |
construct CBLV representation as a matrix
Definition at line 174 of file cblv.cc.

|
static |
Definition at line 12 of file cblv.cc.

| SEXP parse_cblv | ( | SEXP | XY, |
| SEXP | T0, | ||
| SEXP | Time ) |
parse CBLV representation
Definition at line 180 of file cblv.cc.
