Changeset 3795 for trunk/test_more
- Timestamp:
- Feb 29, 2016 10:49:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test_more/for_sparse_hes.cpp
r3793 r3795 118 118 // ------------------------------------------------------------------ 119 119 // compute sparsity 120 CPPAD_TESTVECTOR(bool) r(n), s(m), h( m* n);120 CPPAD_TESTVECTOR(bool) r(n), s(m), h(n * n); 121 121 for(j = 0; j < n; j++) 122 122 r[j] = true;
Note: See TracChangeset
for help on using the changeset viewer.