Searched refs:jac (Results 1 – 8 of 8) sorted by relevance
/external/eigen/unsupported/test/ |
D | NumericalDiff.cpp | 73 MatrixXd jac(15,3); in test_forward() local 85 numDiff.df(x, jac); in test_forward() 88 VERIFY_IS_APPROX(jac, actual_jac); in test_forward() 94 MatrixXd jac(15,3); in test_central() local 105 numDiff.df(x, jac); in test_central() 107 VERIFY_IS_APPROX(jac, actual_jac); in test_central()
|
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffJacobian.h | 80 JacobianType& jac = *_jac; in operator() local 83 ActiveValue av(jac.rows()); in operator() 86 for (Index j=0; j<jac.rows(); j++) in operator() 89 for (Index i=0; i<jac.cols(); i++) in operator() 98 for (Index i=0; i<jac.rows(); i++) in operator() 101 jac.row(i) = av[i].derivatives(); in operator()
|
D | AutoDiffVector.h | 67 inline AutoDiffVector(const ValueType& values, const JacobianType& jac) in AutoDiffVector() argument 68 : m_values(values), m_jacobian(jac) in AutoDiffVector()
|
/external/eigen/unsupported/Eigen/ |
D | AdolcForward | 130 JacobianType& jac = *_jac; 133 ActiveValue av(jac.rows()); 135 for (int j=0; j<jac.cols(); j++) 136 for (int i=0; i<jac.cols(); i++) 141 for (int i=0; i<jac.rows(); i++) 144 for (int j=0; j<jac.cols(); j++) 145 jac.coeffRef(i,j) = av[i].getADValue(j);
|
/external/eigen/unsupported/Eigen/src/NumericalDiff/ |
D | NumericalDiff.h | 64 int df(const InputType& _x, JacobianType &jac) const in df() argument 104 jac.col(j) = (val2-val1)/h; in df() 112 jac.col(j) = (val2-val1)/(2*h); in df()
|
/external/hyphenation-patterns/en-US/ |
D | hyph-en-us.hyp.txt | 1333 jac-kow-ski
|
/external/hyphenation-patterns/en-GB/ |
D | hyph-en-gb.pat.txt | 3904 3jac
|
/external/lisa/ipynb/tutorial/ |
D | 00_LisaInANutshell.ipynb | 2249 …\nw9lGmVri4dQbD2fd4SS9IzVUe1r9QWC42xluPXbZ9dutV/ZnOFScThxPwzXc/TiS43U4x9NI+jac\nNpX9/cpfWQHUUaMhNZ…
|