Minsky
operationType.cc File Reference
#include <vector>
#include "operationType.h"
#include "minsky_epilogue.h"
Include dependency graph for operationType.cc:

Go to the source code of this file.

Namespaces

 minsky
 Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state changes.
 
 minsky::OperationTypeInfo
 

Functions

template<>
int minsky::OperationTypeInfo::numArguments< OperationType::constant > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::euler > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::pi > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::zero > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::one > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::inf > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::percent > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::add > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::subtract > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::multiply > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::divide > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::log > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::pow > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::polygamma > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::lt > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::le > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::eq > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::min > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::max > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::and_ > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::or_ > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::covariance > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::correlation > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::linearRegression > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::userFunction > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::not_ > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::time > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::copy > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::integrate > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::differentiate > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::data > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::sqrt > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::exp > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::ln > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::sin > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::cos > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::tan > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::asin > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::acos > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::atan > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::sinh > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::cosh > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::tanh > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::abs > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::floor > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::frac > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::Gamma > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::fact > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::sum > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::product > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::infimum > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::supremum > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::infIndex > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::supIndex > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::size > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::shape > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::mean > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::median > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::stdDev > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::moment > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::histogram > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::any > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::all > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::runningSum > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::runningProduct > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::difference > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::differencePlus > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::innerProduct > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::outerProduct > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::index > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::gather > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::meld > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::merge > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::slice > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::ravel > ()
 
template<>
int minsky::OperationTypeInfo::numArguments< OperationType::numOps > ()