Y
Hacker News
new
|
ask
|
show
|
jobs
by
shele
3815 days ago
Other example: Fixed size matrix multiplication in
https://github.com/SimonDanisch/FixedSizeArrays.jl
depends on element type T and dimensions MxN and NxR:
function *{T, M, N, R}(a::Mat{M, N, T}, b::Mat{N, R, T})