All Projects → Pressio → pressio

Pressio / pressio

Licence: other
Model reduction for linear and nonlinear dynamical systems: core C++ library

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to pressio

dbcsr
DBCSR: Distributed Block Compressed Sparse Row matrix library
Stars: ✭ 65 (+85.71%)
Mutual labels:  hpc, linear-algebra
float
Single precision (float) matrices for R.
Stars: ✭ 41 (+17.14%)
Mutual labels:  hpc, linear-algebra
fml
Fused Matrix Library
Stars: ✭ 24 (-31.43%)
Mutual labels:  hpc, linear-algebra
Ginkgo
Numerical linear algebra software package
Stars: ✭ 149 (+325.71%)
Mutual labels:  hpc, linear-algebra
Armadillo Code
Armadillo: fast C++ library for linear algebra & scientific computing - http://arma.sourceforge.net
Stars: ✭ 388 (+1008.57%)
Mutual labels:  hpc, linear-algebra
PartitionedArrays.jl
Vectors and sparse matrices partitioned into pieces for parallel distributed-memory computations.
Stars: ✭ 45 (+28.57%)
Mutual labels:  hpc, linear-algebra
pbdML
No description or website provided.
Stars: ✭ 13 (-62.86%)
Mutual labels:  hpc, linear-algebra
monolish
monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture
Stars: ✭ 166 (+374.29%)
Mutual labels:  hpc, linear-algebra
Strumpack
Structured Matrix Package (LBNL)
Stars: ✭ 57 (+62.86%)
Mutual labels:  hpc, linear-algebra
NonlinearDynamicsTextbook
Nonlinear Dynamics: A concise introduction interlaced with code
Stars: ✭ 145 (+314.29%)
Mutual labels:  dynamical-systems, nonlinear-dynamics
production
General interest repository for CSCS users
Stars: ✭ 49 (+40%)
Mutual labels:  hpc
linnea
Linnea is an experimental tool for the automatic generation of optimized code for linear algebra problems.
Stars: ✭ 60 (+71.43%)
Mutual labels:  linear-algebra
GlobalBioIm
A unifying Matlab framework for the development of reconstruction algorithms (solving inverse problems) in computational imaging
Stars: ✭ 60 (+71.43%)
Mutual labels:  linear-algebra
dislib
The Distributed Computing library for python implemented using PyCOMPSs programming model for HPC.
Stars: ✭ 39 (+11.43%)
Mutual labels:  hpc
alsvinn
The fast Finite Volume simulator with UQ support.
Stars: ✭ 22 (-37.14%)
Mutual labels:  uq
JUDI.jl
Julia Devito inversion.
Stars: ✭ 71 (+102.86%)
Mutual labels:  linear-algebra
aws-batch-runtime-monitoring
Serverless application to monitor an AWS Batch architecture through dashboards.
Stars: ✭ 41 (+17.14%)
Mutual labels:  hpc
Singularity-tutorial
Singularity 101
Stars: ✭ 31 (-11.43%)
Mutual labels:  hpc
arrayfire-java
Java wrapper for ArrayFire
Stars: ✭ 34 (-2.86%)
Mutual labels:  hpc
DiffEqUncertainty.jl
Fast uncertainty quantification for scientific machine learning (SciML) and differential equations
Stars: ✭ 61 (+74.29%)
Mutual labels:  uq

Overview

Pressio is an open-source computational framework aimed at advancing the field of reduced-order models (ROMs) for dynamical systems in science and engineering. We employ generic programming, and target shared and distributed-memory applications using arbitrary data-types and diverse programming models.

We believe that the key to develop such a capability from the ground up is to properly identify the building blocks and modularize them accordingly. This is the approach adopted here: the library is composed of several components that can be used independently and in a self-contained fashion, but as a whole constitute the stack foundation of the rom component. One of the main outcome of this is that regardless of your interest in ROMs, you might find useful some of the components of the library.

Click below to checkout the documentation:

Development, versioning and backward compatibility

Until we reach a stable 1.0, please be patient and do not be surprised if the API and functionalities somewhat rapidly change from one 0.x version to the next, thus affecting backward compability. Some components of pressio are more mature and stable than others, but until we can claim the same stability level for all, please keep this mind.

Questions?

Find us on Slack: https://pressioteam.slack.com and/or open an issue on github.

License and Citation

License

The full license is available here.

At some point we plan to publish this, for now we have an arXiv preprint at: https://arxiv.org/abs/2003.07798.

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].