Packages: Difference between revisions

From Octave
Jump to navigation Jump to search
Tag: New redirect
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
:''This is a list of Packages available for GNU Octave.''
#REDIRECT [[Category:Packages]]
 
= Octave Forge =
 
{|
| [[File:Octave-flower.svg|left|frame|link=[[:Category:Octave Forge]]|[[:Category:Octave Forge|Octave Forge]] logo.]]
| style="vertical-align:top;" |
For a collection of '''high quality packages''' see [[:Category:Octave Forge|Octave Forge]].
* [https://octave.sourceforge.io/packages.php#community-packages List of Octave Forge '''community packages''']
* [https://octave.sourceforge.io/packages.php#external-packages List of Octave Forge '''external packages''']
|}
 
<div style="clear:both;"></div>
= External Packages =
'''Feel free to add your package.'''
 
== MPI ==
 
[https://github.com/carlodefalco/octave-mpi mpi] Octave bindings for basic Message Passing Interface (MPI) functions for parallel computing.
 
== GeoPDEs ==
 
[http://rafavzqz.github.io/geopdes/ GeoPDEs] is an open source and free package for the research and teaching of Isogeometric Analysis, written in Octave and fully compatible with Matlab.
 
The GeoPDEs package provides a common and flexible framework for implementing and testing new isogeometric methods for the solution of partial differential equations.
 
== FEATool - Finite Element Analysis Toolbox ==
 
[https://www.featool.com/multiphysics/ FEATool Multiphysics] is a commercial and proprietary Octave and Matlab FEM toolbox for modeling and simulation of physics and engineering applications with the finite element method. FEATool features an easy to use GUI and fully integrated CAD, geometry tools, automatic grid generation and solvers.
 
* https://www.featool.com/
 
== go-redis ==
 
GNU Octave Redis client
 
* https://github.com/markuman/go-redis
 
== LIBSVM, LIBLINEAR ==
 
Libraries for support vector machine / machine learning classification, regression, and distribution estimation problems. C++, with an interface to Octave.
 
* http://www.csie.ntu.edu.tw/~cjlin/libsvm
* http://www.csie.ntu.edu.tw/~cjlin/liblinear
 
== ltfat ==
 
The Large Time-Frequency Analysis Toolbox®. Please note, this package is available on Octave Forge too, but it has its own website.
 
* http://ltfat.github.io/
 
== mex-sqlite3 ==
 
An extension for MATLAB® or GNU/octave to access sqlite3 databases
 
* https://github.com/rmartinjak/mex-sqlite3
 
== octave-network-toolbox ==
 
A set of graph/networks analysis functions in Octave
 
* http://aeolianine.github.io/octave-networks-toolbox/
 
== octsympy ==
 
: ''Main article: [[Symbolic package]]''
 
This package is now part of Octave Forge as [[Symbolic package]].  Main development site is still at https://github.com/cbm755/octsympy.
 
== sci cosim ==
 
: ''Main article: [[sci cosim]]''
 
Scilab co-simulation package
 
* https://github.com/amromanov/sci_cosim
 
== shogun ==
 
The Shogun Machine Learning Toolbox®
 
* https://github.com/shogun-toolbox/shogun
 
== vlfeat ==
 
The VLFeat open source library implements popular computer vision algorithms including HOG, SIFT, MSER, k-means, hierarchical k-means, agglomerative information bottleneck, SLIC superpixels, and quick shift.
 
* http://www.vlfeat.org/index.html
 
== epanet-octave ==
 
The epanet-octave open source library is a wrapper, including some scripts, to call Epanet Toolkit. Functions are adapted to improve its usability in GNU Octave (e.g. allowing vectors as EpaNet Toolkit function inputs). Still under development.
 
* https://forja.cica.es/projects/epanet-octave/
 
== mexopencv ==
 
Collection and a development kit of matlab mex functions for OpenCV library
 
* http://kyamagu.github.io/mexopencv
* https://github.com/kyamagu/mexopencv
 
== gpml==
Gaussian processes for machine learning
 
* [http://www.gaussianprocess.org/gpml/code/matlab/doc/ Webpage of the author]
* [https://gitlab.com/hnickisch/gpml-matlab Repository]
* Downloads or pkg installation: https://gitlab.com/hnickisch/gpml-matlab/-/releases
 
== ekfukf ==
Kalman filtering and smoothing
 
* [https://github.com/kakila/ekfukf Repository]
 
== fda ==
Functional data analysis
 
* [http://www.psych.mcgill.ca/misc/fda/ Webpage of the author]
* [https://gitlab.com/kakila/fda Repository]
 
== Tablicious ==
Matlab-compatible table, datetime, and categorical data types
(Like "pandas for Octave")
 
* [https://github.com/apjanke/octave-tablicious Tablicious on GitHub]
 
== Packajoozle ==
An experimental alternative package manager for Octave
 
* [https://github.com/apjanke/octave-packajoozle Packajoozle on GitHub]
 
== Pythonic ==
 
: ''Main article: [[Pythonic]]''
 
The Pythonic package provides a Python language binding for Octave, to allow
any Python package to be loaded and used directly, with automatic translation
from Octave to Python data types.
 
* https://gitlab.com/mtmiller/octave-pythonic
 
= See also =
* [[Creating packages]]
* [[Reviewing Octave Forge packages]]
 
[[Category:Packages]]

Latest revision as of 05:41, 29 September 2020

Redirect to: