TISEAN package: Difference between revisions

From Octave
Jump to navigation Jump to search
(add link to repo)
(→‎Porting TISEAN: added link to "Table of functions")
Line 1: Line 1:
== Porting TISEAN ==
== Porting TISEAN ==


This section describes the progress on porting the TISEAN package into an Octave Package. This project was started as part of the Google Summer of Code 2015.
This section describes the process employed during porting TISEAN package into an Octave Package. This project was started as part of the Google Summer of Code 2015.
 
The current progress can be viewed [[User:Josiah425:TISEAN_Package:Table_of_functions| here]].  


To aid in understanding the task there are some charts.
To aid in understanding the task there are some charts.

Revision as of 02:02, 8 May 2015

Porting TISEAN

This section describes the process employed during porting TISEAN package into an Octave Package. This project was started as part of the Google Summer of Code 2015.

The current progress can be viewed here.

To aid in understanding the task there are some charts.

The first chart depicts what to do with each function in the function table. I mainly focuses on those functions that might already implemented in Octave.

Work flow TISEAN.png

The chart below depicts how to decide which type of port should be utilized.

Porting Programs TISEAN.png

Both of those charts can be combined into a large one that shows all of the work together.

Flow Together TISEAN.png

External links