The R Project SVN R-packages

Rev

Rev 3958 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#ifndef MATRIX_PEDIGREE_H
#define MATRIX_PEDIGREE_H

#include "lme4_utils.h"
#include <Rdefines.h>

SEXP pedigree_chol(SEXP x, SEXP ans);

#endif