| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Complex64Array.
Test if a value is a Complex64Array.
Create a complex number typed array.
Fill a single-precision complex floating-point strided array with a specified scalar constant.
Test if a value is a Complex64Array.
Test if a value is a complex typed array.
Create an array filled with NaNs and having a specified length.
Copy all or part of a matrix A to another matrix B.
Create an array filled with NaNs and having the same length and data type as a provided array.
Fill a single-precision complex floating-point strided array with linearly spaced numeric elements which increment by `1` starting from a specified value.
Replicate each element in a single-precision complex floating-point strided array a specified number of times.
Fill a single-precision complex floating-point strided array with linearly spaced numeric elements which increment by `1` starting from zero.
Subtract a scalar constant from each element in a single-precision complex floating-point strided array `x` and assign the results to elements in a single-precision complex floating-point strided array `w`.
Perform an in-place copy of elements within a single-precision complex floating-point strided array.
Add a scalar constant to each element in a single-precision complex floating-point strided array `x` and assign the results to elements in a single-precision complex floating-point strided array `w`.
Performs one of the matrix-vector operations `y = α*A*x + β*y` or `y = α*A^T*x + β*y` or `y = α*A^H*x + β*y`.
Return the index of the first truthy element in a single-precision complex floating-point strided array.
Calculate the k-th discrete forward difference of a single-precision complex floating-point strided array.
Subtract elements of a single-precision complex floating-point strided array `y` from the corresponding elements of a single-precision complex floating-point strided array `x` and assign the results to elements in a single-precision complex floating-point strided array `w`.
Return the index of the last row in a single-precision complex floating-point input matrix which has the same elements as a provided search vector.
Add a description, image, and links to the complex64array topic page so that developers can more easily learn about it.
To associate your repository with the complex64array topic, visit your repo's landing page and select "manage topics."
| Back | FazBrowse Home | New Git URL |