Mercurial > repos > public > sbplib
view symmetricPart.m @ 656:38446922c32a feature/grids
Add function for easily creating a convergence plot
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 24 Oct 2017 11:36:53 +0200 |
parents | f8072bb8d1d1 |
children |
line wrap: on
line source
% Returns the symmetric of A function S = symmetricPart(A, tol) S = 1/2*(A + A'); end