The R Project SVN R-packages

Rev

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

#ifndef MATRIX_PEDIGREE_H
#define MATRIX_PEDIGREE_H

#include "Mutils.h"
#include "dtCMatrix.h"

SEXP pedigree_chol(SEXP x, SEXP ans);

#endif