forked from eigtool/eigtool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contents.m
47 lines (47 loc) · 2.35 KB
/
Contents.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
% EigTool.
% Version 2.4.1 (Wed Nov 19 21:54:20 EST 2014)
% Copyright (c) 2002-2014, The Chancellor, Masters and Scholars
% of the University of Oxford, and the EigTool Developers. All rights reserved.
% EigTool is maintained on GitHub: https://github.com/eigtool
% Report bugs/request features at https://github.com/eigtool/eigtool/issues
%
% EigTool
% eigtool - Start EigTool.
% psademo - Start the Pseudospectra Tutorial.
% set_eigtool_prefs - Reset or update EigTool's preferences.
%
% Dense EigTool demos.
% airy_demo - An Airy operator.
% basor_demo - Toeplitz matrix (Basor-Morrison).
% chebspec_demo - First order Chebyshev differentiation matrix.
% companion_demo - A companion matrix.
% convdiff_demo - 1-D convection diffusion operator.
% davies_demo - Davies' example.
% demmel_demo - Demmel's matrix.
% frank_demo - The Frank matrix.
% gallery3_demo - The matrix `gallery(3)'.
% gallery5_demo - The matrix `gallery(5)'.
% gaussseidel_demo - Gauss-Seidel iteration matrices.
% godunov_demo - Godunov's matrix.
% grcar_demo - Grcar's matrix.
% hatano_demo - Hatano-Nelson example.
% kahan_demo - The Kahan matrix.
% landau_demo - An application from lasers.
% orrsommerfeld_demo - An Orr-Sommerfeld operator.
% random_demo - A matrix with random entries.
% randomtri_demo - An upper triangular matrix with random entries.
% riffle_demo - The riffle shuffle matrix.
% transient_demo - A matrix with transient behaviour.
% twisted_demo - A `twisted-Toeplitz' matrix.
%
% Sparse EigTool demos.
% dwave_demo - The dialectric waveguide matrix from Matrix Market.
% convdiff_fd_demo - A convection diffusion operator (finite-differences).
% pde_demo - An elliptic PDE from Matrix Market.
% markov_demo - A Markov chain transition matrix.
% olmstead_demo - The Olmstead model from Matrix Market.
% rdbrusselator_demo - The reaction-diffusion Brusellator model from Matrix Market.
% sparserandom_demo - A sparse random matrix.
% skewlap3d_demo - A non-symmetric 3D Laplacian.
% supg_demo - An SUPG matrix.
% tolosa_demo - The Tolosa matrix from Matrix Market.