Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 431 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 431 Bytes

riccati

C++ implementation of Fast Discrete Riccati Equation solver based on the Structure-Preserving Doubling Algorithm

Installation

Install Eigen3

Usage

Run the following commands in your terminal to compile the code and run the example:

make             # to compile code
./riccati_main   # to run example