Home
last modified time | relevance | path

Searched refs:ac_vector (Results 1 – 8 of 8) sorted by relevance

/dports/math/cppad/CppAD-20210000.8/example/code_gen_fun/
H A Djac_as_fun.cpp35 typedef CppAD::vector<ac_double> ac_vector; in jac_as_fun() typedef
41 ac_vector ac_x(n); in jac_as_fun()
50 ac_vector ac_y(m); in jac_as_fun()
65 ac_vector ac_J = ac_f.Jacobian(ac_x); in jac_as_fun()
H A Dsparse_jac_as_fun.cpp36 typedef CppAD::vector<ac_double> ac_vector; in sparse_jac_as_fun() typedef
42 ac_vector ac_x(n); in sparse_jac_as_fun()
51 ac_vector ac_y(m); in sparse_jac_as_fun()
84 CppAD::sparse_rcv<s_vector, ac_vector> ac_Jrcv( pattern_jac ); in sparse_jac_as_fun()
H A Dfunction.cpp32 typedef CppAD::vector<ac_double> ac_vector; in function() typedef
38 ac_vector ac_x(n); in function()
47 ac_vector ac_y(m); in function()
H A Dfile.cpp30 typedef CppAD::vector<ac_double> ac_vector; in store() typedef
35 ac_vector ac_x(n); in store()
44 ac_vector ac_y(m); in store()
H A Djacobian.cpp35 typedef CppAD::vector<ac_double> ac_vector; in jacobian() typedef
41 ac_vector ac_x(n); in jacobian()
50 ac_vector ac_y(m); in jacobian()
H A Dsparse_jacobian.cpp35 typedef CppAD::vector<ac_double> ac_vector; in sparse_jacobian() typedef
41 ac_vector ac_x(n); in sparse_jacobian()
50 ac_vector ac_y(m); in sparse_jacobian()
/dports/math/cppad/CppAD-20210000.8/speed/cppadcg/
H A Ddet_minor.cpp54 typedef CppAD::vector<ac_double> ac_vector; typedef
77 ac_vector ac_A(nx); in setup()
87 ac_vector ac_detA(1); in setup()
112 ac_vector ac_gradient(nx); in setup()
H A Dsparse_jacobian.cpp57 typedef CppAD::vector<ac_double> ac_vector; typedef
122 ac_vector ac_x(nc); in setup()
126 ac_vector ac_y(nr); in setup()
180 CppAD::sparse_rcv<s_vector, ac_vector> ac_subset( subset_pattern ); in setup()
212 const ac_vector ac_val ( ac_subset.val() ); in setup()