matrix library

Ilya Yaroshenko via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Aug 22 23:08:42 PDT 2016


On Monday, 23 May 2016 at 07:28:20 UTC, Vlad Levenfeld wrote:
> https://github.com/evenex/linalg
>
> I've some heard people (including me) asking about matrix 
> libraries for D, and while there is gl3n it only goes to 4x4 
> matrices and was written before all the multidimensional 
> indexing stuff.
>
> [...]

Generic matrix-matrix multiplication is available in Mir  version 
0.16.0-beta2
http://docs.mir.dlang.io/latest/mir_glas_gemm.html
It should be compiled with recent LDC beta, and -mcpu=native flag.


More information about the Digitalmars-d-announce mailing list