view +scheme/errorVector.m @ 706:a95c89436916 feature/optim

add arnoldi
author Ylva Rydin <ylva.rydin@telia.com>
date Mon, 06 Nov 2017 11:42:15 +0100
parents ed6a704b028d
children
line wrap: on
line source

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