Minsky
|
Go to the source code of this file.
Classes | |
struct | minsky::FallBackToScalar |
class | minsky::EvalCommon |
A place to store common data shared between TensorVarVals within a give calculation. More... | |
struct | minsky::TensorsFromPort |
class | minsky::TensorOpFactory |
As it says on the tin, this is a factory for creating a TensorOp which can compute the result of op applied to its arguments and so on until all the argument terminate in variables. More... | |
struct | minsky::DerivativeMixin |
support for partial derivatives needed for implicit method More... | |
struct | minsky::TensorVarValBase< VV, I > |
struct | minsky::TensorVarVal |
class | minsky::TensorEval |
A helper to evaluate a variable value. More... | |
Namespaces | |
minsky | |
Creation and access to the minskyTCL_obj object, which has code to record whenever Minsky's state changes. | |
Typedefs | |
using | minsky::ConstTensorVarVal = TensorVarValBase<> |