Mercurial > repos > public > sbplib
comparison +sbp/D1Gauss.m @ 707:0de70ec8bf60 feature/quantumTriangles
merge with feature/optim
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Fri, 10 Nov 2017 14:22:56 +0100 |
parents | e1d11b6a68d8 |
children |
comparison
equal
deleted
inserted
replaced
696:7c16b5af8d98 | 707:0de70ec8bf60 |
---|---|
35 obj.HI = inv(obj.H); | 35 obj.HI = inv(obj.H); |
36 obj.Q = obj.H*obj.D1 - obj.e_r*obj.e_r' + obj.e_l*obj.e_l'; | 36 obj.Q = obj.H*obj.D1 - obj.e_r*obj.e_r' + obj.e_l*obj.e_l'; |
37 | 37 |
38 obj.borrowing = []; | 38 obj.borrowing = []; |
39 end | 39 end |
40 | |
41 function str = string(obj) | |
42 str = [class(obj) '_' num2str(obj.order)]; | |
43 end | |
40 end | 44 end |
41 end | 45 end |