-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathContents.m
45 lines (45 loc) · 2.59 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
% CORE group
%
% augment - Augmented system matrix.
% beta - Symmetric totally positive matrix of integers.
% bidiag_alt - Upper bidiagonal matrix with alternating superdiagonal entries.
% biogeography - Tridiagonal matrix with nonpositive eigenvalues.
% blockcirc - Block circulant matrix with one nonzero block diagonal.
% blockhouse - Block Householder matrix.
% circul_binom - Circulant matrix based on binomial coefficients.
% collatz - Matrix associated with the Collatz problem.
% creation - Nonnegative upper bidiagonal matrix with zero diagonal.
% cross - Cross-shaped matrix.
% dembo9 - Symmetric Hankel matrix of order 9 and rank 5.
% edelman27 - Matrix for which det is computed as the wrong integer.
% fourier - Fourier matrix.
% gfpp - Matrix giving maximal growth for Gaussian elim. with pivoting.
% hessfull01 - Totally nonnegative lower Hessenberg Toeplitz matrix.
% hessmaxdet - Upper Hessenberg matrix with maximal determinant.
% hess_orth - Lower Hessenberg matrix with orthogonal columns.
% hess_sublu - Upper Hessengerg matrix giving subnormal numbers in LU factor.
% indef - Symmetric indefinite matrix with known inertia.
% kms_nonsymm - Nonsymmetric Kac-Murdock-Szego Toeplitz matrix.
% milnes - Upper triangle 1s and constant columnss in lower triangle.
% nilpot_tridiag - Nilpotent tridiagonal matrix (sparse).
% nilpot_triang - Nilpotent triangular matrix.
% orthog_cauchy - Orthogonal Cauchy-like matrix.
% perfect_shuffle - Perfect shuffle permutation matrix.
% pick - Skew-symmetric matrix giving equality in Pick's inequality.
% rschur - Upper quasi-triangular matrix.
% soules - Soules matrix.
% stoch_cesaro - Lower triangular stochastic matrix from Cesaro summation.
% stoch_compan - Stochastic companion matrix.
% stoch_perfect - Stochastic matrix with nonnegative eigenvalues.
% stoch_revtri - Reverse triangular stochastic matrix.
% symmstoch - Symmetric stochastic matrix with given spectrum.
% totally_nonneg - Nonsingular totally nonnegative matrix.
% tournament - Tournament matrix with maximal spectral radius.
% triminsval01 - Optimal upper triangular binary Toeplitz matrix.
% unitary_eye - Unitary matrix: block 2-by-2 with blocks multiples of EYE.
% uptraporth - Upper trapezoidal matrix with orthogonal rows.
% vand - Vandermonde matrix.
% vecperm - Vec-permutation matrix.
% wilson - Wilson matrix.
% zielke_symm - Symmetric matrix of Zielke.
% zielke_nonsymm - Nonsymmetric matrix of Zielke.