LAPACK
3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
Modules
Level 1 BLAS: vector ops
BLAS
Collaboration diagram for Level 1 BLAS: vector ops:
This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.
Modules
asum: sum | real( x_i ) | + | imag( x_i ) |
sum1: sum | x_i | (in LAPACK)
axpy: y = ax + y
copy: y = x
dot: x^H x and x^T x
iamax: argmax_i | real( x_i ) | + | imag( x_i ) |
imax1: argmax_i | x_i | (in LAPACK)
nrm2: || x ||_2
scal: x = alpha x
swap: x <=> y
— Givens/Jacobi plane rotations —
rot: apply plane rotation ([cz]rot in LAPACK)
rotg: generate plane rotation (cf. lartg)
rotm: apply modified (fast) plane rotation
rotmg: generate modified (fast) plane rotation
Detailed Description
Generated on Tue Nov 28 2023 11:55:27 for LAPACK by
1.9.7