Author: | Lisandro Dalcin |
---|---|
Contact: | dalcinl@gmail.com |
Organization: | CIMEC |
Address: | CCT CONICET, 3000 Santa Fe, Argentina |
Web Site: | http://tao4py.googlecode.com |
Date: | September 12, 2012 |
Copyright: | This document has been placed in the public domain. |
Abstract
This document describes tao4py, a Python port to the TAO libraries.
TAO is a software package for the parallel solution of large-scale optimization problems.
TAO relies on PETSc for basic functionality such as the representation of matrices and vectors, and the solution of linear systems of equations. Thus, tao4py must be used together with its companion petsc4py.