13#ifndef MINOTAURGRADIENT_H
14#define MINOTAURGRADIENT_H
16#include "linalg/Vector.h"
31 virtual void initialize() {};
34 virtual UInt getNumNz()
const {};
37 virtual LinearAlgebra::ConstDoubleVectorPtr
38 eval(
const std::vector<double> &x)
const { assert(!
"implement me!"); }
41 virtual LinearAlgebra::ConstDoubleVectorPtr
42 eval (LinearAlgebra::ConstDoubleVectorPtr x) { assert(!
"implement me!"); }
Define the Variable class.
Definition: Gradient.h:21
Definition: ActiveNodeStore.h:20
unsigned int UInt
Unsigned integer.
Definition: Types.h:30