Home
last modified time | relevance | path

Searched refs:get_gradient (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/math/adept/adept-2.0.8/test/
H A Dtest_misc.cpp26 x_ad[0] = x[0].get_gradient(); // Extract the output adjoint for x[0] in algorithm_ad()
27 x_ad[1] = x[1].get_gradient(); // ...and x[1] in algorithm_ad()
28 *Y_ad = Y.get_gradient(); // Input-output adjoint has changed too in algorithm_ad()
H A Dtest_no_lib.cpp34 x_ad[0] = x[0].get_gradient(); // Extract the output adjoint for x[0] in algorithm_ad()
35 x_ad[1] = x[1].get_gradient(); // ...and x[1] in algorithm_ad()
36 *Y_ad = Y.get_gradient(); // Input-output adjoint has changed too in algorithm_ad()
H A Dtest_reduce_active.cpp27 Vector dJdx = x.get_gradient(); \
69 Vector dJdx = x.get_gradient(); in main()
83 Vector dJdx = x.get_gradient(); in main()
H A Dtest_derivatives.cpp28 y[i].get_gradient(dy_dx_adept[i]); \
67 x[i].get_gradient(dz_dx_adept[i]); \
68 y[i].get_gradient(dz_dy_adept[i]); \
H A Dtest_adept.cpp129 x[0].get_gradient(x0_ad); in main()
130 x[1].get_gradient(x1_ad); in main()
H A Dtest_adept_with_and_without_ad.cpp118 x[0].get_gradient(x0_ad); in main()
119 x[1].get_gradient(x1_ad); in main()
H A Dtest_array_derivatives.cpp110 dJ_dx_adept_Array = aX.get_gradient(); in main()
136 dJ_dx_adept_FixedArray = aX.get_gradient(); in main()
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/
H A Dcolorscheme.py62 def get_gradient(self, gradient, gradient_level): member in Colorscheme
110 pick_color = lambda gradient: self.get_gradient(gradient, gradient_level)
/dports/science/mpqc/mpqc-2.3.1/src/lib/math/isosurf/
H A Dedge.cc106 vol->get_gradient(interpnorm); in set_order()
163 vol->get_gradient(norm); in interpolate()
H A Dvolume.h58 void get_gradient(SCVector3& g);
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/qc/wfn/
H A Dwfntest.cc61 ed->get_gradient(edg); in density_test()
66 bed->get_gradient(bedg); in density_test()
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/dialogs/
H A Ddialog_gradient.cpp135 synfigapp::Main::set_gradient(get_gradient()); in on_set_default_pressed()
144 signal_edited_(get_gradient()); in on_changed()
H A Ddialog_gradient.h96 const synfig::Gradient& get_gradient()const { return widget_gradient->get_value(); } in get_gradient() function
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/dialogs/
H A Ddialog_gradient.cpp135 synfigapp::Main::set_gradient(get_gradient()); in on_set_default_pressed()
144 signal_edited_(get_gradient()); in on_changed()
H A Ddialog_gradient.h96 const synfig::Gradient& get_gradient()const { return widget_gradient->get_value(); } in get_gradient() function
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/dialogs/
H A Ddialog_gradient.cpp135 synfigapp::Main::set_gradient(get_gradient()); in on_set_default_pressed()
144 signal_edited_(get_gradient()); in on_changed()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.flow/
H A Dinterpolate.h12 int get_gradient(RASTER3D_Region * region,
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/matrix_free/
H A Dcuda_fe_evaluation.h253 get_gradient(const unsigned int q_point) const;
260 get_gradient() const;
629 get_gradient(const unsigned int q_point) const in get_gradient() function
661 get_gradient() const in get_gradient() function
/dports/math/adept/adept-2.0.8/include/adept/
H A DActiveConstReference.h136 void get_gradient(MyType& gradient) const { in get_gradient() function
140 Type get_gradient() const { in get_gradient() function
/dports/science/py-dlib/dlib-19.22/dlib/optimization/
H A Doptimization_solve_qp2_using_smo_abstract.h132 const column_matrix& get_gradient (
H A Doptimization_solve_qp3_using_smo_abstract.h121 const column_matrix& get_gradient (
/dports/science/dlib-cpp/dlib-19.22/dlib/optimization/
H A Doptimization_solve_qp2_using_smo_abstract.h132 const column_matrix& get_gradient (
H A Doptimization_solve_qp3_using_smo_abstract.h121 const column_matrix& get_gradient (
/dports/science/nwchem-data/nwchem-7.0.2-release/src/cca/Chemistry/server/cxx/
H A DNWChem_Chemistry_QC_Model_Impl.hh227 get_gradient() throw (
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/cca/Chemistry/server/cxx/
H A DNWChem_Chemistry_QC_Model_Impl.hh227 get_gradient() throw (

1234567