Mercurial > repos > public > sbplib
comparison +sbp/D2Variable.m @ 261:6009f2712d13 operator_remake
Moved and renamned all implementations.
author | Martin Almquist <martin.almquist@it.uu.se> |
---|---|
date | Thu, 08 Sep 2016 15:35:45 +0200 |
parents | 07fa0d6a05bb |
children | 23051a86faa4 |
comparison
equal
deleted
inserted
replaced
260:b4116ce49ac4 | 261:6009f2712d13 |
---|---|
11 methods | 11 methods |
12 function obj = D2Variable(m,h,order) | 12 function obj = D2Variable(m,h,order) |
13 | 13 |
14 switch order | 14 switch order |
15 case 4 | 15 case 4 |
16 [H, HI, D1, D2, e_1, e_m, S_1, S_m] = sbp.variable4(m,h); | 16 [H, HI, D1, D2, e_1, e_m, S_1, S_m] = ... |
17 sbp.implementations.d2_variable_4(m,h); | |
17 obj.borrowing.M.S = 0.2505765857; | 18 obj.borrowing.M.S = 0.2505765857; |
18 otherwise | 19 otherwise |
19 error('Invalid operator order %d.',order); | 20 error('Invalid operator order %d.',order); |
20 end | 21 end |
21 | 22 |