Re: Lubeck: Hight Level Linear Algebra for Dlang

2017-06-17 Thread data pulverizer via Digitalmars-d-announce
On Tuesday, 13 June 2017 at 08:26:20 UTC, 9il wrote: Hi I am pleased to announce the Lubeck [1] linear algebra library for Dlang. It is very easy to use and it has been tested in real world. The following functionality is implemented: 1. `mtimes` - General matrix-matrix, row-matrix,

Re: Lubeck: Hight Level Linear Algebra for Dlang

2017-06-15 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 15 June 2017 at 14:23:29 UTC, jmh530 wrote: mir.ndslice.slice has CanonicalMatrix/ContinguousMatrix, and similar versions for vectors and tensors and all the algorithms that operate on ranges in mir seem to work fine with them. Ilya has expressed his intention in the past for

Re: Lubeck: Hight Level Linear Algebra for Dlang

2017-06-15 Thread jmh530 via Digitalmars-d-announce
On Thursday, 15 June 2017 at 13:44:33 UTC, Nordlöw wrote: On Thursday, 15 June 2017 at 12:22:25 UTC, Nordlöw wrote: On Tuesday, 13 June 2017 at 08:26:20 UTC, 9il wrote: [1] http://code.dlang.org/packages/lubeck https://github.com/kaleidicassociates/lubeck/tree/master/example Nice. Will

Re: Lubeck: Hight Level Linear Algebra for Dlang

2017-06-15 Thread Nordlöw via Digitalmars-d-announce
On Thursday, 15 June 2017 at 12:22:25 UTC, Nordlöw wrote: On Tuesday, 13 June 2017 at 08:26:20 UTC, 9il wrote: [1] http://code.dlang.org/packages/lubeck https://github.com/kaleidicassociates/lubeck/tree/master/example Nice. Will there be any matrix, vector, scalar, types with operator

Re: Lubeck: Hight Level Linear Algebra for Dlang

2017-06-15 Thread Nordlöw via Digitalmars-d-announce
On Tuesday, 13 June 2017 at 08:26:20 UTC, 9il wrote: [1] http://code.dlang.org/packages/lubeck https://github.com/kaleidicassociates/lubeck/tree/master/example Nice. Will there be any matrix, vector, scalar, types with operator overloads?

Lubeck: Hight Level Linear Algebra for Dlang

2017-06-13 Thread 9il via Digitalmars-d-announce
Hi I am pleased to announce the Lubeck [1] linear algebra library for Dlang. It is very easy to use and it has been tested in real world. See the dub project example [9] to start. libblas, libcblas, and liblapack should be installed and defined in user's DUB configuration. Alternatively,