Alec Jacobson (@_alecjacobson) 's Twitter Profile
Alec Jacobson

@_alecjacobson

Associate Professor, Computer Science, University of Toronto; Adobe Research Toronto

ID: 775393656693850112

linkhttp://www.cs.toronto.edu/~jacobson/ calendar_today12-09-2016 18:00:28

2,2K Tweet

5,5K Takipçi

51 Takip Edilen

Alec Jacobson (@_alecjacobson) 's Twitter Profile Photo

🖖 #include <autodiff/reverse/var.hpp> template <typename T> T f(T & x) { // "clever" branch to avoid 0/0 at x=0 if(x == 0.0) return 1.0; return sin(x)/x + x*(x-1.0); }