Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Enhanced math module

Discussions and specifications for such functionality in math module from Tango.

Early plans (no progress)

D programming language support rectangular array and tango have a math module, it will be nice to improve math module with a new template like Matrix, for help developper.

why do that?

When you works with matrix you have always same operation like: getColumn(), getRow(), normalize(), identity() ...

It will be great to add a litlle template who do that.

why do not use another library

  • First in tango they are a math module
  • Secondly everytime someone do a math library the project die
  • Third tango is great project with an important community