@stdlib/blas-base-matrix-triangles
BLAS matrix triangles.
BLAS matrix triangles.
Return the BLAS operation side string associated with a BLAS operation side enumeration constant.
Return the enumeration constant associated with a supported BLAS operation side value.
Return the operation side string associated with a supported BLAS operation side value.
Return the enumeration constant associated with a BLAS operation side.
BLAS operation sides.
Special math functions.
Strided array math functions.
Strided array math operations.
Element-wise addition of two strided arrays.
Element-wise addition of two strided arrays via a callback function.
Element-wise multiplication of two strided arrays.
Element-wise multiplication of two strided arrays via a callback function.
Element-wise subtraction of two strided arrays.
Element-wise subtraction of two strided arrays via a callback function.
Strided array special math functions.
Compute the absolute value for each element in a strided array.
Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.
Compute the squared absolute value for each element in a strided array.
Compute the squared absolute value of each element retrieved from an input strided array via a callback function.