solve_lyapunov_discrete: Solve Discrete Lyapunov Equation

View source: R/kalman.R

solve_lyapunov_discreteR Documentation

Solve Discrete Lyapunov Equation

Description

Solves X = F X t(F) + Q for X using the vectorization approach.

Usage

solve_lyapunov_discrete(F_mat, Q)

Arguments

F_mat

Square matrix.

Q

Square matrix (same dimensions as F_mat).

Value

Solution matrix X.


wARMASVp documentation built on May 15, 2026, 5:07 p.m.