PLearn 0.1
Classes | Namespaces | Functions
DeterminantVariable.h File Reference
#include "UnaryVariable.h"
Include dependency graph for DeterminantVariable.h:
This graph shows which files directly or indirectly include this file:

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)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines