Open aman-095 opened 7 months ago
Working on idamax and isamax level 1 routines.
@performant23 That one is already being worked on in https://github.com/stdlib-js/stdlib/pull/2104.
@performant23 Maybe try dznrm2
?
Oh, hey! I think csscal
is different right? In cscal
we have a complex scalar and in csscal
we have a real scalar if I remember correctly.
Ah, you're right. That one should be straightforward.
Hi @kgryte, we would need a generic interface to perform Givens rotation with vectors of other data types like integers, right? If so, I'd like to work on such an interface i.e. grot
to get an idea of how generic g*
interfaces are sampled from their equivalent d*
implementations and also since we have implementations for those available for this package (JS implementation for drot
is reviewed), this should be good to go!
Working on Level 1 routine drotm
@performant23 Yes, go for it. The one thing you need to do is ensure accessor array support. See gcopy
and gswap
for an idea.
Description
This RFC proposes adding BLAS routines. The purpose of this issue is to serve as a tracking issue for adding BLAS routines.
Implementation Status for BLAS Routines
Level 1
Single Precision
Double Precision
Complex Single
Complex Double
Level 2
Single Precision
Double Precision
Complex Single
Complex Double
Level 3
Single Precision
Double Precision
Complex Single
Complex Double
Related Issues
None.
Questions
No.
Other
No.
Checklist
RFC:
.