PLearn 0.1
|
#include "UnaryVariable.h"
Go to the source code of this file.
Classes | |
class | PLearn::DeterminantVariable |
The argument must be a square matrix Var and the result is its determinant. More... | |
class | PLearn::DiffTemplate< ObjectType, DeterminantVariable > |
class | PLearn::TypeTraits< DeterminantVariable > |
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
Object * | PLearn::toObjectPtr (const DeterminantVariable &o) |
PStream & | PLearn::operator>> (PStream &in, DeterminantVariable &o) |
PStream & | PLearn::operator>> (PStream &in, DeterminantVariable *&o) |
PStream & | PLearn::operator<< (PStream &out, const DeterminantVariable &o) |
PStream & | PLearn::operator>> (PStream &in, PP< DeterminantVariable > &o) |
template<class ObjectType > | |
int | PLearn::diff (const string &refer, const string &other, const Option< ObjectType, DeterminantVariable > *opt, PLearnDiff *diffs) |
Var | PLearn::det (Var m) |