aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGertjan van den Burg <burg@ese.eur.nl>2016-09-30 16:20:40 +0200
committerGertjan van den Burg <burg@ese.eur.nl>2016-09-30 16:20:40 +0200
commit05f523e3a03ab012d772c2657f722704ab5126c3 (patch)
tree9409546dd3f39ade54ca2d264e997971996380c3 /src
parentuse atlas for optimized blas/lapack (diff)
downloadgensvm-05f523e3a03ab012d772c2657f722704ab5126c3.tar.gz
gensvm-05f523e3a03ab012d772c2657f722704ab5126c3.zip
minor changes and start on test of gensvm_optimize
Diffstat (limited to 'src')
-rw-r--r--src/gensvm_optimize.c3
1 files changed, 3 insertions, 0 deletions
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