Пример #1
0
 void hessianAt(double const * p, AddressableMatrix<double> & result) const
 {
   checkHessianResultDims(result);
   result.makeZero();
 }
Пример #2
0
 void hessianAt(float const * p, AddressableMatrix<float> & result) const
 {
   checkHessianResultDims(result);
   result.makeZero();
 }