Mercurial > repos > public > sbplib
view symmetricPart.m @ 934:dd95470d4baf feature/utux2D
Change from opts to type in multiblock.setAllInterfaceTypes
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 04 Dec 2018 12:37:44 +0100 |
parents | f8072bb8d1d1 |
children |
line wrap: on
line source
% Returns the symmetric of A function S = symmetricPart(A, tol) S = 1/2*(A + A'); end