C++ Math Library Reference | ![]() ![]() |
Classic symmetric eigenvalue test matrix (Rosser)
C++ Prototype
mwArray rosser();
C++ Syntax
#include "matlab.hpp" mwArray c; // Input argument(s) mwArray A; // Return value A = rosser();
MATLAB Syntax
[A,B,C,...] = gallery('tmfun
',P1,P2,...)
gallery(3) a badly conditioned 3-by-3 matrix
gallery(5) an interesting eigenvalue problem
See Also
gallery
Calling Conventions![]() | roots | rot90 | ![]() |