Mercurial > repos > public > sbplib
view symmetricPart.m @ 1216:2a3bd78edb0e
Merged in feature/joingrids (pull request #16)
joinGrids
Approved-by: Vidar Stiernström <vidar.stiernstrom@it.uu.se>
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 13 Nov 2019 22:13:20 +0000 |
parents | f8072bb8d1d1 |
children |
line wrap: on
line source
% Returns the symmetric of A function S = symmetricPart(A, tol) S = 1/2*(A + A'); end