From 05f523e3a03ab012d772c2657f722704ab5126c3 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 30 Sep 2016 16:20:40 +0200 Subject: minor changes and start on test of gensvm_optimize --- src/gensvm_optimize.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gensvm_optimize.c') diff --git a/src/gensvm_optimize.c b/src/gensvm_optimize.c index 3c3e97a..aa9dcbf 100644 --- a/src/gensvm_optimize.c +++ b/src/gensvm_optimize.c @@ -721,6 +721,9 @@ void gensvm_calculate_huber(struct GenModel *model) * allocated. In addition, the matrix ZV is calculated here. It is assigned * to a pre-allocated block of memory, which is passed to this function. * + * @todo + * Transform UU to small UU then fix that here + * * @param[in,out] model the corresponding GenModel * @param[in] data the corresponding GenData * @param[in,out] ZV a pointer to a memory block for ZV. On exit -- cgit v1.2.3