Discrete Algebraic Ricatti Equation Solver

This page summarizes the projects mentioned and recommended in the original post on /r/ControlTheory

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. pydare

    Automatically exported from code.google.com/p/pydare

    I have found a simple python implementation, which does not require iteration (although it would be less stable than iterative solutions), but it still requires a scipy.linalg.schur decomposition.

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. SciPy

    SciPy library main repository

    I am the author who touched the DARE solver in SciPy introduced here and modified over the years. The iterative solvers are not more stable in fact it is the other way around but when arrays are too big for dense computations, decompositions become intractable and we resort back to iterative solvers.

  4. pymor

    pyMOR - Model Order Reduction with Python

    Benner's group has lots of experience with those solvers and model reduction problems such as https://github.com/pymor/pymor/

  5. Pytorch

    Tensors and Dynamic neural networks in Python with strong GPU acceleration

    What is the requirement of something to be compatible with PyTorch? You can in fact ask them about this specifically, they are always a helpful bunch https://github.com/pytorch/pytorch

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Get Started with Scikit-Learn: A Beginner-Friendly Guide to Machine Learning in Python

    7 projects | dev.to | 24 Apr 2025
  • Decorator JITs: Python as a DSL

    10 projects | news.ycombinator.com | 3 Feb 2025
  • Dot vs Matrix vs Element-wise multiplication in PyTorch

    2 projects | dev.to | 20 Mar 2024
  • Element-wise vs Matrix vs Dot multiplication

    2 projects | dev.to | 14 Mar 2024
  • [D] Keras 3.0 Announcement: Keras for TensorFlow, JAX, and PyTorch

    3 projects | /r/MachineLearning | 11 Jul 2023