ilaprec#
Functions
-
INT ilaprec(const char *prec)#
This subroutine translated from a character string specifying an intermediate precision to the relevant BLAST-specified integer constant.
Parameters
inprecprec='S': single precision.prec='D': double precision.prec='I': indigenous precision.prec='X'orprec='E': extra precision.- Returns:
An integer. If the returned value
<0, then the input is not a character indicating a supported intermediate precision. Otherwise the constant value corresponding toprecis returned:211(BLAS_PREC_SINGLE),212(BLAS_PREC_DOUBLE),213(BLAS_PREC_INDIGENOUS),214(BLAS_PREC_EXTRA).
INT ilaprec(
const char* prec
);