Do we need Mat, Vec, TMmat, Diag, Sym and other matrix types?

Martin Tschierschke mt at smartdolphin.de
Tue Mar 13 15:47:36 UTC 2018


On Tuesday, 13 March 2018 at 14:13:02 UTC, jmh530 wrote:
[...]
> https://en.wikipedia.org/wiki/Row-_and_column-major_order

I think for mathematics it is more important for easy handling,
to be able to get the element of a matrix a_ij by a(i,j) and not 
only by a[i-1,j-1].

The underlying storage concept is less important and depends just 
on the used libs, which should be the best (fastest) available 
for the purpose.


More information about the Digitalmars-d mailing list