C++ implementation of Fast Discrete Riccati Equation solver based on the Structure-Preserving Doubling Algorithm
Install Eigen3
Run the following commands in your terminal to compile the code and run the example:
make # to compile code
./riccati_main # to run example