[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS Module GEODES in ODE


GEODES

 
Approximates a minimum-length geodesic between two given endpoints in
multidimensional parameter space. Returns the shortest curve found as a
discrete set of parameter points ordered by arc length. Based on a relaxation
(iterative) solution of a boundary value problem for a nonlinear system of
ordinary differential equations. Developed by William L. Anderson of Elements
Research (elements@ix.netcom.com).
 
Classes  :  P . Computational geometry (search also classes G and Q)
 
Type     : C software in ODE collection.
Access   : Some uses prohibited. Portable.
Precision: Double.
 
Usage    : void geodes(unsigned int n, unsigned int m, void yeval(double *,
           double *,double *,double *), void ambmet(double *,double **),
           unsigned int pmax, double accel, double eps, unsigned int itmax,
           double *xend, double *xgeod);
 
See also : MANIFOLD, METRIC
 
Details  : Fullsource Source Test
Sites    : (1) NETLIB
 

Implementation of GEODES from ODE on NETLIB

 
NETLIB:    Public access repository, The University of Tennessee at
           Knoxville and Bell Laboratories
 
Precision: Double.
 
You may access components from NETLIB outside GAMS as follows.
 
   Source       : Anonymous ftp from ftp.netlib.org in
                  ode/geodesic/geodes.c
   Fullsource   : Anonymous ftp from ftp.netlib.org in directory
                  ode/geodesic. (Pick up files geodes.c, manifold.c and
                  metric.c)
   Test         : Anonymous ftp from ftp.netlib.org in
                  ode/geodesic/geodtest.c


[Home] . . . Search by [Problem] [Package] [Module] [Keyword] . . . [Math at NIST]

GAMS is a service of the Mathematical and Computational Sciences Division of the Information Technology Laboratory of the National Institute of Standards and Technology

This page was generated on Mon Oct 06, 2008 at 19:13:14 UTC