Code covered by the BSD License  

Highlights from
Don't let that INV go past your eyes; to solve that system, FACTORIZE!

from Don't let that INV go past your eyes; to solve that system, FACTORIZE! by Tim Davis
A simple-to-use object-oriented method for solving linear systems and least-squares problems.

reset_rand
function reset_rand
%RESET_RAND resets the state of rand
%
% Example
%   reset_rand
%
% See also RandStream

% Copyright 2011, Timothy A. Davis, University of Florida.

reset (RandStream.getDefaultStream) ;

Contact us at files@mathworks.com