1 # ifndef CPPAD_SPEED_DET_33_HPP 
    2 # define CPPAD_SPEED_DET_33_HPP 
   97 template <
class Vector>
 
   98      bool det_33(
const Vector &x, 
const Vector &d)
 
  104           check += x[0] * ( x[4] * x[8] - x[5] * x[7] );
 
  105           check -= x[1] * ( x[3] * x[8] - x[5] * x[6] );
 
  106           check += x[2] * ( x[3] * x[7] - x[4] * x[6] );
 
bool det_33(const Vector &x, const Vector &d)
bool NearEqual(const Type &x, const Type &y, const Type &r, const Type &a)