Mercurial > repos > public > sbplib
view symmetricPart.m @ 620:b079c437174c feature/grids
Use matlab style if
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 20 Oct 2017 18:31: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