GRVY-0.38.0
APIs
Here is a list of all modules:
 C APIThis page provides links to all of the C style utilities which are available in libGRVY (organized by functionality). To access these routines from C/C++, make sure to #include <grvy.h> within your source code files. Unless specified otherwise, functions which have an integer return value return "0" upon success (and the primary exception to this rule is with a subset of the Input Parsing routines)
 C++ APIThis page provides links to all of the C++ utilities which are available in libGRVY (organized by functionality). To access these routines from C++, make sure to #include <grvy.h> within your source code files. Unless specified otherwise, functions which have an integer return value return "0" upon success (and the primary exception to this rule is with a subset of the Input Parsing routines)
 Fortran APIThis page provides a link to all of the Fortran functions which are available in libGRVY (grouped by functionality). Library access is provided thru a Fortran90 module which requires the external calling application to include the following within the Fortran90 source code:

Generated on Wed Jul 12 2023 16:53:23 for GRVY-0.38.0 by  doxygen 1.8.17