issues
search
dlewissandy
/
lambda-blas
Native Haskell implementation of the BLAS library
BSD 3-Clause "New" or "Revised" License
9
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
why did this project stalled?
#82
Magalame
opened
5 years ago
0
Issues 66-68
#81
dlewissandy
closed
7 years ago
0
ISSUES #69 #70 #71 #72 #73 - added ddot, daxpy, dscal, dcopy and dswa…
#80
dlewissandy
closed
7 years ago
0
Implement dnrm2, dasum and idamax functions
#79
dlewissandy
closed
7 years ago
0
Issue 65
#78
dlewissandy
closed
7 years ago
0
As a software developer of scientific software, I need a native Haskell implementation of the idamax function so that I can compute the index of the absolute maximum element in a vector in a type-safe, thread safe manner.
#77
dlewissandy
closed
7 years ago
5
As a software developer of scientific software, I need a native Haskell implementation of the dasum function so that I can compute the L1 norm of a vector in a type-safe, thread safe manner.
#76
dlewissandy
closed
7 years ago
5
As a software developer of scientific software, I need a native Haskell implementation of the dnrm2 function so that I can compute the L2 norm of a vector in a type-safe, thread safe manner.
#75
dlewissandy
closed
7 years ago
5
As a software developer of scientific software, I need a native Haskell implementation of the dsdot function so that I can compute the inner product of two vectors with extended precision in a type-safe, thread safe manner.
#74
dlewissandy
opened
7 years ago
0
As a software developer of scientific software, I need a native Haskell implementation of the ddot function so that I can compute the inner product of two vectors in a type-safe, thread safe manner.
#73
dlewissandy
closed
7 years ago
4
As a software developer of scientific software, I need a native Haskell implementation of the daxpy function so that I can linearly combine two vectors in a type-safe, thread safe manner.
#72
dlewissandy
closed
7 years ago
4
As a software developer of scientific software, I need a native Haskell implementation of the dcopy function so that I can copy elements from one vector into another in a type-safe, thread safe manner.
#71
dlewissandy
closed
7 years ago
4
As a software developer of scientific software, I need a native Haskell implementation of the dscal function so that I can multiply a vector by a scalar in a type-safe, thread safe manner.
#70
dlewissandy
closed
7 years ago
4
As a software developer of scientific software, I need a native Haskell implementation of the dswap function so that I can swap elements between two vectors in a type-safe, thread safe manner.
#69
dlewissandy
closed
7 years ago
4
As a software developer of scientific software, I need a native Haskell implementation of the drotm function so that I can apply a modified Givens rotation in a type-safe, thread safe manner.
#68
dlewissandy
closed
7 years ago
3
As a software developer of scientific software, I need a native Haskell implementation of the drot function so that I can apply a Givens rotation in a type-safe, thread safe manner.
#67
dlewissandy
closed
7 years ago
3
As a software developer of scientific software, I need a native Haskell implementation of the drotmg function so that I can setup a modified Givens rotation in a type-safe, thread safe manner.
#66
dlewissandy
closed
7 years ago
3
As a software developer of scientific software, I need a native Haskell implementation of the drotg function so that I can setup a Givens rotation in a type-safe, thread safe manner.
#65
dlewissandy
closed
7 years ago
3
Issue 39
#64
dlewissandy
closed
7 years ago
0
ISSUE #33
#63
dlewissandy
closed
7 years ago
0
ISSUE #37 created srot function, unit tests, haddocks and benchmarks
#62
dlewissandy
closed
7 years ago
0
Issue 41
#61
dlewissandy
closed
7 years ago
0
ISSUE #59 - disabled OSX builds
#60
dlewissandy
closed
7 years ago
0
As a software developer, I would like my configuration managment system to run in less than an hour so that I can rapidly prototype changes.
#59
dlewissandy
closed
7 years ago
1
Issue #40
#58
dlewissandy
closed
7 years ago
1
Issue #34
#57
dlewissandy
closed
7 years ago
0
Issue #42
#56
dlewissandy
closed
7 years ago
0
Issue #38 - Add srotg function
#55
dlewissandy
closed
7 years ago
1
Issue 53
#54
dlewissandy
closed
7 years ago
0
Replace the use of **2.0 with ^2
#53
dlewissandy
closed
7 years ago
1
ISSUE-51 - refactored list implementation for clarity
#52
dlewissandy
closed
7 years ago
0
As a presenter of the simulation results I would like the list and stream implementations of the code to have similar structure to facilitate communiction
#51
dlewissandy
closed
7 years ago
1
ISSUE #49 - added sdot_stream and sdot_list code, benchmarks and tests
#50
dlewissandy
closed
7 years ago
0
As a developer, I would like examples of sdot using stream fusion and build/fold shortcut fusion to use as examples of code refactoring in publications
#49
dlewissandy
closed
7 years ago
1
ISSUE #35
#48
dlewissandy
closed
7 years ago
0
Issue #43
#47
dlewissandy
closed
7 years ago
0
ISSUE #36
#46
dlewissandy
closed
7 years ago
0
Issue #32
#45
dlewissandy
closed
7 years ago
0
As a developer of scientific software, I need a native Haskell implementation of the `isamin` function so that I can compute the index of the minimum absolute value element in a vector in a pure, thread-safe, type-safe manner.
#44
dlewissandy
closed
7 years ago
1
As a developer of scientific software, I need a native Haskell implementation of the `isamax` function so that I can compute the index of the maximum absolute value element in a vector in a thread safe, type safe manner.
#43
dlewissandy
closed
7 years ago
5
As a developer of scientific software, I need a native Haskell implementation of the sscal function so that I can compute the vector/scalar product in a pure, type-safe, thread-safe manner.
#42
dlewissandy
closed
7 years ago
11
As a developer of scientific software, I need a native Haskell implementation of the sswap function so that I can swap elements of vectors in a pure, thread-safe, type-safe manner
#41
dlewissandy
closed
7 years ago
10
As a developer of scientific software, I need a native haskell implementation of the srotmg function so that i can generate modified Givens plane rotations of points in a pure, thread-safe, type-safe manner.
#40
dlewissandy
closed
7 years ago
2
As a developer of scientific software, I need a native Haskell implementation of the srotm function so that I can compute modified Givens plane rotations of points in a pure, type-safe, thread-safe manner
#39
dlewissandy
closed
7 years ago
7
As a developer of scientific software, I need a native Haskell implementation of the srotg function so that I can perform Givens rotation of points in a pure, thread-safe, type-safe manner.
#38
dlewissandy
closed
7 years ago
2
As a developer of scientific software, I need a native Haskell implementation of the srot function so that i can compute plane rotations of points in a pure, type-safe, thread-safe manner.
#37
dlewissandy
closed
7 years ago
6
As a developer of scientific software, I would like a native Haskell implementation of the snrm2 function so that I can compute the Euclidean 2 norm in a pure type-safe, thread-safe manner
#36
dlewissandy
closed
7 years ago
5
As a developer of scientific software, I need a native Haskell implementation of the sdsdot function so that I can compute the dot product of two Float vectors using extra precision in a pure, thread-safe, type-safe manner
#35
dlewissandy
closed
7 years ago
4
As a developer of scientific software, I need a native Haskell implementation of the scopy function so that I can copy vectors in a pure, type-safe, thread-safe manner.
#34
dlewissandy
closed
7 years ago
8
As a software developer of scientific software, I need a native Haskell implementation of the saxpy function so that I can compute the scalar/vector product in a type-safe, thread safe manner.
#33
dlewissandy
closed
7 years ago
7
Next