view +scheme/errorVector.m @ 608:c923fe6197ff feature/interpolation

Add inerpolation operator classes and implementations for MC and AWW.
author Martin Almquist <malmquist@stanford.edu>
date Sat, 14 Oct 2017 22:32:25 -0700
parents ed6a704b028d
children
line wrap: on
line source

function e = errorVector(~, v1, v2)
    e = v2-v1;
end