Rutam

Results 9 issues of Rutam

**Issue:** closes #10479 **Similarweb rank:** 3039 ### Checklist - [x] I updated the JSON data in `_data/simple-icons.json` - [x] I optimized the icon with SVGO or SVGOMG - [x] The...

new icon

### p5.js version _No response_ ### What is your operating system? Windows ### Web browser and version 121.0.6167.140 (Official Build) (64-bit) (cohort: Stable) ### Actual Behavior Not sure if this...

Bug
Mobile

**Issue:** closes #10495 **Similarweb rank:** 23,173 ### Checklist - [x] I updated the JSON data in `_data/simple-icons.json` - [x] I optimized the icon with SVGO or SVGOMG - [x] The...

new icon
permission required

If applied, this commit will add the package `blas/base/grot` ## Description > What is the purpose of this pull request? Add the package, `blas/base/grot` which serves as a generic JavaScript...

Feature
BLAS

### Description This RFC proposes adding the generic JavaScript interface `grot` to apply plane rotation on input arrays of any type. ### Related Issues N/A ### Questions No. ### Other...

If applied, this commit will add the package `blas/base/csscal` which effectively scales a complex single-precision floating-point vector by a real single-precision floating-point constant. ## Description This pull request: - includes...

Feature
Native Addons
BLAS
Fortran
C

### Description This RFC proposes adding the package `@stdlib/blas/base/zdotu` for performing dot product of 2 complex double-precision vectors: ```c void c_zdotu( const int *N, const void *X, const int *strideX,...

Feature
difficulty: 3
Native Addons
Accepted
BLAS
priority: High
JavaScript
Fortran
C

### Description This RFC proposes adding the package `@stdlib/blas/base/csscal` for scaling a single-precision complex number by a real constant: ```c void csscal(const int N, const float alpha, void *X, const...

Updated examples to span over the functionalities implemented in the namespace. Resolves #1589 ## Description > What is the purpose of this pull request? Provide better examples for the namespace...

Enhancement
Needs Review
Documentation
Needs Changes