Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Mar 3, 2024
1 parent ba08313 commit 543d0e9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

6 changes: 6 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
#
# Contributors listed in alphabetical order.

Adarsh Palaskar <83298237+adarshpalaskar1@users.noreply.github.com>
Aditya Sapra <110766802+adityacodes30@users.noreply.github.com>
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
Ali Salesi <ali_sal1381@yahoo.com>
Aman Bhansali <92033532+aman-095@users.noreply.github.com>
Amit Jimiwal <amitjimiwal45@gmail.com>
Athan Reines <kgryte@gmail.com>
Brendan Graetz <bguiz@users.noreply.github.com>
Expand Down Expand Up @@ -41,17 +43,21 @@ Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
Pranav Goswami <goswami.4@iitj.ac.in>
Praneki <97080887+PraneGIT@users.noreply.github.com>
Pratik <97464067+Pratik772846@users.noreply.github.com>
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
Ricky Reusser <rsreusser@gmail.com>
Robert Gislason <gztown2216@yahoo.com>
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
Rutam <138517416+performant23@users.noreply.github.com>
Ryan Seal <splrk@users.noreply.github.com>
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
Shraddheya Shendre <shendreshraddheya@gmail.com>
Shubham <shubh622005@gmail.com>
Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com>
Spandan Barve <114365550+marsian83@users.noreply.github.com>
Stephannie Jiménez Gacha <steff456@hotmail.com>
Utkarsh <137638507+Ut-the-pro@users.noreply.github.com>
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
orimiles5 <97595296+orimiles5@users.noreply.github.com>
rei2hu <reimu@reimu.ws>
utkarsh_raj <49344502+rajutkarsh07@users.noreply.github.com>
4 changes: 2 additions & 2 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1556,8 +1556,8 @@ base.strided.ddeg2rad,"var x = new Float64Array( [ 0.0, 30.0, 45.0, 60.0 ] );\nv
base.strided.ddeg2rad.ndarray,"var x = new Float64Array( [ 0.0, 30.0, 45.0, 60.0 ] );\nvar y = new Float64Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nbase.strided.ddeg2rad.ndarray( x.length, x, 1, 0, y, 1, 0 )\nx = new Float64Array( [ 0.0, 30.0, 45.0, 60.0 ] );\ny = new Float64Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.ddeg2rad.ndarray( N, x, 2, 1, y, -1, y.length-1 )\n"
base.strided.ddot,"var x = new Float64Array( [ 4.0, 2.0, -3.0, 5.0, -1.0 ] );\nvar y = new Float64Array( [ 2.0, 6.0, -1.0, -4.0, 8.0 ] );\nvar out = base.strided.ddot( x.length, x, 1, y, 1 )\nx = new Float64Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );\ny = new Float64Array( [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ] );\nout = base.strided.ddot( 3, x, 2, y, -1 )\nx = new Float64Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );\ny = new Float64Array( [ 7.0, 8.0, 9.0, 10.0, 11.0, 12.0 ] );\nvar x1 = new Float64Array( x.buffer, x.BYTES_PER_ELEMENT*1 );\nvar y1 = new Float64Array( y.buffer, y.BYTES_PER_ELEMENT*3 );\nout = base.strided.ddot( 3, x1, -2, y1, 1 )\n"
base.strided.ddot.ndarray,"var x = new Float64Array( [ 4.0, 2.0, -3.0, 5.0, -1.0 ] );\nvar y = new Float64Array( [ 2.0, 6.0, -1.0, -4.0, 8.0 ] );\nvar out = base.strided.ddot.ndarray( x.length, x, 1, 0, y, 1, 0 )\nx = new Float64Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );\ny = new Float64Array( [ 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 ] );\nout = base.strided.ddot.ndarray( 3, x, 2, 0, y, 2, 0 )\nx = new Float64Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 ] );\ny = new Float64Array( [ 7.0, 8.0, 9.0, 10.0, 11.0, 12.0 ] );\nout = base.strided.ddot.ndarray( 3, x, -2, x.length-1, y, 1, 3 )\n"
base.strided.dfill,"var x = new Float64Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, -1.0, -3.0 ] );\nbase.strided.dfill( x.length, 5.0, x, 1 )\nx = new Float64Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, -1.0, -3.0 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.dfill( N, 5.0, x, 2 )\nvar x0 = new Float64Array( [ 1.0, -2.0, 3.0, -4.0, 5.0, -6.0 ] );\nvar x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nN = base.floor( x0.length / 2 );\nbase.strided.dfill( N, 5.0, x1, 2 )\nx0\n"
base.strided.dfill.ndarray,"var x = new Float64Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, -1.0, -3.0 ] );\nbase.strided.dfill.ndarray( x.length, 5.0, x, 1, 0 )\nx = new Float64Array( [ 1.0, -2.0, 3.0, -4.0, 5.0, -6.0 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.dfill.ndarray( N, 5.0, x, 2, 1 )\n"
base.strided.dfill,"var x = new Float64Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, -1.0, -3.0 ] );\nbase.strided.dfill( x.length, 5.0, x, 1 )\nx = new Float64Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, -1.0, -3.0 ] );\nbase.strided.dfill( 3, 5.0, x, 2 )\nvar x0 = new Float64Array( [ 1.0, -2.0, 3.0, -4.0, 5.0, -6.0 ] );\nvar x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nbase.strided.dfill( 3, 5.0, x1, 2 )\nx0\n"
base.strided.dfill.ndarray,"var x = new Float64Array( [ -2.0, 1.0, 3.0, -5.0, 4.0, -1.0, -3.0 ] );\nbase.strided.dfill.ndarray( x.length, 5.0, x, 1, 0 )\nx = new Float64Array( [ 1.0, -2.0, 3.0, -4.0, 5.0, -6.0 ] );\nbase.strided.dfill.ndarray( 3, 5.0, x, 2, 1 )\n"
base.strided.dfloor,"var x = new Float64Array( [ -1.1, 1.1, 3.8, 4.5 ] );\nvar y = new Float64Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nbase.strided.dfloor( x.length, x, 1, y, 1 )\nvar N = base.floor( x.length / 2 );\ny = new Float64Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nbase.strided.dfloor( N, x, 2, y, -1 )\nvar x0 = new Float64Array( [ -1.1, 1.1, 3.8, 4.5 ] );\nvar y0 = new Float64Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nvar x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nvar y1 = new Float64Array( y0.buffer, y0.BYTES_PER_ELEMENT*2 );\nN = base.floor( x0.length / 2 );\nbase.strided.dfloor( N, x1, -2, y1, 1 )\ny0\n"
base.strided.dfloor.ndarray,"var x = new Float64Array( [ -1.1, 1.1, 3.8, 4.5 ] );\nvar y = new Float64Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nbase.strided.dfloor.ndarray( x.length, x, 1, 0, y, 1, 0 )\nx = new Float64Array( [ -1.1, 1.1, 3.8, 4.5 ] );\ny = new Float64Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nvar N = base.floor( x.length / 2 );\nbase.strided.dfloor.ndarray( N, x, 2, 1, y, -1, y.length-1 )\n"
base.strided.dinv,"var x = new Float64Array( [ -20.0, -1.0, 2.0, 4.0 ] );\nvar y = new Float64Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nbase.strided.dinv( x.length, x, 1, y, 1 )\nvar N = base.floor( x.length / 2 );\ny = new Float64Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nbase.strided.dinv( N, x, 2, y, -1 )\nvar x0 = new Float64Array( [ -20.0, -1.0, 2.0, 4.0 ] );\nvar y0 = new Float64Array( [ 0.0, 0.0, 0.0, 0.0 ] );\nvar x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );\nvar y1 = new Float64Array( y0.buffer, y0.BYTES_PER_ELEMENT*2 );\nN = base.floor( x0.length / 2 );\nbase.strided.dinv( N, x1, -2, y1, 1 )\ny0\n"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 543d0e9

Please sign in to comment.