#include <stdio.h>
#include <iostream>
#include <limits>
Go to the source code of this file.
Defines | |
#define | log10e 0.43429448190325182765 |
Functions | |
template<class Treal> | |
Treal | template_lapack_d_sign (const Treal *a, const Treal *b) |
template<class Treal> | |
Treal | template_blas_lg10 (Treal *x) |
template<class Treal> | |
int | template_lapack_lassq (const integer *n, const Treal *x, const integer *incx, Treal *scale, Treal *sumsq) |
template<class Treal> | |
double | template_lapack_pow_di (Treal *ap, integer *bp) |
template<class Treal> | |
Treal | template_lapack_lamch (const char *cmach, Treal dummyReal) |
#define log10e 0.43429448190325182765 |
Treal template_blas_lg10 | ( | Treal * | x | ) |
Treal template_lapack_d_sign | ( | const Treal * | a, | |
const Treal * | b | |||
) |
Treal template_lapack_lamch | ( | const char * | cmach, | |
Treal | dummyReal | |||
) |
int template_lapack_lassq | ( | const integer * | n, | |
const Treal * | x, | |||
const integer * | incx, | |||
Treal * | scale, | |||
Treal * | sumsq | |||
) |
double template_lapack_pow_di | ( | Treal * | ap, | |
integer * | bp | |||
) |