PLearn 0.1
Classes | Namespaces | Functions
TimesConstantVariable.h File Reference
#include "UnaryVariable.h"
#include <plearn/base/stringutils.h>
Include dependency graph for TimesConstantVariable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::TimesConstantVariable
 multiplies a matrix var by a scalar constant More...
class  PLearn::DiffTemplate< ObjectType, TimesConstantVariable >
class  PLearn::TypeTraits< TimesConstantVariable >

Namespaces

namespace  PLearn
 

< for swap


Functions

Object * PLearn::toObjectPtr (const TimesConstantVariable &o)
PStream & PLearn::operator>> (PStream &in, TimesConstantVariable &o)
PStream & PLearn::operator>> (PStream &in, TimesConstantVariable *&o)
PStream & PLearn::operator<< (PStream &out, const TimesConstantVariable &o)
PStream & PLearn::operator>> (PStream &in, PP< TimesConstantVariable > &o)
template<class ObjectType >
int PLearn::diff (const string &refer, const string &other, const Option< ObjectType, TimesConstantVariable > *opt, PLearnDiff *diffs)
Var PLearn::operator* (Var v, real cte)
Var PLearn::operator* (real cte, Var v)
Var PLearn::operator/ (Var v, real cte)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines