@stdlib/blas-base-daxpy
Multiply a vector x by a constant and add the result to y.
Multiply a vector x by a constant and add the result to y.
Performs the rank 1 operation A = alpha⋅x⋅y^T + A.
Calculate the L2-norm of a double-precision floating-point vector.
Apply a plane rotation.
Construct a Givens plane rotation.
Apply a modified Givens transformation.
Multiply a double-precision floating-point vector by a constant.
Evaluate the identity function for a double-precision floating-point number.
Return the maximum safe integer capable of being represented by a numeric real type.
Return the maximum safe integer capable of being represented by a numeric real type.
Return the minimum safe integer capable of being represented by a numeric real type.
Return the minimum safe integer capable of being represented by a numeric real type.
Return the maximum finite value capable of being represented by a numeric real type.
Return the maximum finite value capable of being represented by a numeric real type.
Return the smallest positive normal value capable of being represented by a numeric real type.
Return the smallest positive normal value capable of being represented by a numeric real type.
Typed array pool.
Complex128Array.
Create an uninitialized array having a specified length.
Create an uninitialized array having the same length and data type as a provided array.