Mercurial > repos > public > sbplib
comparison +sbp/D1Nonequidistant.m @ 432:eca4ca84cf0a feature/quantumTriangles
Merge in feature/grids
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Wed, 08 Feb 2017 11:10:13 +0100 |
parents | bc78157c89cb |
children | 4cb627c7fb90 |
comparison
equal
deleted
inserted
replaced
431:5f4540e13f9b | 432:eca4ca84cf0a |
---|---|
79 | 79 |
80 obj.HI = inv(obj.H); | 80 obj.HI = inv(obj.H); |
81 obj.Q = obj.H*obj.D1 - obj.e_r*obj.e_r' + obj.e_l*obj.e_l'; | 81 obj.Q = obj.H*obj.D1 - obj.e_r*obj.e_r' + obj.e_l*obj.e_l'; |
82 | 82 |
83 obj.borrowing = []; | 83 obj.borrowing = []; |
84 | |
85 end | |
86 | |
87 function str = string(obj) | |
88 str = [class(obj) '_' num2str(obj.order)]; | |
84 end | 89 end |
85 end | 90 end |
86 end | 91 end |