comparison +sbp/OpSet.m @ 427:a613960a157b feature/quantumTriangles

merged with feature/beams
author Ylva Rydin <ylva.rydin@telia.com>
date Thu, 26 Jan 2017 15:59:25 +0100
parents 25b01643e438
children
comparison
equal deleted inserted replaced
426:29944ea7674b 427:a613960a157b
4 m % Number of grid points. 4 m % Number of grid points.
5 h % Step size 5 h % Step size
6 x % Grid 6 x % Grid
7 end 7 end
8 8
9 methods (Abstract)
10 % Returns a string representation of the type of operator.
11 str = string(obj)
12 end
13
9 end 14 end