stdlib-js / stdlib-js/stdlib

RFC: add BLAS routine `isamax`

未关闭
#284 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
BLAS difficulty: 3 Feature RFC
主要语言
JavaScript
星标
6k
派生
1.3k
平均合并
1 天 3 小时
30 天内合并 PR
611

描述

## Checklist

> Please ensure the following tasks are completed before submitting a feature request.

- [X] Read and understood the [Code of Conduct][code-of-conduct].
- [X] Searched for existing issues and pull requests.
- [X] The issue name begins with `RFC:`.

## Description

> Description of the feature request.

This RFC proposes to add a routine to find the index of the first element having maximum absolute value in a single-precision floating-point vector, as defined in [BLAS Auxiliary][blas-aux]. Specifically adding `@stdlib/blas/base/isamax` is proposed.

## Related Issues

> Does this feature request have any related issues?

No.

## Questions

> Any questions for reviewers?

No.

## Other

> Any other information relevant to this feature request? This may include screenshots, references, sample output, and/or implementation notes.

No.

[code-of-conduct]: https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md

[blas-aux]: http://www.netlib.org/lapack/explore-html/d0/d73/group__aux__blas.html

贡献指南

打开贡献指南

调研方向

Start by reviewing the proposed @stdlib/blas/base/isamax package and the linked BLAS Auxiliary definition for the expected routine behavior. Determine the package structure and validation requirements from nearby BLAS routines, then confirm that the new routine finds the first maximum absolute value index for a single-precision vector and has the corresponding tests and documentation.

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript
领域
data
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
基本清楚
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。