expression template mathlib preview

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • wogston

    expression template mathlib preview


    Good Evening and Morning gentlemen,

    I have recently been working on a tiny expression template based vector
    library and would like to hear reactions from more experienced C++
    programmers, if the code is shaping into the right direction or if there are
    any dire violations of the ISO C++ Standard, eg. if the code passes
    cursorily glance ; I feel confident that the code is Good Enough, but I'm
    sure my illusion will be shattered momentarily.

    Here is URL for the reference implementation, it is not yet complete so I
    only posting the vector type for review (it is fairly complete):



    It is ~6 KB zip with only sourcecode in it, so do not fear it has viruses in
    it. :)

    I'm aware that the world is full of template libraries like this, but would
    like to hear all the same if this is just average and if so, why, so that I
    know to spend my time on something more productive.


Working...