C++ main module for mmsd Package  1.0
Functions
lapack_functions.cpp File Reference
#include "lapack_functions.h"
Include dependency graph for lapack_functions.cpp:

Functions

lapack_int F77NAME() ilaenv (lapack_int *i, const lapack_char *name, const lapack_char *opts, lapack_int *n1, lapack_int *n2, lapack_int *n3, lapack_int *n4, lapack_int n_len, lapack_int opts_len)
 
lapack_real F77NAME() dlamch (const lapack_char *cmach)
 
int getBlockSizeEnvironment (const tString &name, const lapack_int &n, const lapack_int &p)
 
double getSafeMinimum ()
 
double getMachinePrecision ()
 

Function Documentation

lapack_real F77NAME() dlamch ( const lapack_char cmach)

Referenced by getMachinePrecision(), and getSafeMinimum().

Here is the caller graph for this function:

int getBlockSizeEnvironment ( const tString name,
const lapack_int n,
const lapack_int p 
)
double getMachinePrecision ( )

References dlamch(), F77NAME, and lapack_char.

Here is the call graph for this function:

double getSafeMinimum ( )

References dlamch(), F77NAME, and lapack_char.

Referenced by DoubleBandedSymmetricMatrixBoundedEigenValues(), DoubleFullSymmetricMatrixBoundedEigenValues(), and DoublePackedSymmetricMatrixBoundedEigenValues().

Here is the call graph for this function:

Here is the caller graph for this function:

lapack_int F77NAME() ilaenv ( lapack_int i,
const lapack_char name,
const lapack_char opts,
lapack_int n1,
lapack_int n2,
lapack_int n3,
lapack_int n4,
lapack_int  n_len,
lapack_int  opts_len 
)

Referenced by getBlockSizeEnvironment().

Here is the caller graph for this function: