|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Defines and implement sparse Jacobian speed link to package specific code. More...
Go to the source code of this file.
Functions | |
| bool | link_sparse_jacobian (size_t size, size_t repeat, size_t m, CppAD::vector< double > &x, CppAD::vector< size_t > &row, CppAD::vector< size_t > &col, CppAD::vector< double > &jacobian) |
| Package specific implementation of a sparse Jacobian claculation. | |
| bool | available_sparse_jacobian (void) |
| Is sparse Jacobian test avaialable. | |
| bool | correct_sparse_jacobian (bool is_package_double) |
| Does final sparse Jacobian value pass correctness test. | |
| void | speed_sparse_jacobian (size_t size, size_t repeat) |
| Sparse Jacobian speed test. | |
Defines and implement sparse Jacobian speed link to package specific code.
Definition in file link_sparse_jacobian.cpp.