From ff13b0a8552d203b7baeadc8a345a1b6781bc8fe Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 19 May 2014 17:39:04 -0700 Subject: realloc existing model instead of using fold model, saving memory and time! --- include/msvmmaj.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/msvmmaj.h') diff --git a/include/msvmmaj.h b/include/msvmmaj.h index d67ad8b..4e00654 100644 --- a/include/msvmmaj.h +++ b/include/msvmmaj.h @@ -42,7 +42,10 @@ * @param kerneltype kernel to be used in the model * @param kernelparam pointer to the vector of kernel parameters * @param use_cholesky whether the Cholesky decomposition should be - * used + * used + * + * @TODO + * change R to int, it's a binary matrix * */ struct MajModel { -- cgit v1.2.3