index
:
STC-modified
master
modified
Fork of STC but some features (soon to be)modified to better fit my requirements.
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
misc
/
examples
/
spans
Age
Commit message (
Expand
)
Author
2023-08-30
Smaller updates.
Tyge Løvset
2023-08-30
Some simplifications. Added i_ndebug macro flag to disable assertions in cspan.
Tyge Lovset
2023-08-21
Changed 'order' to 'layout' in cspan md.
Tyge Løvset
2023-08-21
Some cleanups.
Tyge Løvset
2023-08-21
Merge branch 'master' of github.com:stclib/STC
Tyge Lovset
2023-08-21
Added kokkos submdspan example (did not make it to c++23).
Tyge Lovset
2023-08-19
Polishing cspan.h. Updated multidim.c cspan example.
tylov
2023-08-19
Moved cspan_next() to shared implementation (if chosen).
Tyge Lovset
2023-08-16
matmult.c cleanup.
Tyge Løvset
2023-08-16
Added recursive matrix multiplication example for cspan.
Tyge Løvset
2023-08-14
Simplified printspan.c example
Tyge Løvset
2023-07-24
Improved an issue with cspan.
tylov
2023-07-21
NB! Changed some coroutine API for consistency/simplicity: Added full task su...
tylov
2023-07-21
Renamed badly abbreviated names in crand.h.
tylov
2023-07-20
Moved examples to sub-directories. Added cotask1.c cotask2.c examples.
tylov