view +sbp/OpSet.m @ 482:b90f8108ea5f feature/sublassable_cellarray

Remove disp and display methods
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 02 Aug 2017 12:27:25 +0200
parents 21a180acbd49
children 25b01643e438
line wrap: on
line source

classdef (Abstract) OpSet
    properties (Abstract)
        borrowing % Struct with borrowing limits for different norm matrices
        m % Number of grid points.
        h % Step size
        x % Grid
    end

end