comparison libinterp/corefcn/schur.cc @ 31382:cad5406329be

maint: Merge stable to default.
author Arun Giridhar <arungiridhar@gmail.com>
date Tue, 01 Nov 2022 06:36:30 -0400
parents f2515895e3b6 b1ee095baa5b
children e88a07dec498
comparison
equal deleted inserted replaced
31380:980059c3b129 31382:cad5406329be
67 @deftypefnx {} {@var{S} =} schur (@var{A}, @var{opt}) 67 @deftypefnx {} {@var{S} =} schur (@var{A}, @var{opt})
68 @deftypefnx {} {[@var{U}, @var{S}] =} schur (@dots{}) 68 @deftypefnx {} {[@var{U}, @var{S}] =} schur (@dots{})
69 @cindex Schur decomposition 69 @cindex Schur decomposition
70 Compute the Schur@tie{}decomposition of @var{A}. 70 Compute the Schur@tie{}decomposition of @var{A}.
71 71
72 The Schur@tie{}decomposition is an eigendecomposition of a square matrix 72 The Schur@tie{}decomposition of a square matrix @var{A} is defined as
73 @var{A} defined as
74 @tex 73 @tex
75 $$ 74 $$
76 S = U^T A U 75 S = U^T A U
77 $$ 76 $$
78 @end tex 77 @end tex