Lapack Helper C Functions — Encapsulated fortran lapack functions
FIXME
gint ncm_lapack_dptsv (gdouble *d, gdouble *e, gdouble *b, gdouble *x, guint size);
gdouble *d
gdouble *e
gdouble *b
gdouble *x
guint size
d
e
b
x
size
gint ncm_lapack_dpotrf (gchar uplo, guint size, gdouble *a, guint lda);
gchar uplo
gdouble *a
guint lda
uplo
a
lda
#define NCM_LAPACK_CHECK_INFO(func,info) if ((info) != 0) g_error ("Lapack[%s] error %d", func, (info))