Mercurial > repos > public > sbplib
view skewPart.m @ 768:dec0447cbf2c feature/grids
Make assertSize more general, allow picking dimensions
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 26 Jun 2018 14:07:35 +0200 |
parents | f8072bb8d1d1 |
children |
line wrap: on
line source
% Returns the skew of A function S = skewPart(A, tol) S = 1/2*(A - A'); end