ergo
template_lapack_common.cc File Reference

Typedefs

typedef double real
 

Functions

int dummyroutine ()
 
void s_copy (char *a, const char *b, ftnlen la, ftnlen lb)
 
integer s_cmp (const char *a, const char *b, ftnlen la, ftnlen lb)
 
integer ieeeck_ (integer *ispec, real *zero, real *one)
 
integer template_lapack_ilaenv (const integer *ispec, const char *name__, const char *opts, const integer *n1, const integer *n2, const integer *n3, const integer *n4, ftnlen name_len, ftnlen opts_len)
 

Typedef Documentation

◆ real

typedef double real

Function Documentation

◆ dummyroutine()

int dummyroutine ( )

◆ ieeeck_()

integer ieeeck_ ( integer ispec,
real zero,
real one 
)

References mat::zero.

Referenced by template_lapack_ilaenv().

◆ s_cmp()

integer s_cmp ( const char *  a,
const char *  b,
ftnlen  la,
ftnlen  lb 
)

Referenced by template_lapack_ilaenv().

◆ s_copy()

void s_copy ( char *  a,
const char *  b,
ftnlen  la,
ftnlen  lb 
)

Referenced by template_lapack_ilaenv().

◆ template_lapack_ilaenv()