MCPcopy Create free account

hub / github.com/blas-lapack-rs/blas / functions

Functions181 in github.com/blas-lapack-rs/blas

↓ 29 callersMethodformat
(self, output)
bin/documentation.py:85
↓ 12 callersMethodappend
(self, *_)
bin/documentation.py:4
↓ 3 callersFunctiondo
(functions, reference)
bin/generate.py:144
↓ 3 callersFunctionprepare
(level, code)
bin/generate.py:138
↓ 2 callersFunctionis_scalar
(name, cty, f)
bin/generate.py:21
↓ 2 callersFunctiontranslate_argument
(name, cty, f)
bin/generate.py:32
↓ 2 callersFunctiontranslate_return_type
(cty)
bin/generate.py:90
↓ 1 callersFunctionclean
(lines)
bin/documentation.py:89
↓ 1 callersFunctionextract
(filename)
bin/documentation.py:108
↓ 1 callersMethodfinish
(self, *_)
bin/documentation.py:7
↓ 1 callersFunctionformat_body
(f)
bin/generate.py:107
↓ 1 callersFunctionformat_body_arguments
(f)
bin/generate.py:121
↓ 1 callersFunctionformat_body_return
(f)
bin/generate.py:128
↓ 1 callersFunctionformat_header
(f)
bin/generate.py:100
↓ 1 callersFunctionformat_header_arguments
(f)
bin/generate.py:115
↓ 1 callersFunctionis_const
(name, cty)
bin/generate.py:15
↓ 1 callersFunctionis_mut
(name, cty)
bin/generate.py:18
↓ 1 callersMethodparse
(level, line)
bin/function.py:15
↓ 1 callersFunctionpartition
(lines)
bin/documentation.py:130
↓ 1 callersFunctionprint_documentation
(f, reference)
bin/documentation.py:152
↓ 1 callersFunctionpull_argument
(s)
bin/function.py:34
↓ 1 callersFunctionpull_name
(s)
bin/function.py:40
↓ 1 callersFunctionpull_return
(s)
bin/function.py:45
↓ 1 callersFunctionread_functions
(path)
bin/function.py:51
↓ 1 callersFunctiontranslate_body_argument
(name, rty)
bin/generate.py:63
↓ 1 callersFunctiontranslate_type_base
(cty)
bin/generate.py:47
Method__init__
(self, level, name, args, ret)
bin/function.py:8
Method__init__
(self)
bin/documentation.py:11
Method__init__
(self)
bin/documentation.py:36
Methodappend
(self, line)
bin/documentation.py:14
Methodappend
(self, line)
bin/documentation.py:39
Functioncaxpy
(n: i32, alpha: c32, x: &[c32], incx: i32, y: &mut [c32], incy: i32)
src/lib.rs:276
Functionccopy
(n: i32, x: &[c32], incx: i32, y: &mut [c32], incy: i32)
src/lib.rs:265
Functioncdotc
(pres: &mut [c32], n: i32, x: &[c32], incx: i32, y: &[c32], incy: i32)
src/lib.rs:300
Functioncdotu
(pres: &mut [c32], n: i32, x: &[c32], incx: i32, y: &[c32], incy: i32)
src/lib.rs:288
Functioncgbmv
( trans: u8, m: i32, n: i32, kl: i32, ku: i32, alpha: c32, a: &[c32], lda: i32
src/lib.rs:1183
Functioncgemm
( transa: u8, transb: u8, m: i32, n: i32, k: i32, alpha: c32, a: &[c32], lda:
src/lib.rs:2290
Functioncgemv
( trans: u8, m: i32, n: i32, alpha: c32, a: &[c32], lda: i32, x: &[c32], incx:
src/lib.rs:1154
Functioncgerc
( m: i32, n: i32, alpha: c32, x: &[c32], incx: i32, y: &[c32], incy: i32, a: &
src/lib.rs:1444
Functioncgeru
( m: i32, n: i32, alpha: c32, x: &[c32], incx: i32, y: &[c32], incy: i32, a: &
src/lib.rs:1419
Functionchbmv
( uplo: u8, n: i32, k: i32, alpha: c32, a: &[c32], lda: i32, x: &[c32], incx:
src/lib.rs:1243
Functionchemm
( side: u8, uplo: u8, m: i32, n: i32, alpha: c32, a: &[c32], lda: i32, b: &[c3
src/lib.rs:2354
Functionchemv
( uplo: u8, n: i32, alpha: c32, a: &[c32], lda: i32, x: &[c32], incx: i32, bet
src/lib.rs:1216
Functioncher
(uplo: u8, n: i32, alpha: f32, x: &[c32], incx: i32, a: &mut [c32], lda: i32)
src/lib.rs:1469
Functioncher2
( uplo: u8, n: i32, alpha: c32, x: &[c32], incx: i32, y: &[c32], incy: i32, a:
src/lib.rs:1517
Functioncher2k
( uplo: u8, trans: u8, n: i32, k: i32, alpha: c32, a: &[c32], lda: i32, b: &[c
src/lib.rs:2470
Functioncherk
( uplo: u8, trans: u8, n: i32, k: i32, alpha: f32, a: &[c32], lda: i32, beta:
src/lib.rs:2412
Functionchpmv
( uplo: u8, n: i32, alpha: c32, ap: &[c32], x: &[c32], incx: i32, beta: c32, y
src/lib.rs:1272
Functionchpr
(uplo: u8, n: i32, alpha: f32, x: &[c32], incx: i32, ap: &mut [c32])
src/lib.rs:1482
Functionchpr2
( uplo: u8, n: i32, alpha: c32, x: &[c32], incx: i32, y: &[c32], incy: i32, ap
src/lib.rs:1494
Functioncrotg
(a: &mut c32, b: c32, c: &mut f32, s: &mut c32)
src/lib.rs:216
Functioncscal
(n: i32, a: c32, x: &mut [c32], incx: i32)
src/lib.rs:250
Functioncsrot
(n: i32, x: &mut [c32], incx: i32, y: &mut [c32], incy: i32, c: f32, s: f32)
src/lib.rs:226
Functioncsscal
(n: i32, a: f32, x: &mut [c32], incx: i32)
src/lib.rs:260
Functioncswap
(n: i32, x: &mut [c32], incx: i32, y: &mut [c32], incy: i32)
src/lib.rs:239
Functioncsymm
( side: u8, uplo: u8, m: i32, n: i32, alpha: c32, a: &[c32], lda: i32, b: &[c3
src/lib.rs:2323
Functioncsyr2k
( uplo: u8, trans: u8, n: i32, k: i32, alpha: c32, a: &[c32], lda: i32, b: &[c
src/lib.rs:2439
Functioncsyrk
( uplo: u8, trans: u8, n: i32, k: i32, alpha: c32, a: &[c32], lda: i32, beta:
src/lib.rs:2385
Functionctbmv
( uplo: u8, trans: u8, diag: u8, n: i32, k: i32, a: &[c32], lda: i32, x: &mut
src/lib.rs:1320
Functionctbsv
( uplo: u8, trans: u8, diag: u8, n: i32, k: i32, a: &[c32], lda: i32, x: &mut
src/lib.rs:1381
Functionctpmv
(uplo: u8, trans: u8, diag: u8, n: i32, ap: &[c32], x: &mut [c32], incx: i32)
src/lib.rs:1345
Functionctpsv
(uplo: u8, trans: u8, diag: u8, n: i32, ap: &[c32], x: &mut [c32], incx: i32)
src/lib.rs:1406
Functionctrmm
( side: u8, uplo: u8, transa: u8, diag: u8, m: i32, n: i32, alpha: c32, a: &[c
src/lib.rs:2501
Functionctrmv
( uplo: u8, transa: u8, diag: u8, n: i32, a: &[c32], lda: i32, b: &mut [c32],
src/lib.rs:1297
Functionctrsm
( side: u8, uplo: u8, transa: u8, diag: u8, m: i32, n: i32, alpha: c32, a: &[c
src/lib.rs:2530
Functionctrsv
( uplo: u8, trans: u8, diag: u8, n: i32, a: &[c32], lda: i32, x: &mut [c32], i
src/lib.rs:1358
Functiondasum
(n: i32, x: &[f64], incx: i32)
src/lib.rs:206
Functiondaxpy
(n: i32, alpha: f64, x: &[f64], incx: i32, y: &mut [f64], incy: i32)
src/lib.rs:181
Functiondcopy
(n: i32, x: &[f64], incx: i32, y: &mut [f64], incy: i32)
src/lib.rs:176
Functionddot
(n: i32, x: &[f64], incx: i32, y: &[f64], incy: i32)
src/lib.rs:186
Functiondgbmv
( trans: u8, m: i32, n: i32, kl: i32, ku: i32, alpha: f64, a: &[f64], lda: i32
src/lib.rs:820
Functiondgemm
( transa: u8, transb: u8, m: i32, n: i32, k: i32, alpha: f64, a: &[f64], lda:
src/lib.rs:2110
Functiondgemv
( trans: u8, m: i32, n: i32, alpha: f64, a: &[f64], lda: i32, x: &[f64], incx:
src/lib.rs:791
Functiondger
( m: i32, n: i32, alpha: f64, x: &[f64], incx: i32, y: &[f64], incy: i32, a: &
src/lib.rs:1056
Functiondnrm2
(n: i32, x: &[f64], incx: i32)
src/lib.rs:196
Functiondrot
(n: i32, x: &mut [f64], incx: i32, y: &mut [f64], incy: i32, c: f64, s: f64)
src/lib.rs:149
Functiondrotg
(a: &mut f64, b: &mut f64, c: &mut f64, s: &mut f64)
src/lib.rs:139
Functiondrotm
(n: i32, x: &mut [f64], incx: i32, y: &mut [f64], incy: i32, param: &[f64])
src/lib.rs:154
Functiondrotmg
(d1: &mut f64, d2: &mut f64, x1: &mut f64, y1: f64, param: &mut [f64])
src/lib.rs:144
Functiondsbmv
( uplo: u8, n: i32, k: i32, alpha: f64, a: &[f64], lda: i32, x: &[f64], incx:
src/lib.rs:880
Functiondscal
(n: i32, a: f64, x: &mut [f64], incx: i32)
src/lib.rs:171
Functiondsdot
(n: i32, x: &[f32], incx: i32, y: &[f32], incy: i32)
src/lib.rs:191
Functiondspmv
( uplo: u8, n: i32, alpha: f64, ap: &[f64], x: &[f64], incx: i32, beta: f64, y
src/lib.rs:909
Functiondspr
(uplo: u8, n: i32, alpha: f64, x: &[f64], incx: i32, ap: &mut [f64])
src/lib.rs:1094
Functiondspr2
( uplo: u8, n: i32, alpha: f64, x: &[f64], incx: i32, y: &[f64], incy: i32, ap
src/lib.rs:1131
Functiondswap
(n: i32, x: &mut [f64], incx: i32, y: &mut [f64], incy: i32)
src/lib.rs:166
Functiondsymm
( side: u8, uplo: u8, m: i32, n: i32, alpha: f64, a: &[f64], lda: i32, b: &[f6
src/lib.rs:2143
Functiondsymv
( uplo: u8, n: i32, alpha: f64, a: &[f64], lda: i32, x: &[f64], incx: i32, bet
src/lib.rs:853
Functiondsyr
(uplo: u8, n: i32, alpha: f64, x: &[f64], incx: i32, a: &mut [f64], lda: i32)
src/lib.rs:1081
Functiondsyr2
( uplo: u8, n: i32, alpha: f64, x: &[f64], incx: i32, y: &[f64], incy: i32, a:
src/lib.rs:1106
Functiondsyr2k
( uplo: u8, trans: u8, n: i32, k: i32, alpha: f64, a: &[f64], lda: i32, b: &[f
src/lib.rs:2201
Functiondsyrk
( uplo: u8, trans: u8, n: i32, k: i32, alpha: f64, a: &[f64], lda: i32, beta:
src/lib.rs:2174
Functiondtbmv
( uplo: u8, trans: u8, diag: u8, n: i32, k: i32, a: &[f64], lda: i32, x: &mut
src/lib.rs:957
Functiondtbsv
( uplo: u8, trans: u8, diag: u8, n: i32, k: i32, a: &[f64], lda: i32, x: &mut
src/lib.rs:1018
Functiondtpmv
(uplo: u8, trans: u8, diag: u8, n: i32, ap: &[f64], x: &mut [f64], incx: i32)
src/lib.rs:982
Functiondtpsv
(uplo: u8, trans: u8, diag: u8, n: i32, ap: &[f64], x: &mut [f64], incx: i32)
src/lib.rs:1043
Functiondtrmm
( side: u8, uplo: u8, transa: u8, diag: u8, m: i32, n: i32, alpha: f64, a: &[f
src/lib.rs:2232
Functiondtrmv
( uplo: u8, transa: u8, diag: u8, n: i32, a: &[f64], lda: i32, b: &mut [f64],
src/lib.rs:934
Functiondtrsm
( side: u8, uplo: u8, transa: u8, diag: u8, m: i32, n: i32, alpha: f64, a: &[f
src/lib.rs:2261
Functiondtrsv
( uplo: u8, trans: u8, diag: u8, n: i32, a: &[f64], lda: i32, x: &mut [f64], i
src/lib.rs:995
next →1–100 of 181, ranked by callers