| 30 | UnaryEnergy::~UnaryEnergy() { |
| 31 | } |
| 32 | VectorXf UnaryEnergy::parameters() const { |
| 33 | return VectorXf(); |
| 34 | } |
| 35 | void UnaryEnergy::setParameters( const VectorXf & v ) { |
| 36 | } |
| 37 | VectorXf UnaryEnergy::gradient( const MatrixXf & b ) const { |
no test coverage detected