| 35 | void UnaryEnergy::setParameters( const VectorXf & v ) { |
| 36 | } |
| 37 | VectorXf UnaryEnergy::gradient( const MatrixXf & b ) const { |
| 38 | return VectorXf(); |
| 39 | } |
| 40 | |
| 41 | |
| 42 | ConstUnaryEnergy::ConstUnaryEnergy( const MatrixXf & u ):unary_(u) { |
no test coverage detected