Daniel Duffy
C++ author, trainer
- Joined
- 10/4/07
- Messages
- 10,436
- Points
- 648
What are the applications in finance for fixed-size matrices?
I can't think of something off the top of my head. Overly-simplistic examples I could think of.What are the applications in finance for fixed-size matrices?
I didn't know of expression templates, pretty cool - so essentially you create an expression tree using these proxy objects and when the template is repetitively instantiated, it becomes like a single operation instead of multiple computations with temporary objects.Always good to think of problems up front. Otherwise it's a solution looking for a problem.
Tiny Vector Matrix library using Expression Templates
This Tiny Vector and Matrix C++ template libary uses Meta Templates and Expression Templates to evaluate results at compile time - to make it fast for low order (tiny) systems.tvmet.sourceforge.net
it looks alike to the previous post, but it does something completely different??
wazzup
This traversal visits several trees, INDEX carries on its value throughout a chain of trees ; idem min, max.Can you remove ++index and put it into function call ... toFile(.... index++)?
Of course, I'm guessing.