From bc7ac4f2b40cf60cd7997c28244a1f8eba4bad05 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 25 Aug 2014 14:51:55 +0200 Subject: rename execs and fix some unintended renames --- src/libGenSVM.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libGenSVM.c') diff --git a/src/libGenSVM.c b/src/libGenSVM.c index bb48673..b692bdb 100644 --- a/src/libGenSVM.c +++ b/src/libGenSVM.c @@ -138,7 +138,7 @@ void gensvm_calculate_errors(struct GenModel *model, struct GenData *data, long K = model->K; cblas_dgemm( - CblasRowGenor, + CblasRowMajor, CblasNoTrans, CblasNoTrans, n, @@ -255,8 +255,8 @@ void gensvm_seed_model_V(struct GenModel *from_model, * @brief Use step doubling * * @details - * Step doubling can be used to speed up the Genorization algorithm. Instead - * of using the value at the minimimum of the majorization function, the value + * Step doubling can be used to speed up the maorization algorithm. Instead of + * using the value at the minimimum of the majorization function, the value * ``opposite'' the majorization point is used. This can essentially cut the * number of iterations necessary to reach the minimum in half. * -- cgit v1.2.3