#include "op.hh"
#include "rnmat.hh"
Go to the source code of this file.
Namespaces | |
namespace | RVL |
Classes | |
class | RVL::CFunction< T, f > |
FO class encapsulating eval of f. More... | |
class | RVL::CJacobian< T, df > |
FO class encapsulating eval of df. More... | |
class | RVL::OpWithGenMatDeriv< T > |
Operator class with matrix Jacobian attribute. More... | |
class | RVL::GenOp< T, f, df > |
Local Operator class based on two C-style functions, one computing the function value, the other computing the Jacobian matrix. More... |