Evgenii B. Rudnyi
| Home | Teaching | Programming | Publications |
Name Last modified Size
Parent Directory 20-Apr-2011 23:50 -
COPYING 12-Jan-2005 19:28 18k
FREE_LICENSE 12-Jan-2005 19:28 1k
calldot.cpp 16-Jan-2005 14:44 3k
calldot.tm 13-Sep-2006 12:42 1k
ddotdriver.f 13-Sep-2006 12:30 1k
makefile 16-Jan-2005 14:44 1k
test_dot.nb 17-Jan-2005 14:00 26k
Copyright (C) 2004 Evgenii Rudnyi, http://Evgenii.Rudnyi.Ru/ This software is a copyrighted work licensed under the terms, described in the file "FREE_LICENSE". Use at your own risk. 17 January 2005: release 13 September 2006: fixed two bugs (calldot.tm and ddotdriver.f) DOT optimization via Mathlink ============================= I was going to have some work with people working with DOT (http://www.vrand.com/DOT.html). As result, I wanted to develop a Mathlink interface to DOT to ease my life. Yet, the project did not happen and the code is in some intermediate stage: it seems to work, but I have not tested it well. It may be usefull anyway. To compile and link the code you need Mathlink and DOT libraries. Makefile was designed for a Sun workstation at IMTEK and it is necessary to change the location of the libraries. Files ----- calldot.cpp, ddotdriver.f and calldot.tm is the code for the Mathlink interface. test_dot.nb is a notebook with a simple example from the DOT manual.