File: wrapped_routines.txt

package info (click to toggle)
nipy 0.1.2%2B20100526-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 11,992 kB
  • ctags: 13,434
  • sloc: python: 47,720; ansic: 41,334; makefile: 197
file content (40 lines) | stat: -rw-r--r-- 331 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#BLAS 1
ddot
dnrm2
dasum
idamax
dswap
dcopy
daxpy
dscal
drotg
drot
drotmg
drotm
#BLAS 2
dgemv
dtrmv
dtrsv
dsymv
dger
dsyr
dsyr2
#BLAS 3
dgemm
dsymm
dtrmm
dtrsm
dsyrk
dsyr2k
#LAPACK
dgeev
dsyevd
dgelsd
dgesv
dgetrf
dpotrf
dgesdd
dgeqrf
# need this b/c it's not properly declared as external in the BLAS source
dcabs1
IGNORE: dlamch