CppAD: A C++ Algorithmic Differentiation Package
20171217
|
VectorBase CppAD::ADFun< Base >::SparseJacobian | ( | const VectorBase & | x | ) |
calculate sparse Jacobians
Compute a sparse Jacobian.
The C++ source code corresponding to this operation is
jac = SparseJacobian(x)
Base | is the base type for the recording that is stored in this ADFun<Base> object. |
VectorBase | is a simple vector class with elements of the Base. |
x | [in] is a vector specifing the point at which to compute the Jacobian. |
m
* n containing the Jacobian at the specified point (in row major order). Definition at line 1048 of file sparse_jacobian.hpp.