All Projects → MORLab → sssMOR

MORLab / sssMOR

Licence: BSD-2-Clause License
sssMOR - Sparse State-Space and Model Order Reduction Toolbox

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to sssMOR

pymor
pyMOR - Model Order Reduction with Python
Stars: ✭ 198 (+890%)
Mutual labels:  state-space, model-reduction, model-order-reduction
EZyRB
Easy Reduced Basis method
Stars: ✭ 49 (+145%)
Mutual labels:  model-reduction, model-order-reduction
libROM
Model reduction library with an emphasis on large scale parallelism and linear subspace methods
Stars: ✭ 66 (+230%)
Mutual labels:  model-reduction, large-scale
BifurcationInference.jl
learning state-space targets in dynamical systems
Stars: ✭ 24 (+20%)
Mutual labels:  state-space, dynamical-systems
pomp
R package for statistical inference using partially observed Markov processes
Stars: ✭ 88 (+340%)
Mutual labels:  state-space, dynamical-systems
rom-operator-inference-Python3
Operator Inference for data-driven, non-intrusive model reduction of dynamical systems.
Stars: ✭ 31 (+55%)
Mutual labels:  dynamical-systems, model-reduction
FactorGraph.jl
The FactorGraph package provides the set of different functions to perform inference over the factor graph with continuous or discrete random variables using the belief propagation algorithm.
Stars: ✭ 17 (-15%)
Mutual labels:  dynamical-systems
chinese-postman-problem
C++ solution for the chinese postman problem
Stars: ✭ 19 (-5%)
Mutual labels:  large-scale
chaotic-maps
Simple implementations of chaotic maps in Processing
Stars: ✭ 18 (-10%)
Mutual labels:  dynamical-systems
RaPId
RaPId (a recursive acronym for "Rapid Parameter Identification") utilizes different optimization and simulation technologies to provide a framework for model validation and calibration of any kind of dynamical systems, but specifically catered to power systems.
Stars: ✭ 35 (+75%)
Mutual labels:  dynamical-systems
glofrim
Globally Applicable Framework for Integrated Hydrological-Hydrodynamic Modelling (GLOFRIM)
Stars: ✭ 26 (+30%)
Mutual labels:  large-scale
KFAS
KFAS: R Package for Exponential Family State Space Models
Stars: ✭ 50 (+150%)
Mutual labels:  state-space
learning2hash.github.io
Website for "A survey of learning to hash for Computer Vision" https://learning2hash.github.io
Stars: ✭ 14 (-30%)
Mutual labels:  large-scale
SpinNet
[CVPR 2021] SpinNet: Learning a General Surface Descriptor for 3D Point Cloud Registration
Stars: ✭ 181 (+805%)
Mutual labels:  large-scale
AbstractOperators.jl
Abstract operators for large scale optimization in Julia
Stars: ✭ 26 (+30%)
Mutual labels:  large-scale
ffhqr-dataset
FFHQR -- the first large-scale retouching dataset for computer vision research.
Stars: ✭ 85 (+325%)
Mutual labels:  large-scale
dynamical-systems-with-applications-using-python
Source code for 'Dynamical Systems with Applications Using Python' by Stephen Lynch
Stars: ✭ 100 (+400%)
Mutual labels:  dynamical-systems
juxta
Generates large collages of images using OpenSeadragon
Stars: ✭ 41 (+105%)
Mutual labels:  large-scale
spatialmath-matlab
Create, manipulate and convert representations of position and orientation in 2D or 3D using Python
Stars: ✭ 142 (+610%)
Mutual labels:  matlab-toolbox
PyRates
Open-source, graph-based Python code generator and analysis toolbox for dynamical systems (pre-implemented and custom models). Most pre-implemented models belong to the family of neural population models.
Stars: ✭ 33 (+65%)
Mutual labels:  dynamical-systems

sssMOR

A sparse state-space, model order reduction toolbox developed at the Chair of Automatic Control, Technische Universität München.

For more information, type doc in the command window or visit http://www.rt.mw.tum.de/?sssMOR. Check out also our demo by typing sssMOR_gettingStarted in the command window


Programmed with: MATLAB R2015b

Tested on: MATLAB R2014b, R2015b, R2016b (both Windows 7 and Ubuntu 16.04.1 LTS)

Some functions require: Control System Toolbox, Optimization Toolbox.

Note: Sign up for our newsletter under https://lists.lrz.de/mailman/listinfo/morlab to stay up to date.


Copyright

This toolbox is developed by MORLab, the model reduction lab at the Chair of Automatic Control.


Acknowledgements

The developing team is thankful to all the research assistants and students at MORLab that have contributed at creating and developing the sssMOR toolbox since 2010.

The team of Morembs, a model reduction software for elastic multibody systems, is sincerely acknowledged for the support in the automated generation of the documentation for the toolbox.


Developing guidelines

We hope that you enjoy the toolbox and would like to contribute by extending its capability. To make sure that the developing does not get out of hand, we prepared a few guidelines that we ask you to follow.

Folder structure

The folder structure of the toolbox is as follows

  • sssMOR (main folder)
    • app
    • demos
    • doc
    • src (source code)
      • extras
      • MOR (reduction algorithms)
        • @ssRed (class definition for reduced objects)
        • classic
        • stateOfTheArt
    • test

Documentation

To automatically generate the documentation for the toolbox from the function headers, type publishDoc('sssMOR') in the command window. Make sure to format the function headers according to the headerTemplate.m provided. To publish the documentation for a single function, use syntax publishFunction('function name').

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].