.TH "blas1_grp" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME blas1_grp \- Level 1 BLAS: vector ops .SH SYNOPSIS .br .PP .SS "Topics" .in +1c .ti -1c .RI "\fBasum: sum | real( x_i ) | + | imag( x_i ) |\fP" .br .ti -1c .RI "\fBsum1: sum | x_i | (in LAPACK)\fP" .br .ti -1c .RI "\fBaxpy: y = ax + y\fP" .br .ti -1c .RI "\fBcopy: y = x\fP" .br .ti -1c .RI "\fBdot: x^H x and x^T x\fP" .br .ti -1c .RI "\fBiamax: argmax_i | real( x_i ) | + | imag( x_i ) |\fP" .br .ti -1c .RI "\fBimax1: argmax_i | x_i | (in LAPACK)\fP" .br .ti -1c .RI "\fBnrm2: || x ||_2\fP" .br .ti -1c .RI "\fBscal: x = alpha x\fP" .br .ti -1c .RI "\fBswap: x <=> y\fP" .br .ti -1c .RI "\fB— Givens/Jacobi plane rotations —\fP" .br .ti -1c .RI "\fBrot: apply plane rotation ([cz]rot in LAPACK)\fP" .br .ti -1c .RI "\fBrotg: generate plane rotation (cf\&. lartg)\fP" .br .ti -1c .RI "\fBrotm: apply modified (fast) plane rotation\fP" .br .ti -1c .RI "\fBrotmg: generate modified (fast) plane rotation\fP" .br .in -1c .SH "Detailed Description" .PP .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.