hujinshui / bcslib

Automatically exported from code.google.com/p/bcslib
0 stars 0 forks source link

Expression construction and evaluation trace #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Provides some devices to log the process of expression construction and 
evaluation.

Of course, it should only be turned on when explicitly asked to do so. 
(Use a macro to control this)

A template class with the following declaration. 

template<class Expr> matrix_expr_inspector;

Original issue reported on code.google.com by linda...@gmail.com on 1 May 2012 at 2:47