PLearn 0.1
|
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Var | PLearn::operator+ (Var v, real cte) |
Var | PLearn::operator+ (real cte, Var v) |
Var | PLearn::operator+ (Var v1, Var v2) |
void | PLearn::operator+= (Var &v1, const Var &v2) |
Var | PLearn::operator- (Var v, real cte) |
Var | PLearn::operator- (real cte, Var v) |
Var | PLearn::operator- (Var v1, Var v2) |
void | PLearn::operator-= (Var &v1, const Var &v2) |
Var | PLearn::operator* (Var v1, Var v2) |
element-wise multiplications | |
Var | PLearn::operator/ (real cte, Var v) |
Var | PLearn::operator/ (Var v1, Var v2) |
Var | PLearn::operator== (Var v1, Var v2) |
Var | PLearn::operator!= (Var v1, Var v2) |
Var | PLearn::isdifferent (Var v1, Var v2) |