August 23, 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.
>
> So I was using gl3n for awhile until I needed some 6x6s and threw together a syntax-sugary sort of wrapper over std.experimental.ndslice and cblas for matrix math.

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.


August 23, 2016
On Tuesday, 23 August 2016 at 06:18:54 UTC, Ilya Yaroshenko wrote:
>
> 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.

Glad you are making progress on this front.
1 2
Next ›   Last »