DIP80: phobos additions

Ilya Yaroshenko via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 9 09:45:23 PDT 2015


On Tuesday, 9 June 2015 at 16:16:39 UTC, Dennis Ritchie wrote:
> On Tuesday, 9 June 2015 at 16:14:24 UTC, Dennis Ritchie wrote:
>> To solve these problems you need something like Blas. Perhaps 
>> BLAS - it's more practical way to enrich D techniques for 
>> working with matrices.
>
> Actually, that's what you need to realize in D:
> http://www.boost.org/doc/libs/1_58_0/libs/numeric/ublas/doc/index.html

This is very good stuff. However I want to create something more 
simple:

[1]. n-dimensional slices (without matrix multiplication, 
"RowMajor/..." and other math features)
[2]. netlib like standart CBLAS API at `etc.blas.cblas`
[3]. High level bindings to connect [1] and 1-2D subset of [2].


More information about the Digitalmars-d mailing list