Linear Algebra
Matrix Operations Calculator
Perform BLAS-level vector and matrix operations. Implementations follow stdlib's @stdlib/blas/base API.
Operation
y = 2x + y
7.0000
8.0000
9.0000
10.0000
11.0000
Vector Comparison
BLAS Reference
DAXPY
y = αx + y
DDOT
result = xᵀy
DSCAL
x = αx
DNRM2
‖x‖₂
DGEMV
y = αAx + βy