Mercurial > repos > public > sbplib
view skewPart.m @ 930:34d882bffae4 feature/timesteppers
Add stepping function for RK with discrete data.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Mon, 03 Dec 2018 16:26:18 -0800 |
parents | f8072bb8d1d1 |
children |
line wrap: on
line source
% Returns the skew of A function S = skewPart(A, tol) S = 1/2*(A - A'); end