![]() |
Octopus
|
Go to the source code of this file.
Typedefs | |
typedef long unsigned int | size_t |
typedef __builtin_va_list | __gnuc_va_list |
typedef unsigned char | __u_char |
typedef unsigned short int | __u_short |
typedef unsigned int | __u_int |
typedef unsigned long int | __u_long |
typedef signed char | __int8_t |
typedef unsigned char | __uint8_t |
typedef signed short int | __int16_t |
typedef unsigned short int | __uint16_t |
typedef signed int | __int32_t |
typedef unsigned int | __uint32_t |
typedef signed long int | __int64_t |
typedef unsigned long int | __uint64_t |
typedef __int8_t | __int_least8_t |
typedef __uint8_t | __uint_least8_t |
typedef __int16_t | __int_least16_t |
typedef __uint16_t | __uint_least16_t |
typedef __int32_t | __int_least32_t |
typedef __uint32_t | __uint_least32_t |
typedef __int64_t | __int_least64_t |
typedef __uint64_t | __uint_least64_t |
typedef long int | __quad_t |
typedef unsigned long int | __u_quad_t |
typedef long int | __intmax_t |
typedef unsigned long int | __uintmax_t |
typedef unsigned long int | __dev_t |
typedef unsigned int | __uid_t |
typedef unsigned int | __gid_t |
typedef unsigned long int | __ino_t |
typedef unsigned long int | __ino64_t |
typedef unsigned int | __mode_t |
typedef unsigned long int | __nlink_t |
typedef long int | __off_t |
typedef long int | __off64_t |
typedef int | __pid_t |
typedef long int | __clock_t |
typedef unsigned long int | __rlim_t |
typedef unsigned long int | __rlim64_t |
typedef unsigned int | __id_t |
typedef long int | __time_t |
typedef unsigned int | __useconds_t |
typedef long int | __suseconds_t |
typedef long int | __suseconds64_t |
typedef int | __daddr_t |
typedef int | __key_t |
typedef int | __clockid_t |
typedef void * | __timer_t |
typedef long int | __blksize_t |
typedef long int | __blkcnt_t |
typedef long int | __blkcnt64_t |
typedef unsigned long int | __fsblkcnt_t |
typedef unsigned long int | __fsblkcnt64_t |
typedef unsigned long int | __fsfilcnt_t |
typedef unsigned long int | __fsfilcnt64_t |
typedef long int | __fsword_t |
typedef long int | __ssize_t |
typedef long int | __syscall_slong_t |
typedef unsigned long int | __syscall_ulong_t |
typedef __off64_t | __loff_t |
typedef char * | __caddr_t |
typedef long int | __intptr_t |
typedef unsigned int | __socklen_t |
typedef int | __sig_atomic_t |
typedef struct _G_fpos_t | __fpos_t |
typedef struct _G_fpos64_t | __fpos64_t |
typedef struct _IO_FILE | __FILE |
typedef struct _IO_FILE | FILE |
typedef void | _IO_lock_t |
typedef __gnuc_va_list | va_list |
typedef __off_t | off_t |
typedef __ssize_t | ssize_t |
typedef __fpos_t | fpos_t |
typedef float | float_t |
typedef double | double_t |
typedef int | wchar_t |
typedef __sigset_t | sigset_t |
typedef __suseconds_t | suseconds_t |
typedef long int | __fd_mask |
typedef __fd_mask | fd_mask |
typedef __blksize_t | blksize_t |
typedef __blkcnt_t | blkcnt_t |
typedef __fsblkcnt_t | fsblkcnt_t |
typedef __fsfilcnt_t | fsfilcnt_t |
typedef struct __pthread_internal_list | __pthread_list_t |
typedef struct __pthread_internal_slist | __pthread_slist_t |
typedef unsigned int | __tss_t |
typedef unsigned long int | __thrd_t |
typedef unsigned long int | pthread_t |
typedef unsigned int | pthread_key_t |
typedef int | pthread_once_t |
typedef union pthread_attr_t | pthread_attr_t |
typedef volatile int | pthread_spinlock_t |
typedef long int | ptrdiff_t |
typedef size_t | CBLAS_INDEX_t |
typedef enum CBLAS_ORDER | CBLAS_ORDER_t |
typedef enum CBLAS_TRANSPOSE | CBLAS_TRANSPOSE_t |
typedef enum CBLAS_UPLO | CBLAS_UPLO_t |
typedef enum CBLAS_DIAG | CBLAS_DIAG_t |
typedef enum CBLAS_SIDE | CBLAS_SIDE_t |
typedef void(* | func_d) (const int *, const double *, double *, const int *, double *) |
typedef void(* | print_f_ptr) (const int *, const int *, const double *, const double *, const double *, const double *) |
typedef void(* | func1) (const double *, double *) |
typedef void(* | funcn) (int *, double *, double *) |
typedef void(* | print_f_fn_ptr) (const int *, const int *, const double *, const double *, const double *) |
Enumerations | |
enum | CBLAS_ORDER { CblasRowMajor =101 , CblasColMajor =102 , CblasRowMajor =101 , CblasColMajor =102 } |
enum | CBLAS_TRANSPOSE { CblasNoTrans =111 , CblasTrans =112 , CblasConjTrans =113 , CblasNoTrans =111 , CblasTrans =112 , CblasConjTrans =113 } |
enum | CBLAS_UPLO { CblasUpper =121 , CblasLower =122 , CblasUpper =121 , CblasLower =122 } |
enum | CBLAS_DIAG { CblasNonUnit =131 , CblasUnit =132 , CblasNonUnit =131 , CblasUnit =132 } |
enum | CBLAS_SIDE { CblasLeft =141 , CblasRight =142 , CblasLeft =141 , CblasRight =142 } |
Functions | |
int | remove (const char *__filename) __attribute__((__nothrow__ |
int | rename (const char *__old, const char *__new) __attribute__((__nothrow__ |
int | renameat (int __oldfd, const char *__old, int __newfd, const char *__new) __attribute__((__nothrow__ |
int | fclose (FILE *__stream) |
FILE * | tmpfile (void) |
int | __fpclassify (double __value) __attribute__((__nothrow__ |
int __leaf__ | __attribute__ ((__const__)) |
int | __signbit (double __value) __attribute__((__nothrow__ |
int | __isinf (double __value) __attribute__((__nothrow__ |
int | __finite (double __value) __attribute__((__nothrow__ |
int | __isnan (double __value) __attribute__((__nothrow__ |
int | __iseqsig (double __x, double __y) __attribute__((__nothrow__ |
int | __issignaling (double __value) __attribute__((__nothrow__ |
double | acos (double __x) __attribute__((__nothrow__ |
double | __acos (double __x) __attribute__((__nothrow__ |
double | asin (double __x) __attribute__((__nothrow__ |
double | __asin (double __x) __attribute__((__nothrow__ |
double | atan (double __x) __attribute__((__nothrow__ |
double | __atan (double __x) __attribute__((__nothrow__ |
double | atan2 (double __y, double __x) __attribute__((__nothrow__ |
double | __atan2 (double __y, double __x) __attribute__((__nothrow__ |
double | cos (double __x) __attribute__((__nothrow__ |
double | __cos (double __x) __attribute__((__nothrow__ |
double | sin (double __x) __attribute__((__nothrow__ |
double | __sin (double __x) __attribute__((__nothrow__ |
double | tan (double __x) __attribute__((__nothrow__ |
double | __tan (double __x) __attribute__((__nothrow__ |
double | cosh (double __x) __attribute__((__nothrow__ |
double | __cosh (double __x) __attribute__((__nothrow__ |
double | sinh (double __x) __attribute__((__nothrow__ |
double | __sinh (double __x) __attribute__((__nothrow__ |
double | tanh (double __x) __attribute__((__nothrow__ |
double | __tanh (double __x) __attribute__((__nothrow__ |
double | acosh (double __x) __attribute__((__nothrow__ |
double | __acosh (double __x) __attribute__((__nothrow__ |
double | asinh (double __x) __attribute__((__nothrow__ |
double | __asinh (double __x) __attribute__((__nothrow__ |
double | atanh (double __x) __attribute__((__nothrow__ |
double | __atanh (double __x) __attribute__((__nothrow__ |
double | exp (double __x) __attribute__((__nothrow__ |
double | __exp (double __x) __attribute__((__nothrow__ |
double | frexp (double __x, int *__exponent) __attribute__((__nothrow__ |
double | __frexp (double __x, int *__exponent) __attribute__((__nothrow__ |
double | ldexp (double __x, int __exponent) __attribute__((__nothrow__ |
double | __ldexp (double __x, int __exponent) __attribute__((__nothrow__ |
double | log (double __x) __attribute__((__nothrow__ |
double | __log (double __x) __attribute__((__nothrow__ |
double | log10 (double __x) __attribute__((__nothrow__ |
double | __log10 (double __x) __attribute__((__nothrow__ |
double | modf (double __x, double *__iptr) __attribute__((__nothrow__ |
double | __modf (double __x, double *__iptr) __attribute__((__nothrow__ |
double __leaf__ | __attribute__ ((__nonnull__(2))) |
double | expm1 (double __x) __attribute__((__nothrow__ |
double | __expm1 (double __x) __attribute__((__nothrow__ |
double | log1p (double __x) __attribute__((__nothrow__ |
double | __log1p (double __x) __attribute__((__nothrow__ |
double | logb (double __x) __attribute__((__nothrow__ |
double | __logb (double __x) __attribute__((__nothrow__ |
double | exp2 (double __x) __attribute__((__nothrow__ |
double | __exp2 (double __x) __attribute__((__nothrow__ |
double | log2 (double __x) __attribute__((__nothrow__ |
double | __log2 (double __x) __attribute__((__nothrow__ |
double | pow (double __x, double __y) __attribute__((__nothrow__ |
double | __pow (double __x, double __y) __attribute__((__nothrow__ |
double | sqrt (double __x) __attribute__((__nothrow__ |
double | __sqrt (double __x) __attribute__((__nothrow__ |
double | hypot (double __x, double __y) __attribute__((__nothrow__ |
double | __hypot (double __x, double __y) __attribute__((__nothrow__ |
double | cbrt (double __x) __attribute__((__nothrow__ |
double | __cbrt (double __x) __attribute__((__nothrow__ |
double | ceil (double __x) __attribute__((__nothrow__ |
double | __ceil (double __x) __attribute__((__nothrow__ |
double | fabs (double __x) __attribute__((__nothrow__ |
double | __fabs (double __x) __attribute__((__nothrow__ |
double | floor (double __x) __attribute__((__nothrow__ |
double | __floor (double __x) __attribute__((__nothrow__ |
double | fmod (double __x, double __y) __attribute__((__nothrow__ |
double | __fmod (double __x, double __y) __attribute__((__nothrow__ |
int | isinf (double __value) __attribute__((__nothrow__ |
int | finite (double __value) __attribute__((__nothrow__ |
double | drem (double __x, double __y) __attribute__((__nothrow__ |
double | __drem (double __x, double __y) __attribute__((__nothrow__ |
double | significand (double __x) __attribute__((__nothrow__ |
double | __significand (double __x) __attribute__((__nothrow__ |
double | copysign (double __x, double __y) __attribute__((__nothrow__ |
double | __copysign (double __x, double __y) __attribute__((__nothrow__ |
double | nan (const char *__tagb) __attribute__((__nothrow__ |
double | __nan (const char *__tagb) __attribute__((__nothrow__ |
int | isnan (double __value) __attribute__((__nothrow__ |
double | j0 (extern double lgamma_r(double) |
size_t | __ctype_get_mb_cur_max (void) |
static __inline __uint32_t | __bswap_32 (__uint32_t __bsx) |
static __extension__ __inline __uint64_t | __bswap_64 (__uint64_t __bsx) |
static __inline __uint16_t | __uint16_identity (__uint16_t __x) |
static __inline __uint32_t | __uint32_identity (__uint32_t __x) |
static __inline __uint64_t | __uint64_identity (__uint64_t __x) |
int | select (int __nfds, fd_set *__restrict __readfds, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, struct timeval *__restrict __timeout) |
int | pselect (int __nfds, fd_set *__restrict __readfds, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, const struct timespec *__restrict __timeout, const __sigset_t *__restrict __sigmask) |
long int | random (void) |
int | random_r (struct random_data *__restrict __buf, int32_t *__restrict __result) __attribute__((__nothrow__ |
int __leaf__ | __attribute__ ((__nonnull__(1, 2))) |
int | srandom_r (unsigned int __seed, struct random_data *__buf) __attribute__((__nothrow__ |
int | initstate_r (unsigned int __seed, char *__restrict __statebuf, size_t __statelen, struct random_data *__restrict __buf) __attribute__((__nothrow__ |
int __leaf__ | __attribute__ ((__nonnull__(2, 4))) |
int | setstate_r (char *__restrict __statebuf, struct random_data *__restrict __buf) __attribute__((__nothrow__ |
int | rand (void) |
int | drand48_r (struct drand48_data *__restrict __buffer, double *__restrict __result) __attribute__((__nothrow__ |
int | erand48_r (unsigned short int __xsubi[3], struct drand48_data *__restrict __buffer, double *__restrict __result) __attribute__((__nothrow__ |
int | lrand48_r (struct drand48_data *__restrict __buffer, long int *__restrict __result) __attribute__((__nothrow__ |
int | nrand48_r (unsigned short int __xsubi[3], struct drand48_data *__restrict __buffer, long int *__restrict __result) __attribute__((__nothrow__ |
int | mrand48_r (struct drand48_data *__restrict __buffer, long int *__restrict __result) __attribute__((__nothrow__ |
int | jrand48_r (unsigned short int __xsubi[3], struct drand48_data *__restrict __buffer, long int *__restrict __result) __attribute__((__nothrow__ |
int | srand48_r (long int __seedval, struct drand48_data *__buffer) __attribute__((__nothrow__ |
int | seed48_r (unsigned short int __seed16v[3], struct drand48_data *__buffer) __attribute__((__nothrow__ |
int | lcong48_r (unsigned short int __param[7], struct drand48_data *__buffer) __attribute__((__nothrow__ |
__uint32_t | arc4random (void) |
float | cblas_sdsdot (const int N, const float alpha, const float *X, const int incX, const float *Y, const int incY) |
double | cblas_dsdot (const int N, const float *X, const int incX, const float *Y, const int incY) |
float | cblas_sdot (const int N, const float *X, const int incX, const float *Y, const int incY) |
double | cblas_ddot (const int N, const double *X, const int incX, const double *Y, const int incY) |
void | cblas_cdotu_sub (const int N, const void *X, const int incX, const void *Y, const int incY, void *dotu) |
void | cblas_cdotc_sub (const int N, const void *X, const int incX, const void *Y, const int incY, void *dotc) |
void | cblas_zdotu_sub (const int N, const void *X, const int incX, const void *Y, const int incY, void *dotu) |
void | cblas_zdotc_sub (const int N, const void *X, const int incX, const void *Y, const int incY, void *dotc) |
float | cblas_snrm2 (const int N, const float *X, const int incX) |
float | cblas_sasum (const int N, const float *X, const int incX) |
double | cblas_dnrm2 (const int N, const double *X, const int incX) |
double | cblas_dasum (const int N, const double *X, const int incX) |
float | cblas_scnrm2 (const int N, const void *X, const int incX) |
float | cblas_scasum (const int N, const void *X, const int incX) |
double | cblas_dznrm2 (const int N, const void *X, const int incX) |
double | cblas_dzasum (const int N, const void *X, const int incX) |
size_t | cblas_isamax (const int N, const float *X, const int incX) |
size_t | cblas_idamax (const int N, const double *X, const int incX) |
size_t | cblas_icamax (const int N, const void *X, const int incX) |
size_t | cblas_izamax (const int N, const void *X, const int incX) |
void | cblas_sswap (const int N, float *X, const int incX, float *Y, const int incY) |
void | cblas_scopy (const int N, const float *X, const int incX, float *Y, const int incY) |
void | cblas_saxpy (const int N, const float alpha, const float *X, const int incX, float *Y, const int incY) |
void | cblas_dswap (const int N, double *X, const int incX, double *Y, const int incY) |
void | cblas_dcopy (const int N, const double *X, const int incX, double *Y, const int incY) |
void | cblas_daxpy (const int N, const double alpha, const double *X, const int incX, double *Y, const int incY) |
void | cblas_cswap (const int N, void *X, const int incX, void *Y, const int incY) |
void | cblas_ccopy (const int N, const void *X, const int incX, void *Y, const int incY) |
void | cblas_caxpy (const int N, const void *alpha, const void *X, const int incX, void *Y, const int incY) |
void | cblas_zswap (const int N, void *X, const int incX, void *Y, const int incY) |
void | cblas_zcopy (const int N, const void *X, const int incX, void *Y, const int incY) |
void | cblas_zaxpy (const int N, const void *alpha, const void *X, const int incX, void *Y, const int incY) |
void | cblas_srotg (float *a, float *b, float *c, float *s) |
void | cblas_srotmg (float *d1, float *d2, float *b1, const float b2, float *P) |
void | cblas_srot (const int N, float *X, const int incX, float *Y, const int incY, const float c, const float s) |
void | cblas_srotm (const int N, float *X, const int incX, float *Y, const int incY, const float *P) |
void | cblas_drotg (double *a, double *b, double *c, double *s) |
void | cblas_drotmg (double *d1, double *d2, double *b1, const double b2, double *P) |
void | cblas_drot (const int N, double *X, const int incX, double *Y, const int incY, const double c, const double s) |
void | cblas_drotm (const int N, double *X, const int incX, double *Y, const int incY, const double *P) |
void | cblas_sscal (const int N, const float alpha, float *X, const int incX) |
void | cblas_dscal (const int N, const double alpha, double *X, const int incX) |
void | cblas_cscal (const int N, const void *alpha, void *X, const int incX) |
void | cblas_zscal (const int N, const void *alpha, void *X, const int incX) |
void | cblas_csscal (const int N, const float alpha, void *X, const int incX) |
void | cblas_zdscal (const int N, const double alpha, void *X, const int incX) |
void | cblas_sgemv (const enum CBLAS_ORDER order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const float alpha, const float *A, const int lda, const float *X, const int incX, const float beta, float *Y, const int incY) |
void | cblas_sgbmv (const enum CBLAS_ORDER order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const int KL, const int KU, const float alpha, const float *A, const int lda, const float *X, const int incX, const float beta, float *Y, const int incY) |
void | cblas_strmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const float *A, const int lda, float *X, const int incX) |
void | cblas_stbmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const int K, const float *A, const int lda, float *X, const int incX) |
void | cblas_stpmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const float *Ap, float *X, const int incX) |
void | cblas_strsv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const float *A, const int lda, float *X, const int incX) |
void | cblas_stbsv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const int K, const float *A, const int lda, float *X, const int incX) |
void | cblas_stpsv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const float *Ap, float *X, const int incX) |
void | cblas_dgemv (const enum CBLAS_ORDER order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const double alpha, const double *A, const int lda, const double *X, const int incX, const double beta, double *Y, const int incY) |
void | cblas_dgbmv (const enum CBLAS_ORDER order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const int KL, const int KU, const double alpha, const double *A, const int lda, const double *X, const int incX, const double beta, double *Y, const int incY) |
void | cblas_dtrmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const double *A, const int lda, double *X, const int incX) |
void | cblas_dtbmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const int K, const double *A, const int lda, double *X, const int incX) |
void | cblas_dtpmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const double *Ap, double *X, const int incX) |
void | cblas_dtrsv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const double *A, const int lda, double *X, const int incX) |
void | cblas_dtbsv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const int K, const double *A, const int lda, double *X, const int incX) |
void | cblas_dtpsv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const double *Ap, double *X, const int incX) |
void | cblas_cgemv (const enum CBLAS_ORDER order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const void *alpha, const void *A, const int lda, const void *X, const int incX, const void *beta, void *Y, const int incY) |
void | cblas_cgbmv (const enum CBLAS_ORDER order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const int KL, const int KU, const void *alpha, const void *A, const int lda, const void *X, const int incX, const void *beta, void *Y, const int incY) |
void | cblas_ctrmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const void *A, const int lda, void *X, const int incX) |
void | cblas_ctbmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const int K, const void *A, const int lda, void *X, const int incX) |
void | cblas_ctpmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const void *Ap, void *X, const int incX) |
void | cblas_ctrsv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const void *A, const int lda, void *X, const int incX) |
void | cblas_ctbsv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const int K, const void *A, const int lda, void *X, const int incX) |
void | cblas_ctpsv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const void *Ap, void *X, const int incX) |
void | cblas_zgemv (const enum CBLAS_ORDER order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const void *alpha, const void *A, const int lda, const void *X, const int incX, const void *beta, void *Y, const int incY) |
void | cblas_zgbmv (const enum CBLAS_ORDER order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const int KL, const int KU, const void *alpha, const void *A, const int lda, const void *X, const int incX, const void *beta, void *Y, const int incY) |
void | cblas_ztrmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const void *A, const int lda, void *X, const int incX) |
void | cblas_ztbmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const int K, const void *A, const int lda, void *X, const int incX) |
void | cblas_ztpmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const void *Ap, void *X, const int incX) |
void | cblas_ztrsv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const void *A, const int lda, void *X, const int incX) |
void | cblas_ztbsv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const int K, const void *A, const int lda, void *X, const int incX) |
void | cblas_ztpsv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int N, const void *Ap, void *X, const int incX) |
void | cblas_ssymv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const float alpha, const float *A, const int lda, const float *X, const int incX, const float beta, float *Y, const int incY) |
void | cblas_ssbmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const int K, const float alpha, const float *A, const int lda, const float *X, const int incX, const float beta, float *Y, const int incY) |
void | cblas_sspmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const float alpha, const float *Ap, const float *X, const int incX, const float beta, float *Y, const int incY) |
void | cblas_sger (const enum CBLAS_ORDER order, const int M, const int N, const float alpha, const float *X, const int incX, const float *Y, const int incY, float *A, const int lda) |
void | cblas_ssyr (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const float alpha, const float *X, const int incX, float *A, const int lda) |
void | cblas_sspr (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const float alpha, const float *X, const int incX, float *Ap) |
void | cblas_ssyr2 (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const float alpha, const float *X, const int incX, const float *Y, const int incY, float *A, const int lda) |
void | cblas_sspr2 (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const float alpha, const float *X, const int incX, const float *Y, const int incY, float *A) |
void | cblas_dsymv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const double alpha, const double *A, const int lda, const double *X, const int incX, const double beta, double *Y, const int incY) |
void | cblas_dsbmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const int K, const double alpha, const double *A, const int lda, const double *X, const int incX, const double beta, double *Y, const int incY) |
void | cblas_dspmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const double alpha, const double *Ap, const double *X, const int incX, const double beta, double *Y, const int incY) |
void | cblas_dger (const enum CBLAS_ORDER order, const int M, const int N, const double alpha, const double *X, const int incX, const double *Y, const int incY, double *A, const int lda) |
void | cblas_dsyr (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const double alpha, const double *X, const int incX, double *A, const int lda) |
void | cblas_dspr (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const double alpha, const double *X, const int incX, double *Ap) |
void | cblas_dsyr2 (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const double alpha, const double *X, const int incX, const double *Y, const int incY, double *A, const int lda) |
void | cblas_dspr2 (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const double alpha, const double *X, const int incX, const double *Y, const int incY, double *A) |
void | cblas_chemv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const void *alpha, const void *A, const int lda, const void *X, const int incX, const void *beta, void *Y, const int incY) |
void | cblas_chbmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const int K, const void *alpha, const void *A, const int lda, const void *X, const int incX, const void *beta, void *Y, const int incY) |
void | cblas_chpmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const void *alpha, const void *Ap, const void *X, const int incX, const void *beta, void *Y, const int incY) |
void | cblas_cgeru (const enum CBLAS_ORDER order, const int M, const int N, const void *alpha, const void *X, const int incX, const void *Y, const int incY, void *A, const int lda) |
void | cblas_cgerc (const enum CBLAS_ORDER order, const int M, const int N, const void *alpha, const void *X, const int incX, const void *Y, const int incY, void *A, const int lda) |
void | cblas_cher (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const float alpha, const void *X, const int incX, void *A, const int lda) |
void | cblas_chpr (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const float alpha, const void *X, const int incX, void *A) |
void | cblas_cher2 (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const void *alpha, const void *X, const int incX, const void *Y, const int incY, void *A, const int lda) |
void | cblas_chpr2 (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const void *alpha, const void *X, const int incX, const void *Y, const int incY, void *Ap) |
void | cblas_zhemv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const void *alpha, const void *A, const int lda, const void *X, const int incX, const void *beta, void *Y, const int incY) |
void | cblas_zhbmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const int K, const void *alpha, const void *A, const int lda, const void *X, const int incX, const void *beta, void *Y, const int incY) |
void | cblas_zhpmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const void *alpha, const void *Ap, const void *X, const int incX, const void *beta, void *Y, const int incY) |
void | cblas_zgeru (const enum CBLAS_ORDER order, const int M, const int N, const void *alpha, const void *X, const int incX, const void *Y, const int incY, void *A, const int lda) |
void | cblas_zgerc (const enum CBLAS_ORDER order, const int M, const int N, const void *alpha, const void *X, const int incX, const void *Y, const int incY, void *A, const int lda) |
void | cblas_zher (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const double alpha, const void *X, const int incX, void *A, const int lda) |
void | cblas_zhpr (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const double alpha, const void *X, const int incX, void *A) |
void | cblas_zher2 (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const void *alpha, const void *X, const int incX, const void *Y, const int incY, void *A, const int lda) |
void | cblas_zhpr2 (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo, const int N, const void *alpha, const void *X, const int incX, const void *Y, const int incY, void *Ap) |
void | cblas_sgemm (const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_TRANSPOSE TransB, const int M, const int N, const int K, const float alpha, const float *A, const int lda, const float *B, const int ldb, const float beta, float *C, const int ldc) |
void | cblas_ssymm (const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const int M, const int N, const float alpha, const float *A, const int lda, const float *B, const int ldb, const float beta, float *C, const int ldc) |
void | cblas_ssyrk (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE Trans, const int N, const int K, const float alpha, const float *A, const int lda, const float beta, float *C, const int ldc) |
void | cblas_ssyr2k (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE Trans, const int N, const int K, const float alpha, const float *A, const int lda, const float *B, const int ldb, const float beta, float *C, const int ldc) |
void | cblas_strmm (const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int M, const int N, const float alpha, const float *A, const int lda, float *B, const int ldb) |
void | cblas_strsm (const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int M, const int N, const float alpha, const float *A, const int lda, float *B, const int ldb) |
void | cblas_dgemm (const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_TRANSPOSE TransB, const int M, const int N, const int K, const double alpha, const double *A, const int lda, const double *B, const int ldb, const double beta, double *C, const int ldc) |
void | cblas_dsymm (const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const int M, const int N, const double alpha, const double *A, const int lda, const double *B, const int ldb, const double beta, double *C, const int ldc) |
void | cblas_dsyrk (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE Trans, const int N, const int K, const double alpha, const double *A, const int lda, const double beta, double *C, const int ldc) |
void | cblas_dsyr2k (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE Trans, const int N, const int K, const double alpha, const double *A, const int lda, const double *B, const int ldb, const double beta, double *C, const int ldc) |
void | cblas_dtrmm (const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int M, const int N, const double alpha, const double *A, const int lda, double *B, const int ldb) |
void | cblas_dtrsm (const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int M, const int N, const double alpha, const double *A, const int lda, double *B, const int ldb) |
void | cblas_cgemm (const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_TRANSPOSE TransB, const int M, const int N, const int K, const void *alpha, const void *A, const int lda, const void *B, const int ldb, const void *beta, void *C, const int ldc) |
void | cblas_csymm (const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const int M, const int N, const void *alpha, const void *A, const int lda, const void *B, const int ldb, const void *beta, void *C, const int ldc) |
void | cblas_csyrk (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE Trans, const int N, const int K, const void *alpha, const void *A, const int lda, const void *beta, void *C, const int ldc) |
void | cblas_csyr2k (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE Trans, const int N, const int K, const void *alpha, const void *A, const int lda, const void *B, const int ldb, const void *beta, void *C, const int ldc) |
void | cblas_ctrmm (const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int M, const int N, const void *alpha, const void *A, const int lda, void *B, const int ldb) |
void | cblas_ctrsm (const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int M, const int N, const void *alpha, const void *A, const int lda, void *B, const int ldb) |
void | cblas_zgemm (const enum CBLAS_ORDER Order, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_TRANSPOSE TransB, const int M, const int N, const int K, const void *alpha, const void *A, const int lda, const void *B, const int ldb, const void *beta, void *C, const int ldc) |
void | cblas_zsymm (const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const int M, const int N, const void *alpha, const void *A, const int lda, const void *B, const int ldb, const void *beta, void *C, const int ldc) |
void | cblas_zsyrk (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE Trans, const int N, const int K, const void *alpha, const void *A, const int lda, const void *beta, void *C, const int ldc) |
void | cblas_zsyr2k (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE Trans, const int N, const int K, const void *alpha, const void *A, const int lda, const void *B, const int ldb, const void *beta, void *C, const int ldc) |
void | cblas_ztrmm (const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int M, const int N, const void *alpha, const void *A, const int lda, void *B, const int ldb) |
void | cblas_ztrsm (const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag, const int M, const int N, const void *alpha, const void *A, const int lda, void *B, const int ldb) |
void | cblas_chemm (const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const int M, const int N, const void *alpha, const void *A, const int lda, const void *B, const int ldb, const void *beta, void *C, const int ldc) |
void | cblas_cherk (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE Trans, const int N, const int K, const float alpha, const void *A, const int lda, const float beta, void *C, const int ldc) |
void | cblas_cher2k (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE Trans, const int N, const int K, const void *alpha, const void *A, const int lda, const void *B, const int ldb, const float beta, void *C, const int ldc) |
void | cblas_zhemm (const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const enum CBLAS_UPLO Uplo, const int M, const int N, const void *alpha, const void *A, const int lda, const void *B, const int ldb, const void *beta, void *C, const int ldc) |
void | cblas_zherk (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE Trans, const int N, const int K, const double alpha, const void *A, const int lda, const double beta, void *C, const int ldc) |
void | cblas_zher2k (const enum CBLAS_ORDER Order, const enum CBLAS_UPLO Uplo, const enum CBLAS_TRANSPOSE Trans, const int N, const int K, const void *alpha, const void *A, const int lda, const void *B, const int ldb, const double beta, void *C, const int ldc) |
void | cblas_xerbla (int p, const char *rout, const char *form,...) |
static void | my_fdf (const gsl_vector *v, void *params, double *f, gsl_vector *df) |
static double | my_f (const gsl_vector *v, void *params) |
static void | my_df (const gsl_vector *v, void *params, gsl_vector *df) |
int | oct_minimize_ (const int *method, const int *dim, double *point, const double *step, const double *line_tol, const double *tolgrad, const double *toldr, const int *maxiter, func_d f, const print_f_ptr write_info, double *minimum) |
double | fn1 (double x, void *params) |
void | oct_1dminimize_ (double *a, double *b, double *m, func1 f, int *status) |
double | fn (const gsl_vector *v, void *params) |
int | oct_minimize_direct_ (const int *method, const int *dim, double *point, const double *step, const double *toldr, const int *maxiter, funcn f, const print_f_fn_ptr write_info, double *minimum) |
Variables | |
FILE * | stdin |
FILE * | stdout |
FILE * | stderr |
int | __leaf__ |
typedef long unsigned int size_t |
Definition at line 53 of file minimizer_low.c.
typedef __builtin_va_list __gnuc_va_list |
Definition at line 59 of file minimizer_low.c.
typedef unsigned char __u_char |
Definition at line 73 of file minimizer_low.c.
typedef unsigned short int __u_short |
Definition at line 74 of file minimizer_low.c.
typedef unsigned int __u_int |
Definition at line 75 of file minimizer_low.c.
typedef unsigned long int __u_long |
Definition at line 76 of file minimizer_low.c.
typedef signed char __int8_t |
Definition at line 79 of file minimizer_low.c.
typedef unsigned char __uint8_t |
Definition at line 80 of file minimizer_low.c.
typedef signed short int __int16_t |
Definition at line 81 of file minimizer_low.c.
typedef unsigned short int __uint16_t |
Definition at line 82 of file minimizer_low.c.
typedef signed int __int32_t |
Definition at line 83 of file minimizer_low.c.
typedef unsigned int __uint32_t |
Definition at line 84 of file minimizer_low.c.
typedef signed long int __int64_t |
Definition at line 86 of file minimizer_low.c.
typedef unsigned long int __uint64_t |
Definition at line 87 of file minimizer_low.c.
typedef __int8_t __int_least8_t |
Definition at line 94 of file minimizer_low.c.
typedef __uint8_t __uint_least8_t |
Definition at line 95 of file minimizer_low.c.
typedef __int16_t __int_least16_t |
Definition at line 96 of file minimizer_low.c.
typedef __uint16_t __uint_least16_t |
Definition at line 97 of file minimizer_low.c.
typedef __int32_t __int_least32_t |
Definition at line 98 of file minimizer_low.c.
typedef __uint32_t __uint_least32_t |
Definition at line 99 of file minimizer_low.c.
typedef __int64_t __int_least64_t |
Definition at line 100 of file minimizer_low.c.
typedef __uint64_t __uint_least64_t |
Definition at line 101 of file minimizer_low.c.
typedef long int __quad_t |
Definition at line 105 of file minimizer_low.c.
typedef unsigned long int __u_quad_t |
Definition at line 106 of file minimizer_low.c.
typedef long int __intmax_t |
Definition at line 114 of file minimizer_low.c.
typedef unsigned long int __uintmax_t |
Definition at line 115 of file minimizer_low.c.
typedef unsigned long int __dev_t |
Definition at line 123 of file minimizer_low.c.
typedef unsigned int __uid_t |
Definition at line 124 of file minimizer_low.c.
typedef unsigned int __gid_t |
Definition at line 125 of file minimizer_low.c.
typedef unsigned long int __ino_t |
Definition at line 126 of file minimizer_low.c.
typedef unsigned long int __ino64_t |
Definition at line 127 of file minimizer_low.c.
typedef unsigned int __mode_t |
Definition at line 128 of file minimizer_low.c.
typedef unsigned long int __nlink_t |
Definition at line 129 of file minimizer_low.c.
typedef long int __off_t |
Definition at line 130 of file minimizer_low.c.
typedef long int __off64_t |
Definition at line 131 of file minimizer_low.c.
typedef int __pid_t |
Definition at line 132 of file minimizer_low.c.
typedef long int __clock_t |
Definition at line 134 of file minimizer_low.c.
typedef unsigned long int __rlim_t |
Definition at line 135 of file minimizer_low.c.
typedef unsigned long int __rlim64_t |
Definition at line 136 of file minimizer_low.c.
typedef unsigned int __id_t |
Definition at line 137 of file minimizer_low.c.
typedef long int __time_t |
Definition at line 138 of file minimizer_low.c.
typedef unsigned int __useconds_t |
Definition at line 139 of file minimizer_low.c.
typedef long int __suseconds_t |
Definition at line 140 of file minimizer_low.c.
typedef long int __suseconds64_t |
Definition at line 141 of file minimizer_low.c.
typedef int __daddr_t |
Definition at line 143 of file minimizer_low.c.
typedef int __key_t |
Definition at line 144 of file minimizer_low.c.
typedef int __clockid_t |
Definition at line 147 of file minimizer_low.c.
typedef void* __timer_t |
Definition at line 150 of file minimizer_low.c.
typedef long int __blksize_t |
Definition at line 153 of file minimizer_low.c.
typedef long int __blkcnt_t |
Definition at line 158 of file minimizer_low.c.
typedef long int __blkcnt64_t |
Definition at line 159 of file minimizer_low.c.
typedef unsigned long int __fsblkcnt_t |
Definition at line 162 of file minimizer_low.c.
typedef unsigned long int __fsblkcnt64_t |
Definition at line 163 of file minimizer_low.c.
typedef unsigned long int __fsfilcnt_t |
Definition at line 166 of file minimizer_low.c.
typedef unsigned long int __fsfilcnt64_t |
Definition at line 167 of file minimizer_low.c.
typedef long int __fsword_t |
Definition at line 170 of file minimizer_low.c.
typedef long int __ssize_t |
Definition at line 172 of file minimizer_low.c.
typedef long int __syscall_slong_t |
Definition at line 175 of file minimizer_low.c.
typedef unsigned long int __syscall_ulong_t |
Definition at line 177 of file minimizer_low.c.
Definition at line 181 of file minimizer_low.c.
typedef char* __caddr_t |
Definition at line 182 of file minimizer_low.c.
typedef long int __intptr_t |
Definition at line 185 of file minimizer_low.c.
typedef unsigned int __socklen_t |
Definition at line 188 of file minimizer_low.c.
typedef int __sig_atomic_t |
Definition at line 193 of file minimizer_low.c.
typedef struct _G_fpos64_t __fpos64_t |
Definition at line 235 of file minimizer_low.c.
Definition at line 244 of file minimizer_low.c.
typedef void _IO_lock_t |
Definition at line 256 of file minimizer_low.c.
typedef __gnuc_va_list va_list |
Definition at line 315 of file minimizer_low.c.
Definition at line 317 of file minimizer_low.c.
Definition at line 319 of file minimizer_low.c.
Definition at line 326 of file minimizer_low.c.
typedef float float_t |
Definition at line 869 of file minimizer_low.c.
typedef double double_t |
Definition at line 870 of file minimizer_low.c.
typedef int wchar_t |
Definition at line 1942 of file minimizer_low.c.
typedef __sigset_t sigset_t |
Definition at line 2273 of file minimizer_low.c.
typedef __suseconds_t suseconds_t |
Definition at line 2317 of file minimizer_low.c.
typedef long int __fd_mask |
Definition at line 2323 of file minimizer_low.c.
Definition at line 2343 of file minimizer_low.c.
typedef __blksize_t blksize_t |
Definition at line 2365 of file minimizer_low.c.
typedef __blkcnt_t blkcnt_t |
Definition at line 2372 of file minimizer_low.c.
typedef __fsblkcnt_t fsblkcnt_t |
Definition at line 2376 of file minimizer_low.c.
typedef __fsfilcnt_t fsfilcnt_t |
Definition at line 2380 of file minimizer_low.c.
typedef struct __pthread_internal_list __pthread_list_t |
typedef struct __pthread_internal_slist __pthread_slist_t |
typedef unsigned int __tss_t |
Definition at line 2483 of file minimizer_low.c.
typedef unsigned long int __thrd_t |
Definition at line 2484 of file minimizer_low.c.
typedef unsigned long int pthread_t |
Definition at line 2494 of file minimizer_low.c.
typedef unsigned int pthread_key_t |
Definition at line 2516 of file minimizer_low.c.
typedef int pthread_once_t |
Definition at line 2520 of file minimizer_low.c.
typedef union pthread_attr_t pthread_attr_t |
Definition at line 2529 of file minimizer_low.c.
typedef volatile int pthread_spinlock_t |
Definition at line 2570 of file minimizer_low.c.
typedef long int ptrdiff_t |
Definition at line 5599 of file minimizer_low.c.
typedef size_t CBLAS_INDEX_t |
Definition at line 6151 of file minimizer_low.c.
typedef enum CBLAS_ORDER CBLAS_ORDER_t |
Definition at line 6152 of file minimizer_low.c.
typedef enum CBLAS_TRANSPOSE CBLAS_TRANSPOSE_t |
Definition at line 6153 of file minimizer_low.c.
typedef enum CBLAS_UPLO CBLAS_UPLO_t |
Definition at line 6154 of file minimizer_low.c.
typedef enum CBLAS_DIAG CBLAS_DIAG_t |
Definition at line 6155 of file minimizer_low.c.
typedef enum CBLAS_SIDE CBLAS_SIDE_t |
Definition at line 6156 of file minimizer_low.c.
typedef void(* func_d) (const int *, const double *, double *, const int *, double *) |
Definition at line 9632 of file minimizer_low.c.
typedef void(* print_f_ptr) (const int *, const int *, const double *, const double *, const double *, const double *) |
Definition at line 9701 of file minimizer_low.c.
typedef void(* func1) (const double *, double *) |
Definition at line 9824 of file minimizer_low.c.
typedef void(* funcn) (int *, double *, double *) |
Definition at line 9873 of file minimizer_low.c.
typedef void(* print_f_fn_ptr) (const int *, const int *, const double *, const double *, const double *) |
Definition at line 9896 of file minimizer_low.c.
enum CBLAS_ORDER |
Enumerator | |
---|---|
CblasRowMajor | |
CblasColMajor | |
CblasRowMajor | |
CblasColMajor |
Definition at line 5615 of file minimizer_low.c.
enum CBLAS_TRANSPOSE |
Enumerator | |
---|---|
CblasNoTrans | |
CblasTrans | |
CblasConjTrans | |
CblasNoTrans | |
CblasTrans | |
CblasConjTrans |
Definition at line 5616 of file minimizer_low.c.
enum CBLAS_UPLO |
Enumerator | |
---|---|
CblasUpper | |
CblasLower | |
CblasUpper | |
CblasLower |
Definition at line 5617 of file minimizer_low.c.
enum CBLAS_DIAG |
Enumerator | |
---|---|
CblasNonUnit | |
CblasUnit | |
CblasNonUnit | |
CblasUnit |
Definition at line 5618 of file minimizer_low.c.
enum CBLAS_SIDE |
Enumerator | |
---|---|
CblasLeft | |
CblasRight | |
CblasLeft | |
CblasRight |
Definition at line 5619 of file minimizer_low.c.
int remove | ( | const char * | __filename | ) |
int rename | ( | const char * | __old, |
const char * | __new | ||
) |
int renameat | ( | int | __oldfd, |
const char * | __old, | ||
int | __newfd, | ||
const char * | __new | ||
) |
int fclose | ( | FILE * | __stream | ) |
FILE * tmpfile | ( | void | ) |
Definition at line 351 of file minimizer_low.c.
int __fpclassify | ( | double | __value | ) |
int __leaf__ __attribute__ | ( | (__const__) | ) |
int __signbit | ( | double | __value | ) |
int __isinf | ( | double | __value | ) |
int __finite | ( | double | __value | ) |
int __isnan | ( | double | __value | ) |
int __iseqsig | ( | double | __x, |
double | __y | ||
) |
int __issignaling | ( | double | __value | ) |
double acos | ( | double | __x | ) |
double __acos | ( | double | __x | ) |
double asin | ( | double | __x | ) |
double __asin | ( | double | __x | ) |
double atan | ( | double | __x | ) |
double __atan | ( | double | __x | ) |
double atan2 | ( | double | __y, |
double | __x | ||
) |
double __atan2 | ( | double | __y, |
double | __x | ||
) |
double cos | ( | double | __x | ) |
double __cos | ( | double | __x | ) |
double sin | ( | double | __x | ) |
double __sin | ( | double | __x | ) |
double tan | ( | double | __x | ) |
double __tan | ( | double | __x | ) |
double cosh | ( | double | __x | ) |
double __cosh | ( | double | __x | ) |
double sinh | ( | double | __x | ) |
double __sinh | ( | double | __x | ) |
double tanh | ( | double | __x | ) |
double __tanh | ( | double | __x | ) |
double acosh | ( | double | __x | ) |
double __acosh | ( | double | __x | ) |
double asinh | ( | double | __x | ) |
double __asinh | ( | double | __x | ) |
double atanh | ( | double | __x | ) |
double __atanh | ( | double | __x | ) |
double exp | ( | double | __x | ) |
double __exp | ( | double | __x | ) |
double frexp | ( | double | __x, |
int * | __exponent | ||
) |
double __frexp | ( | double | __x, |
int * | __exponent | ||
) |
double ldexp | ( | double | __x, |
int | __exponent | ||
) |
double __ldexp | ( | double | __x, |
int | __exponent | ||
) |
double log | ( | double | __x | ) |
double __log | ( | double | __x | ) |
double log10 | ( | double | __x | ) |
double __log10 | ( | double | __x | ) |
double modf | ( | double | __x, |
double * | __iptr | ||
) |
double __modf | ( | double | __x, |
double * | __iptr | ||
) |
double __leaf__ __attribute__ | ( | (__nonnull__(2)) | ) |
double expm1 | ( | double | __x | ) |
double __expm1 | ( | double | __x | ) |
double log1p | ( | double | __x | ) |
double __log1p | ( | double | __x | ) |
double logb | ( | double | __x | ) |
double __logb | ( | double | __x | ) |
double exp2 | ( | double | __x | ) |
double __exp2 | ( | double | __x | ) |
double log2 | ( | double | __x | ) |
double __log2 | ( | double | __x | ) |
double pow | ( | double | __x, |
double | __y | ||
) |
double __pow | ( | double | __x, |
double | __y | ||
) |
double sqrt | ( | double | __x | ) |
double __sqrt | ( | double | __x | ) |
double hypot | ( | double | __x, |
double | __y | ||
) |
double __hypot | ( | double | __x, |
double | __y | ||
) |
double cbrt | ( | double | __x | ) |
double __cbrt | ( | double | __x | ) |
double ceil | ( | double | __x | ) |
double __ceil | ( | double | __x | ) |
double fabs | ( | double | __x | ) |
double __fabs | ( | double | __x | ) |
double floor | ( | double | __x | ) |
double __floor | ( | double | __x | ) |
double fmod | ( | double | __x, |
double | __y | ||
) |
double __fmod | ( | double | __x, |
double | __y | ||
) |
int isinf | ( | double | __value | ) |
int finite | ( | double | __value | ) |
double drem | ( | double | __x, |
double | __y | ||
) |
double __drem | ( | double | __x, |
double | __y | ||
) |
double significand | ( | double | __x | ) |
double __significand | ( | double | __x | ) |
double copysign | ( | double | __x, |
double | __y | ||
) |
double __copysign | ( | double | __x, |
double | __y | ||
) |
double nan | ( | const char * | __tagb | ) |
double __nan | ( | const char * | __tagb | ) |
int isnan | ( | double | __value | ) |
double j0 | ( | extern double lgamma_r ( | double | ) |
Definition at line 1046 of file minimizer_low.c.
size_t __ctype_get_mb_cur_max | ( | void | ) |
Definition at line 1980 of file minimizer_low.c.
|
static |
Definition at line 2209 of file minimizer_low.c.
|
static |
Definition at line 2219 of file minimizer_low.c.
|
static |
Definition at line 2231 of file minimizer_low.c.
|
static |
Definition at line 2237 of file minimizer_low.c.
|
static |
Definition at line 2243 of file minimizer_low.c.
int select | ( | int | __nfds, |
fd_set *__restrict | __readfds, | ||
fd_set *__restrict | __writefds, | ||
fd_set *__restrict | __exceptfds, | ||
struct timeval *__restrict | __timeout | ||
) |
int pselect | ( | int | __nfds, |
fd_set *__restrict | __readfds, | ||
fd_set *__restrict | __writefds, | ||
fd_set *__restrict | __exceptfds, | ||
const struct timespec *__restrict | __timeout, | ||
const __sigset_t *__restrict | __sigmask | ||
) |
long int random | ( | void | ) |
Definition at line 2597 of file minimizer_low.c.
int random_r | ( | struct random_data *__restrict | __buf, |
int32_t *__restrict | __result | ||
) |
int __leaf__ __attribute__ | ( | (__nonnull__(1, 2)) | ) |
Definition at line 1934 of file getopt_f.c.
int srandom_r | ( | unsigned int | __seed, |
struct random_data * | __buf | ||
) |
int initstate_r | ( | unsigned int | __seed, |
char *__restrict | __statebuf, | ||
size_t | __statelen, | ||
struct random_data *__restrict | __buf | ||
) |
int __leaf__ __attribute__ | ( | (__nonnull__(2, 4)) | ) |
int setstate_r | ( | char *__restrict | __statebuf, |
struct random_data *__restrict | __buf | ||
) |
int rand | ( | void | ) |
Definition at line 2649 of file minimizer_low.c.
int drand48_r | ( | struct drand48_data *__restrict | __buffer, |
double *__restrict | __result | ||
) |
int erand48_r | ( | unsigned short int | __xsubi[3], |
struct drand48_data *__restrict | __buffer, | ||
double *__restrict | __result | ||
) |
int lrand48_r | ( | struct drand48_data *__restrict | __buffer, |
long int *__restrict | __result | ||
) |
int nrand48_r | ( | unsigned short int | __xsubi[3], |
struct drand48_data *__restrict | __buffer, | ||
long int *__restrict | __result | ||
) |
int mrand48_r | ( | struct drand48_data *__restrict | __buffer, |
long int *__restrict | __result | ||
) |
int jrand48_r | ( | unsigned short int | __xsubi[3], |
struct drand48_data *__restrict | __buffer, | ||
long int *__restrict | __result | ||
) |
int srand48_r | ( | long int | __seedval, |
struct drand48_data * | __buffer | ||
) |
int seed48_r | ( | unsigned short int | __seed16v[3], |
struct drand48_data * | __buffer | ||
) |
int lcong48_r | ( | unsigned short int | __param[7], |
struct drand48_data * | __buffer | ||
) |
__uint32_t arc4random | ( | void | ) |
Definition at line 2733 of file minimizer_low.c.
float cblas_sdsdot | ( | const int | N, |
const float | alpha, | ||
const float * | X, | ||
const int | incX, | ||
const float * | Y, | ||
const int | incY | ||
) |
double cblas_dsdot | ( | const int | N, |
const float * | X, | ||
const int | incX, | ||
const float * | Y, | ||
const int | incY | ||
) |
float cblas_sdot | ( | const int | N, |
const float * | X, | ||
const int | incX, | ||
const float * | Y, | ||
const int | incY | ||
) |
double cblas_ddot | ( | const int | N, |
const double * | X, | ||
const int | incX, | ||
const double * | Y, | ||
const int | incY | ||
) |
void cblas_cdotu_sub | ( | const int | N, |
const void * | X, | ||
const int | incX, | ||
const void * | Y, | ||
const int | incY, | ||
void * | dotu | ||
) |
void cblas_cdotc_sub | ( | const int | N, |
const void * | X, | ||
const int | incX, | ||
const void * | Y, | ||
const int | incY, | ||
void * | dotc | ||
) |
void cblas_zdotu_sub | ( | const int | N, |
const void * | X, | ||
const int | incX, | ||
const void * | Y, | ||
const int | incY, | ||
void * | dotu | ||
) |
void cblas_zdotc_sub | ( | const int | N, |
const void * | X, | ||
const int | incX, | ||
const void * | Y, | ||
const int | incY, | ||
void * | dotc | ||
) |
float cblas_snrm2 | ( | const int | N, |
const float * | X, | ||
const int | incX | ||
) |
float cblas_sasum | ( | const int | N, |
const float * | X, | ||
const int | incX | ||
) |
double cblas_dnrm2 | ( | const int | N, |
const double * | X, | ||
const int | incX | ||
) |
double cblas_dasum | ( | const int | N, |
const double * | X, | ||
const int | incX | ||
) |
float cblas_scnrm2 | ( | const int | N, |
const void * | X, | ||
const int | incX | ||
) |
float cblas_scasum | ( | const int | N, |
const void * | X, | ||
const int | incX | ||
) |
double cblas_dznrm2 | ( | const int | N, |
const void * | X, | ||
const int | incX | ||
) |
double cblas_dzasum | ( | const int | N, |
const void * | X, | ||
const int | incX | ||
) |
size_t cblas_isamax | ( | const int | N, |
const float * | X, | ||
const int | incX | ||
) |
size_t cblas_idamax | ( | const int | N, |
const double * | X, | ||
const int | incX | ||
) |
size_t cblas_icamax | ( | const int | N, |
const void * | X, | ||
const int | incX | ||
) |
size_t cblas_izamax | ( | const int | N, |
const void * | X, | ||
const int | incX | ||
) |
void cblas_sswap | ( | const int | N, |
float * | X, | ||
const int | incX, | ||
float * | Y, | ||
const int | incY | ||
) |
void cblas_scopy | ( | const int | N, |
const float * | X, | ||
const int | incX, | ||
float * | Y, | ||
const int | incY | ||
) |
void cblas_saxpy | ( | const int | N, |
const float | alpha, | ||
const float * | X, | ||
const int | incX, | ||
float * | Y, | ||
const int | incY | ||
) |
void cblas_dswap | ( | const int | N, |
double * | X, | ||
const int | incX, | ||
double * | Y, | ||
const int | incY | ||
) |
void cblas_dcopy | ( | const int | N, |
const double * | X, | ||
const int | incX, | ||
double * | Y, | ||
const int | incY | ||
) |
void cblas_daxpy | ( | const int | N, |
const double | alpha, | ||
const double * | X, | ||
const int | incX, | ||
double * | Y, | ||
const int | incY | ||
) |
void cblas_cswap | ( | const int | N, |
void * | X, | ||
const int | incX, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_ccopy | ( | const int | N, |
const void * | X, | ||
const int | incX, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_caxpy | ( | const int | N, |
const void * | alpha, | ||
const void * | X, | ||
const int | incX, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_zswap | ( | const int | N, |
void * | X, | ||
const int | incX, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_zcopy | ( | const int | N, |
const void * | X, | ||
const int | incX, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_zaxpy | ( | const int | N, |
const void * | alpha, | ||
const void * | X, | ||
const int | incX, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_srotg | ( | float * | a, |
float * | b, | ||
float * | c, | ||
float * | s | ||
) |
void cblas_srotmg | ( | float * | d1, |
float * | d2, | ||
float * | b1, | ||
const float | b2, | ||
float * | P | ||
) |
void cblas_srot | ( | const int | N, |
float * | X, | ||
const int | incX, | ||
float * | Y, | ||
const int | incY, | ||
const float | c, | ||
const float | s | ||
) |
void cblas_srotm | ( | const int | N, |
float * | X, | ||
const int | incX, | ||
float * | Y, | ||
const int | incY, | ||
const float * | P | ||
) |
void cblas_drotg | ( | double * | a, |
double * | b, | ||
double * | c, | ||
double * | s | ||
) |
void cblas_drotmg | ( | double * | d1, |
double * | d2, | ||
double * | b1, | ||
const double | b2, | ||
double * | P | ||
) |
void cblas_drot | ( | const int | N, |
double * | X, | ||
const int | incX, | ||
double * | Y, | ||
const int | incY, | ||
const double | c, | ||
const double | s | ||
) |
void cblas_drotm | ( | const int | N, |
double * | X, | ||
const int | incX, | ||
double * | Y, | ||
const int | incY, | ||
const double * | P | ||
) |
void cblas_sscal | ( | const int | N, |
const float | alpha, | ||
float * | X, | ||
const int | incX | ||
) |
void cblas_dscal | ( | const int | N, |
const double | alpha, | ||
double * | X, | ||
const int | incX | ||
) |
void cblas_cscal | ( | const int | N, |
const void * | alpha, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_zscal | ( | const int | N, |
const void * | alpha, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_csscal | ( | const int | N, |
const float | alpha, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_zdscal | ( | const int | N, |
const double | alpha, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_sgemv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_TRANSPOSE | TransA, | ||
const int | M, | ||
const int | N, | ||
const float | alpha, | ||
const float * | A, | ||
const int | lda, | ||
const float * | X, | ||
const int | incX, | ||
const float | beta, | ||
float * | Y, | ||
const int | incY | ||
) |
void cblas_sgbmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_TRANSPOSE | TransA, | ||
const int | M, | ||
const int | N, | ||
const int | KL, | ||
const int | KU, | ||
const float | alpha, | ||
const float * | A, | ||
const int | lda, | ||
const float * | X, | ||
const int | incX, | ||
const float | beta, | ||
float * | Y, | ||
const int | incY | ||
) |
void cblas_strmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const float * | A, | ||
const int | lda, | ||
float * | X, | ||
const int | incX | ||
) |
void cblas_stbmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const int | K, | ||
const float * | A, | ||
const int | lda, | ||
float * | X, | ||
const int | incX | ||
) |
void cblas_stpmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const float * | Ap, | ||
float * | X, | ||
const int | incX | ||
) |
void cblas_strsv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const float * | A, | ||
const int | lda, | ||
float * | X, | ||
const int | incX | ||
) |
void cblas_stbsv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const int | K, | ||
const float * | A, | ||
const int | lda, | ||
float * | X, | ||
const int | incX | ||
) |
void cblas_stpsv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const float * | Ap, | ||
float * | X, | ||
const int | incX | ||
) |
void cblas_dgemv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_TRANSPOSE | TransA, | ||
const int | M, | ||
const int | N, | ||
const double | alpha, | ||
const double * | A, | ||
const int | lda, | ||
const double * | X, | ||
const int | incX, | ||
const double | beta, | ||
double * | Y, | ||
const int | incY | ||
) |
void cblas_dgbmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_TRANSPOSE | TransA, | ||
const int | M, | ||
const int | N, | ||
const int | KL, | ||
const int | KU, | ||
const double | alpha, | ||
const double * | A, | ||
const int | lda, | ||
const double * | X, | ||
const int | incX, | ||
const double | beta, | ||
double * | Y, | ||
const int | incY | ||
) |
void cblas_dtrmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const double * | A, | ||
const int | lda, | ||
double * | X, | ||
const int | incX | ||
) |
void cblas_dtbmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const int | K, | ||
const double * | A, | ||
const int | lda, | ||
double * | X, | ||
const int | incX | ||
) |
void cblas_dtpmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const double * | Ap, | ||
double * | X, | ||
const int | incX | ||
) |
void cblas_dtrsv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const double * | A, | ||
const int | lda, | ||
double * | X, | ||
const int | incX | ||
) |
void cblas_dtbsv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const int | K, | ||
const double * | A, | ||
const int | lda, | ||
double * | X, | ||
const int | incX | ||
) |
void cblas_dtpsv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const double * | Ap, | ||
double * | X, | ||
const int | incX | ||
) |
void cblas_cgemv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_TRANSPOSE | TransA, | ||
const int | M, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | X, | ||
const int | incX, | ||
const void * | beta, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_cgbmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_TRANSPOSE | TransA, | ||
const int | M, | ||
const int | N, | ||
const int | KL, | ||
const int | KU, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | X, | ||
const int | incX, | ||
const void * | beta, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_ctrmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const void * | A, | ||
const int | lda, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_ctbmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const int | K, | ||
const void * | A, | ||
const int | lda, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_ctpmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const void * | Ap, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_ctrsv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const void * | A, | ||
const int | lda, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_ctbsv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const int | K, | ||
const void * | A, | ||
const int | lda, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_ctpsv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const void * | Ap, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_zgemv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_TRANSPOSE | TransA, | ||
const int | M, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | X, | ||
const int | incX, | ||
const void * | beta, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_zgbmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_TRANSPOSE | TransA, | ||
const int | M, | ||
const int | N, | ||
const int | KL, | ||
const int | KU, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | X, | ||
const int | incX, | ||
const void * | beta, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_ztrmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const void * | A, | ||
const int | lda, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_ztbmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const int | K, | ||
const void * | A, | ||
const int | lda, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_ztpmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const void * | Ap, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_ztrsv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const void * | A, | ||
const int | lda, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_ztbsv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const int | K, | ||
const void * | A, | ||
const int | lda, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_ztpsv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | N, | ||
const void * | Ap, | ||
void * | X, | ||
const int | incX | ||
) |
void cblas_ssymv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const float | alpha, | ||
const float * | A, | ||
const int | lda, | ||
const float * | X, | ||
const int | incX, | ||
const float | beta, | ||
float * | Y, | ||
const int | incY | ||
) |
void cblas_ssbmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const int | K, | ||
const float | alpha, | ||
const float * | A, | ||
const int | lda, | ||
const float * | X, | ||
const int | incX, | ||
const float | beta, | ||
float * | Y, | ||
const int | incY | ||
) |
void cblas_sspmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const float | alpha, | ||
const float * | Ap, | ||
const float * | X, | ||
const int | incX, | ||
const float | beta, | ||
float * | Y, | ||
const int | incY | ||
) |
void cblas_sger | ( | const enum CBLAS_ORDER | order, |
const int | M, | ||
const int | N, | ||
const float | alpha, | ||
const float * | X, | ||
const int | incX, | ||
const float * | Y, | ||
const int | incY, | ||
float * | A, | ||
const int | lda | ||
) |
void cblas_ssyr | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const float | alpha, | ||
const float * | X, | ||
const int | incX, | ||
float * | A, | ||
const int | lda | ||
) |
void cblas_sspr | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const float | alpha, | ||
const float * | X, | ||
const int | incX, | ||
float * | Ap | ||
) |
void cblas_ssyr2 | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const float | alpha, | ||
const float * | X, | ||
const int | incX, | ||
const float * | Y, | ||
const int | incY, | ||
float * | A, | ||
const int | lda | ||
) |
void cblas_sspr2 | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const float | alpha, | ||
const float * | X, | ||
const int | incX, | ||
const float * | Y, | ||
const int | incY, | ||
float * | A | ||
) |
void cblas_dsymv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const double | alpha, | ||
const double * | A, | ||
const int | lda, | ||
const double * | X, | ||
const int | incX, | ||
const double | beta, | ||
double * | Y, | ||
const int | incY | ||
) |
void cblas_dsbmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const int | K, | ||
const double | alpha, | ||
const double * | A, | ||
const int | lda, | ||
const double * | X, | ||
const int | incX, | ||
const double | beta, | ||
double * | Y, | ||
const int | incY | ||
) |
void cblas_dspmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const double | alpha, | ||
const double * | Ap, | ||
const double * | X, | ||
const int | incX, | ||
const double | beta, | ||
double * | Y, | ||
const int | incY | ||
) |
void cblas_dger | ( | const enum CBLAS_ORDER | order, |
const int | M, | ||
const int | N, | ||
const double | alpha, | ||
const double * | X, | ||
const int | incX, | ||
const double * | Y, | ||
const int | incY, | ||
double * | A, | ||
const int | lda | ||
) |
void cblas_dsyr | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const double | alpha, | ||
const double * | X, | ||
const int | incX, | ||
double * | A, | ||
const int | lda | ||
) |
void cblas_dspr | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const double | alpha, | ||
const double * | X, | ||
const int | incX, | ||
double * | Ap | ||
) |
void cblas_dsyr2 | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const double | alpha, | ||
const double * | X, | ||
const int | incX, | ||
const double * | Y, | ||
const int | incY, | ||
double * | A, | ||
const int | lda | ||
) |
void cblas_dspr2 | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const double | alpha, | ||
const double * | X, | ||
const int | incX, | ||
const double * | Y, | ||
const int | incY, | ||
double * | A | ||
) |
void cblas_chemv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | X, | ||
const int | incX, | ||
const void * | beta, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_chbmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const int | K, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | X, | ||
const int | incX, | ||
const void * | beta, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_chpmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | Ap, | ||
const void * | X, | ||
const int | incX, | ||
const void * | beta, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_cgeru | ( | const enum CBLAS_ORDER | order, |
const int | M, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | X, | ||
const int | incX, | ||
const void * | Y, | ||
const int | incY, | ||
void * | A, | ||
const int | lda | ||
) |
void cblas_cgerc | ( | const enum CBLAS_ORDER | order, |
const int | M, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | X, | ||
const int | incX, | ||
const void * | Y, | ||
const int | incY, | ||
void * | A, | ||
const int | lda | ||
) |
void cblas_cher | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const float | alpha, | ||
const void * | X, | ||
const int | incX, | ||
void * | A, | ||
const int | lda | ||
) |
void cblas_chpr | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const float | alpha, | ||
const void * | X, | ||
const int | incX, | ||
void * | A | ||
) |
void cblas_cher2 | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | X, | ||
const int | incX, | ||
const void * | Y, | ||
const int | incY, | ||
void * | A, | ||
const int | lda | ||
) |
void cblas_chpr2 | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | X, | ||
const int | incX, | ||
const void * | Y, | ||
const int | incY, | ||
void * | Ap | ||
) |
void cblas_zhemv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | X, | ||
const int | incX, | ||
const void * | beta, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_zhbmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const int | K, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | X, | ||
const int | incX, | ||
const void * | beta, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_zhpmv | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | Ap, | ||
const void * | X, | ||
const int | incX, | ||
const void * | beta, | ||
void * | Y, | ||
const int | incY | ||
) |
void cblas_zgeru | ( | const enum CBLAS_ORDER | order, |
const int | M, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | X, | ||
const int | incX, | ||
const void * | Y, | ||
const int | incY, | ||
void * | A, | ||
const int | lda | ||
) |
void cblas_zgerc | ( | const enum CBLAS_ORDER | order, |
const int | M, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | X, | ||
const int | incX, | ||
const void * | Y, | ||
const int | incY, | ||
void * | A, | ||
const int | lda | ||
) |
void cblas_zher | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const double | alpha, | ||
const void * | X, | ||
const int | incX, | ||
void * | A, | ||
const int | lda | ||
) |
void cblas_zhpr | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const double | alpha, | ||
const void * | X, | ||
const int | incX, | ||
void * | A | ||
) |
void cblas_zher2 | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | X, | ||
const int | incX, | ||
const void * | Y, | ||
const int | incY, | ||
void * | A, | ||
const int | lda | ||
) |
void cblas_zhpr2 | ( | const enum CBLAS_ORDER | order, |
const enum CBLAS_UPLO | Uplo, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | X, | ||
const int | incX, | ||
const void * | Y, | ||
const int | incY, | ||
void * | Ap | ||
) |
void cblas_sgemm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_TRANSPOSE | TransB, | ||
const int | M, | ||
const int | N, | ||
const int | K, | ||
const float | alpha, | ||
const float * | A, | ||
const int | lda, | ||
const float * | B, | ||
const int | ldb, | ||
const float | beta, | ||
float * | C, | ||
const int | ldc | ||
) |
void cblas_ssymm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_SIDE | Side, | ||
const enum CBLAS_UPLO | Uplo, | ||
const int | M, | ||
const int | N, | ||
const float | alpha, | ||
const float * | A, | ||
const int | lda, | ||
const float * | B, | ||
const int | ldb, | ||
const float | beta, | ||
float * | C, | ||
const int | ldc | ||
) |
void cblas_ssyrk | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | Trans, | ||
const int | N, | ||
const int | K, | ||
const float | alpha, | ||
const float * | A, | ||
const int | lda, | ||
const float | beta, | ||
float * | C, | ||
const int | ldc | ||
) |
void cblas_ssyr2k | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | Trans, | ||
const int | N, | ||
const int | K, | ||
const float | alpha, | ||
const float * | A, | ||
const int | lda, | ||
const float * | B, | ||
const int | ldb, | ||
const float | beta, | ||
float * | C, | ||
const int | ldc | ||
) |
void cblas_strmm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_SIDE | Side, | ||
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | M, | ||
const int | N, | ||
const float | alpha, | ||
const float * | A, | ||
const int | lda, | ||
float * | B, | ||
const int | ldb | ||
) |
void cblas_strsm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_SIDE | Side, | ||
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | M, | ||
const int | N, | ||
const float | alpha, | ||
const float * | A, | ||
const int | lda, | ||
float * | B, | ||
const int | ldb | ||
) |
void cblas_dgemm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_TRANSPOSE | TransB, | ||
const int | M, | ||
const int | N, | ||
const int | K, | ||
const double | alpha, | ||
const double * | A, | ||
const int | lda, | ||
const double * | B, | ||
const int | ldb, | ||
const double | beta, | ||
double * | C, | ||
const int | ldc | ||
) |
void cblas_dsymm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_SIDE | Side, | ||
const enum CBLAS_UPLO | Uplo, | ||
const int | M, | ||
const int | N, | ||
const double | alpha, | ||
const double * | A, | ||
const int | lda, | ||
const double * | B, | ||
const int | ldb, | ||
const double | beta, | ||
double * | C, | ||
const int | ldc | ||
) |
void cblas_dsyrk | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | Trans, | ||
const int | N, | ||
const int | K, | ||
const double | alpha, | ||
const double * | A, | ||
const int | lda, | ||
const double | beta, | ||
double * | C, | ||
const int | ldc | ||
) |
void cblas_dsyr2k | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | Trans, | ||
const int | N, | ||
const int | K, | ||
const double | alpha, | ||
const double * | A, | ||
const int | lda, | ||
const double * | B, | ||
const int | ldb, | ||
const double | beta, | ||
double * | C, | ||
const int | ldc | ||
) |
void cblas_dtrmm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_SIDE | Side, | ||
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | M, | ||
const int | N, | ||
const double | alpha, | ||
const double * | A, | ||
const int | lda, | ||
double * | B, | ||
const int | ldb | ||
) |
void cblas_dtrsm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_SIDE | Side, | ||
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | M, | ||
const int | N, | ||
const double | alpha, | ||
const double * | A, | ||
const int | lda, | ||
double * | B, | ||
const int | ldb | ||
) |
void cblas_cgemm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_TRANSPOSE | TransB, | ||
const int | M, | ||
const int | N, | ||
const int | K, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | B, | ||
const int | ldb, | ||
const void * | beta, | ||
void * | C, | ||
const int | ldc | ||
) |
void cblas_csymm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_SIDE | Side, | ||
const enum CBLAS_UPLO | Uplo, | ||
const int | M, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | B, | ||
const int | ldb, | ||
const void * | beta, | ||
void * | C, | ||
const int | ldc | ||
) |
void cblas_csyrk | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | Trans, | ||
const int | N, | ||
const int | K, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | beta, | ||
void * | C, | ||
const int | ldc | ||
) |
void cblas_csyr2k | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | Trans, | ||
const int | N, | ||
const int | K, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | B, | ||
const int | ldb, | ||
const void * | beta, | ||
void * | C, | ||
const int | ldc | ||
) |
void cblas_ctrmm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_SIDE | Side, | ||
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | M, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
void * | B, | ||
const int | ldb | ||
) |
void cblas_ctrsm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_SIDE | Side, | ||
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | M, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
void * | B, | ||
const int | ldb | ||
) |
void cblas_zgemm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_TRANSPOSE | TransB, | ||
const int | M, | ||
const int | N, | ||
const int | K, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | B, | ||
const int | ldb, | ||
const void * | beta, | ||
void * | C, | ||
const int | ldc | ||
) |
void cblas_zsymm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_SIDE | Side, | ||
const enum CBLAS_UPLO | Uplo, | ||
const int | M, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | B, | ||
const int | ldb, | ||
const void * | beta, | ||
void * | C, | ||
const int | ldc | ||
) |
void cblas_zsyrk | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | Trans, | ||
const int | N, | ||
const int | K, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | beta, | ||
void * | C, | ||
const int | ldc | ||
) |
void cblas_zsyr2k | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | Trans, | ||
const int | N, | ||
const int | K, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | B, | ||
const int | ldb, | ||
const void * | beta, | ||
void * | C, | ||
const int | ldc | ||
) |
void cblas_ztrmm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_SIDE | Side, | ||
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | M, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
void * | B, | ||
const int | ldb | ||
) |
void cblas_ztrsm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_SIDE | Side, | ||
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | TransA, | ||
const enum CBLAS_DIAG | Diag, | ||
const int | M, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
void * | B, | ||
const int | ldb | ||
) |
void cblas_chemm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_SIDE | Side, | ||
const enum CBLAS_UPLO | Uplo, | ||
const int | M, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | B, | ||
const int | ldb, | ||
const void * | beta, | ||
void * | C, | ||
const int | ldc | ||
) |
void cblas_cherk | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | Trans, | ||
const int | N, | ||
const int | K, | ||
const float | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const float | beta, | ||
void * | C, | ||
const int | ldc | ||
) |
void cblas_cher2k | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | Trans, | ||
const int | N, | ||
const int | K, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | B, | ||
const int | ldb, | ||
const float | beta, | ||
void * | C, | ||
const int | ldc | ||
) |
void cblas_zhemm | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_SIDE | Side, | ||
const enum CBLAS_UPLO | Uplo, | ||
const int | M, | ||
const int | N, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | B, | ||
const int | ldb, | ||
const void * | beta, | ||
void * | C, | ||
const int | ldc | ||
) |
void cblas_zherk | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | Trans, | ||
const int | N, | ||
const int | K, | ||
const double | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const double | beta, | ||
void * | C, | ||
const int | ldc | ||
) |
void cblas_zher2k | ( | const enum CBLAS_ORDER | Order, |
const enum CBLAS_UPLO | Uplo, | ||
const enum CBLAS_TRANSPOSE | Trans, | ||
const int | N, | ||
const int | K, | ||
const void * | alpha, | ||
const void * | A, | ||
const int | lda, | ||
const void * | B, | ||
const int | ldb, | ||
const double | beta, | ||
void * | C, | ||
const int | ldc | ||
) |
void cblas_xerbla | ( | int | p, |
const char * | rout, | ||
const char * | form, | ||
... | |||
) |
|
static |
Definition at line 9639 of file minimizer_low.c.
|
static |
Definition at line 9681 of file minimizer_low.c.
|
static |
Definition at line 9693 of file minimizer_low.c.
int oct_minimize_ | ( | const int * | method, |
const int * | dim, | ||
double * | point, | ||
const double * | step, | ||
const double * | line_tol, | ||
const double * | tolgrad, | ||
const double * | toldr, | ||
const int * | maxiter, | ||
func_d | f, | ||
const print_f_ptr | write_info, | ||
double * | minimum | ||
) |
Definition at line 9704 of file minimizer_low.c.
double fn1 | ( | double | x, |
void * | params | ||
) |
Definition at line 9829 of file minimizer_low.c.
void oct_1dminimize_ | ( | double * | a, |
double * | b, | ||
double * | m, | ||
func1 | f, | ||
int * | status | ||
) |
Definition at line 9836 of file minimizer_low.c.
double fn | ( | const gsl_vector * | v, |
void * | params | ||
) |
Definition at line 9878 of file minimizer_low.c.
int oct_minimize_direct_ | ( | const int * | method, |
const int * | dim, | ||
double * | point, | ||
const double * | step, | ||
const double * | toldr, | ||
const int * | maxiter, | ||
funcn | f, | ||
const print_f_fn_ptr | write_info, | ||
double * | minimum | ||
) |
Definition at line 9899 of file minimizer_low.c.
|
extern |
|
extern |
|
extern |
double __leaf__ |
Definition at line 340 of file minimizer_low.c.