hadamard | % Construct a Hadamard matrix @var{Hn} of size @var{n}-by-@var{n}. The |
hankel | % Return the Hankel matrix constructed given the first column @var{c}, and |
hilb | % Return the Hilbert matrix of order @var{n}. The |
invhilb | % Return the inverse of a Hilbert matrix of order @var{n}. This can be |
lauchli | % Creates the matrix [ ones(1,@var{n}); @var{mu}*eye(@var{n}) ] |
magic | % |
pascal | % |
rosser | % |
sylvester_matrix | % Return the Sylvester matrix of order |
toeplitz | % Return the Toeplitz matrix constructed given the first column @var{c}, |
vander | % Return the Vandermonde matrix whose next to last column is @var{c}. |
wilkinson | % |