lines 8-42 of file: cpp/xam/gradient/check_grad_det.hpp {xrst_begin check_grad_det.hpp} Check C++ Gradient of Determinant ################################# Syntax ****** | |tab| ``# include "check_grad_det.hpp"`` | |tab| *ok* = ``check_grad_det`` ( *grad_det* ) Prototype ********* {xrst_literal // BEGIN PROTOTYPE // END PROTOTYPE } grad_det ******** Is a :ref:`cpp_fun_obj-name` object that computes the gradient for the ref:`cpp_det_by_minor-name` algorithm. ok ** is true (false) if the gradient passes (fails) the test. Source Code *********** {xrst_literal // BEGIN C++ // END C++ } {xrst_end check_grad_det.hpp}