Mercurial > repos > public > sbplib
view symmetricPart.m @ 589:53d422efaabd feature/better_multiblock_defs
Remove abstract methods getGridSizes from multiblock.Definition
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 11 Sep 2017 13:57:04 +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