/** * @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"