Revision 79c2d6476992d2ba6d352b633eee38ecaf2fbe8d authored by Torsten Hothorn on 13 September 2010, 00:00:00 UTC, committed by Gabor Csardi on 13 September 2010, 00:00:00 UTC
1 parent bcf45eb
Raw File
LinearStatistic.h

void C_PermutedLinearStatistic(const double *x, const int p,
                               const double *y, const int q,
                               const int n, const int nperm,
                               const int *indx, const int *perm,
                               double *ans);
back to top