aboutsummaryrefslogtreecommitdiff
path: root/src/gensvm_lapack.c
blob: 2a9c120d746e5a0a135bd0111c4c8ba474158d94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
 * @file gensvm_lapack.c
 * @author Gertjan van den Burg
 * @date August 9, 2013
 * @brief Utility functions for interacting with LAPACK
 *
 * @details
 * Functions in this file are auxiliary functions which make it easier
 * to use LAPACK functions from liblapack.
 */

#include "gensvm_lapack.h"