Content

BLAS Level 2: r

r (defined in namespace flens::blas) computes rank-1 updates for general, symmetric and hermitian matrices.

General Matrix

Note: The following variant is identical with flens::blas::ru below.

alpha

(input)
Scaling factor \(\alpha\).

x

(input) real or complex valued DenseVector
Vector \(x\).

y

(input) real or complex valued DenseVector
Vector \(y\).

A

(input/output) real or complex valued GeMatrix
On entry, the initial matrix \(A\).
On exit, the updated Matrix \(A \leftarrow \alpha x y^T\)

Unconjugated

alpha

(input)
Scaling factor \(\alpha\).

x

(input) real or complex valued DenseVector
Vector \(x\).

y

(input) real or complex valued DenseVector
Vector \(y\).

A

(input/output) real or complex valued GeMatrix
On entry, the initial matrix \(A\).
On exit, the updated Matrix \(A \leftarrow \alpha x y^T\)

Conjugated

Symmetric Matrix

(Todo)

Hermitian Matrix

(Todo) ################################################################################ # # The following CODEREFs are automatically created stubs. # ################################################################################