Publications about Octave: Difference between revisions
Jump to navigation
Jump to search
m (→User Manual: "Beautify" brackets.) |
|||
Line 139: | Line 139: | ||
| - | | - | ||
| JIT implementation details, presentation of [[Summer_of_Code#GSoC_2013|GSoC project]] | | JIT implementation details, presentation of [[Summer_of_Code#GSoC_2013|GSoC project]] | ||
|} | |||
=== 2008 === | |||
{| class="wikitable" | |||
! Title | |||
! Author | |||
! Published Formats | |||
! Material | |||
! Copyright | |||
! Topics Covered | |||
|- | |||
| Building a Community around GNU Octave | |||
| [[User:jwe|jwe]] | |||
| [http://videolectures.net/site/normal_dl/tag=33349/mloss08_eaton_oct_01.pdf PDF] [http://videolectures.net/mloss08_eaton_oct/ Video] | |||
| - | |||
| - | |||
| project, history, goals, developer/mailing-list activity, innovations, community | |||
|} | |} | ||
Revision as of 06:46, 29 November 2019
- For Teaching Books and Scientific Papers, see Publications using Octave.
A collection of in-depth educational material about GNU Octave and it's development.
User Manual
- Version 5.1.0 [HTML] [PDF]
- Version 4.4.1 [HTML] [PDF]
- Version 4.4.0 [HTML] [PDF]
- Version 4.2.2 [HTML] [PDF]
- Version 4.2.1 [HTML] [PDF]
- Version 4.2.0 [HTML] [PDF] [Print] (ISBN: 978-9888407071)
- Version 4.0.3 [HTML] [PDF]
- Version 4.0.1 [HTML] [PDF]
- Version 4.0.0 [HTML] [PDF] [Print (1/2)] (ISBN: 978-9888381050) [Print (2/2)] (ISBN: 978-9888381067)
- Version 3 [Print] (ISBN: 978-0954612061)
Doxygen
- Development [HTML]
- Version 5.1.x [HTML]
- Version 4.4.x [HTML]
- Version 4.2.x [HTML]
- Version 4.0.x [HTML]
- Version 3.8.x [HTML]
- Version 3.6.x [HTML]
- Version 3.4.x [HTML]
- Version 3.2.x [HTML]
Talks
Public talks about the GNU Octave project, internals and advanced usage.
2019
Title | Author | Published Formats | Material | Copyright | Topics Covered |
---|---|---|---|---|---|
Scientific programming with GNU Octave | siko1056 | GitHub | GPL 3.0 / CC-BY 4.0 | project, community, MS Windows install, Jupyter-Notebooks, m-code optimization, external code interface, development, bug tracker | |
High-level Scientific Computing with GNU Octave | KaKiLa | Podcast | - | CC-BY-ND 4.0 | project, community, features, Octave packages , MATLAB compatibility, FLOSS
|
2018
Title | Author | Published Formats | Material | Copyright | Topics Covered |
---|---|---|---|---|---|
GNU Octave in 2018: Project Status and Future Challenges | jwe | - | Copyright © ESI Group, 2017. | project, detailed history, goals, developer/mailing-list activity, innovations | |
Scientific programming with GNU Octave | KaKiLa | YouTube | GitLab | GPL 3.0 / CC-BY-SA 4.0 | project, community, Octave packages (creation, usage), FLOSS
|
2015
Title | Author | Published Formats | Material | Copyright | Topics Covered |
---|---|---|---|---|---|
Writing High Performance m-files | Rik | - | - | optimization basics, Octave structure/interpreter, benchmarking, arrayfun , vectorization, memory management, pre-allocation, in-place operators, copy-on-write
| |
Writing packages for Octave | Carandraug | - | - | Octave packages (creation, usage)
| |
Profiling with GNU Octave | Daniel Kraft | - | - | profiler usage and implementation details
|
2013
Title | Author | Published Formats | Material | Copyright | Topics Covered |
---|---|---|---|---|---|
GNU Octave -- A free high-level tool for Scientific Computing | Cdf, JordiGH | Mercurial repo | CC-BY-SA 2.0 | project, community, features, GUI, history, Octave packages (usage), oct-files, liboctave, embedded interpreter, parcellfun/pararrayfun
| |
Improve JIT Compiling | LYH | - | - | JIT implementation details, presentation of GSoC project |
2008
Title | Author | Published Formats | Material | Copyright | Topics Covered |
---|---|---|---|---|---|
Building a Community around GNU Octave | jwe | PDF Video | - | - | project, history, goals, developer/mailing-list activity, innovations, community |