Skip to content

Add a lazyEval()

Submitted by Gael Guennebaud

Assigned to Nobody

Link to original bugzilla bug (#1662)

Description

Currently expr.eval() immediately evaluates the expression and returns a plain object. In some (many?) cases it is desirable to only flag a subexpression that it should be evaluated within a temporary at evaluation time.

This was initially discussed in bug #505 (closed).

Blocking

#1608