|
CppAD: A C++ Algorithmic Differentiation Package
20130102
|
Files | |
| file | link_sparse_jacobian.cpp |
Defines and implement sparse Jacobian speed link to package specific code. | |
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. | |