hp2FEM
0.1
|
This file contains GKlib's implementation of BLAS-like routines. More...
#include <GKlib.h>
This file contains GKlib's implementation of BLAS-like routines.
The BLAS routines that are currently implemented are mostly level-one. They follow a naming convention of the type gk_[type][name], where [type] is one of c, i, f, and d, based on C's four standard scalar datatypes of characters, integers, floats, and doubles.
These routines are implemented using a generic macro template, which is used for code generation.
$Id: blas.c 7612 2009-11-29 15:46:31Z karypis $