diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2016-09-30 16:20:40 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2016-09-30 16:20:40 +0200 |
| commit | 05f523e3a03ab012d772c2657f722704ab5126c3 (patch) | |
| tree | 9409546dd3f39ade54ca2d264e997971996380c3 /src | |
| parent | use atlas for optimized blas/lapack (diff) | |
| download | gensvm-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.c | 3 |
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 |
