/[ascend]/trunk/solvers/ida/ida_impl.h
ViewVC logotype

Contents of /trunk/solvers/ida/ida_impl.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1507 - (show annotations) (download) (as text)
Wed Jun 27 11:25:37 2007 UTC (17 years, 6 months ago) by jpye
File MIME type: text/x-chdr
File size: 258 byte(s)
Moving integrators to own directory, about to make them self-contained shared libraries.
1 /**
2 Implementation functions for IDA. Only put things here if they need to
3 be shared between .c files but not visible outside IDA.
4 */
5 #ifndef ASC_IDA_IMPL_H
6 #define ASC_IDA_IMPL_H
7
8 mtx_matrix_t integrator_ida_dgdya(const IntegratorSystem *sys);
9
10 #endif
11

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22