Octave
Octave-Compiler.org
Web Home
Search: \.*
Number of topics: 33
Topics in Octave web: | Changed: | Changed by: |
AboutOctaveCompiler | 18 Nov 2004 - 10:02 - r1.2 | KarinaOlmos |
Developers The Stratego Octave Compiler is being developed at the Institute of Computer Science at Utrecht University. The main developers are, Remko van Beusekom ... |
FunctionTypeSpecification | 22 Nov 2004 - 08:57 - r1.2 | RobVermaas |
To help the Typechecker we have a language for specifying type of builtin variables and functions. This is needed because we cannot derive types for these variables ... |
Octave-frontend | 12 Jan 2005 - 13:17 - NEW | JayaSurian |
Main.JayaSurian 12 Jan 2005 |
OctaveCompilerDocumentation | 17 Dec 2004 - 08:48 - r1.9 | RobVermaas |
Packages Octave Frontend Octave Optimizer Octave Typechecker Octave to C++ Backend Developers Daily generated documentation (by xDoc) Roadmap going on Other useful ... |
OctaveCompilerDownload | 07 Dec 2004 - 17:48 - r1.5 | RobVermaas |
Prerequisites The following software is needed to compile the Octave Compiler Octave (version 2.1.61) Latest unstable StrategoXT Download The latest unstable release ... |
OctaveCompilerNews | 15 Nov 2004 - 15:28 - r1.2 | RobVermaas |
November 15th 2004 New wiki! Started new wiki which should hold all the information about the Stratego Octave Compiler. |
OctaveFrontend | 19 Nov 2004 - 08:46 - r1.4 | RobVermaas |
Octave Front is a front-end for the OCTAVELINK language. Contents Octave Front consists of the following end-user tools: pack-octave pp-octave Besides these tools ... |
OctaveOptimizer | 02 Dec 2004 - 08:03 - r1.5 | RobVermaas |
Contents The Optimizer implements several optimization on Octave code. The optimizations are implemented as source-to-source transformation, similar to the optimization ... |
OctaveToC | 19 Nov 2004 - 15:21 - r1.3 | RobVermaas |
The Octave to C++ Backend is a C++ code generator. It performs the following translations, to .oct (linked function to C++ (standalone) The latest sources of the Octave ... |
OctaveTypeInferencer | 23 Nov 2004 - 11:58 - r1.6 | RobVermaas |
The Type Inferencer is a typechecker for the Octave language. Although the implementation has changed significantly, currently the ideas are only expressed in the ... |
Pack-octave | 12 Jan 2005 - 13:55 - NEW | JayaSurian |
Main.JayaSurian 12 Jan 2005 |
ReleaseRoadmap | 17 Nov 2004 - 18:41 - r1.2 | RobVermaas |
0.1 Generate loaded function (.oct file) from defined function 0.2 Support feval for user-defined functions |
SiteMap | 27 Aug 2002 - 08:00 - NEW | EelcoVisser |
INCLUDE{ TWIKIWEB .SiteMap} |
TypeBasedOptimization | 22 Nov 2004 - 11:00 - r1.2 | RobVermaas |
Typed based optimizations are optimizations that can be performed based on information from the type inferencer, e.g. Function call evaluation using type information ... |
UpdateWebPages | 20 Sep 2002 - 08:37 - NEW | EelcoVisser |
WebChanges | 04 Dec 2004 - 19:16 - r1.3 | MartinBravenboer |
SEARCH{". " regex "on" nosearch "on" nototal "on" order "modified" reverse "on" limit "50" nosummary "on" format " $topic(30,...) $date $wikiusername "} |
WebChanges100 | 23 Apr 2002 - 19:53 - NEW | EelcoVisser |
INCLUDE{ MAINWEB .WebChanges100} |
WebChanges200 | 23 Apr 2002 - 20:05 - NEW | EelcoVisser |
INCLUDE{ MAINWEB .WebChanges200} |
WebChanges500 | 23 Apr 2002 - 20:09 - NEW | EelcoVisser |
INCLUDE{ MAINWEB .WebChanges500} |
WebContents | 05 Jun 2005 - 11:34 - NEW | EelcoVisser |
Home About News Documentation Bugs Download |
WebCustomMenus | 28 Apr 2005 - 22:24 - NEW | Main.wiki |
WebFooter | 15 Nov 2004 - 12:29 - NEW | RobVermaas |
search index recent changes statistics printable refresh edit history more actions |
WebHome | 17 Nov 2004 - 15:16 - r1.5 | RobVermaas |
Octave GNU OCTAVELINK is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear ... |
WebIndex | 23 Jan 2002 - 14:20 - r1.2 | EelcoVisser |
SEARCH{"\. " scope "topic" regex "on" nosearch "on" noheader "on" format " $topic "} |
WebLeftBar | 01 Dec 2004 - 12:45 - r1.5 | RobVermaas |
Home About News Documentation Bugs Download |
WebNews | 23 Jan 2002 - 14:17 - NEW | EelcoVisser |
2002-01-23 Creation of WebNews for default web Main.EelcoVisser |
WebNotify | 23 Jan 2002 - 14:21 - r1.2 | EelcoVisser |
NOTIFYTOPIC is a subscription service to be automatically notified by email when topics change in the TWiki.Octave web. This is a convenient service, so you do not ... |
WebPreferences | 15 Nov 2004 - 14:36 - r1.5 | RobVermaas |
TWiki.Octave Web Preferences The following settings are web preferences of the TWiki.Octave web. These preferences overwrite the site-level preferences in TWIKIWEB ... |
WebRss | 09 May 2005 - 14:21 - r1.2 | MartinBravenboer |
Octave Compiler http://octave-compiler.org Octave-Compiler.org INCLUDE{"Main.RssBase"} |
WebSearch | 08 Aug 2001 - 05:26 - NEW | PeterThoeny |
INCLUDE{" TWIKIWEB .WebSearch"} |
WebStatistics | 18 Oct 2016 - 17:12 - r1.410 | TWikiGuest |
Statistics for TWiki.Octave Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: Oct 2016 1279 ... |
WebTools | 08 Nov 2001 - 09:49 - NEW | TWikiGuest |
Finding topics RoadMap WebIndex: all topics in the Octave web WebSearch: find topics Tracking activity WebNews: selected changes WebChanges: recent changes WebNotify ... |
WhatsGoingOn | 14 Jan 2005 - 11:37 - r1.7 | RobVermaas |
2005 January 14th Refactored function specialization, so it can be reused is both the type inferencer and the Octave partial evaluator. In fact, it is already used ... |
Number of topics: 33