|
CppAD: A C++ Algorithmic Differentiation Package
20130918
|
| void info_sparse_jacobian | ( | size_t | size, |
| size_t & | n_sweep | ||
| ) |
Sparse Jacobian speed test information.
| size | [in] is the size parameter in the corresponding call to speed_sparse_jacobian. |
| n_sweep | [out] The input value of this parameter does not matter. Upon return, it is the value n_sweep retruned by the corresponding call to link_sparse_jacobian. |
Definition at line 396 of file link_sparse_jacobian.cpp.