summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/spans/matmult.c
AgeCommit message (Collapse)Author
2023-08-30Smaller updates.Tyge Løvset
2023-08-21Changed 'order' to 'layout' in cspan md.Tyge Løvset
Neigher the 'C' / 'F' convension from python, nor left / right from std::mdspan are great names => changed to c_ROWMAJOR / c_COLMAJOR like in matlab.
2023-08-19Moved cspan_next() to shared implementation (if chosen).Tyge Lovset
2023-08-16matmult.c cleanup.Tyge Løvset
2023-08-16Added recursive matrix multiplication example for cspan.Tyge Løvset