Mercurial > repos > public > sbplib
changeset 956:d6ede7f5cbf9
Add todo in CdiffImplicit
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 11 Dec 2018 11:21:25 +0100 |
parents | 92c3c170e90b |
children | 2412f407749a |
files | +time/CdiffImplicit.m |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/+time/CdiffImplicit.m Mon Dec 10 08:29:41 2018 +0000 +++ b/+time/CdiffImplicit.m Tue Dec 11 11:21:25 2018 +0100 @@ -17,6 +17,8 @@ % u(t0) = f1 % u_t(t0) = f2 % starting at time t0 with timestep k + + % TODO: Fix order of matrices function obj = CdiffImplicit(A, B, C, G, f1, f2, k, t0) default_arg('A', []); default_arg('C', []);