Revision: 2061
Author: swige.ide
Date: Wed Jun 19 00:07:32 2013
Log: issue #72
BugFix: zero absolute precision variant for 'inftraj2d'.
http://code.google.com/p/ellipsoids/source/detail?r=2061
Modified:
/branches/issue_72_yadmiralsky/products/+gras/+ellapx/+lreachplain/AGoodDirsContinuous.m
/branches/issue_72_yadmiralsky/products/+gras/+ellapx/+uncertcalc/+test/+regr/+conf/confrepo/_templates/inftraj2d.xml
/branches/issue_72_yadmiralsky/products/+gras/+ellapx/+uncertcalc/+test/+regr/+mlunit/TestData/SuiteRegression/testRegression_out/x75a51820fa1efaa7d4e2b54362229e74e4ce3766.mat
=======================================
---
/branches/issue_72_yadmiralsky/products/+gras/+ellapx/+lreachplain/AGoodDirsContinuous.m
Tue Jun 18 17:20:46 2013
+++
/branches/issue_72_yadmiralsky/products/+gras/+ellapx/+lreachplain/AGoodDirsContinuous.m
Wed Jun 19 00:07:32 2013
@@ -101,8 +101,19 @@
pDynObj.getAtDynamics(), calcPrecision);
%
self.XstNormDynamics = cXstNormDynamics;
- self.XstTransDynamics = matOpFactory.transpose(XstDynamics);
- self.RstTransDynamics = matOpFactory.transpose(RstDynamics);
+ %self.XstTransDynamics = matOpFactory.transpose(XstDynamics);
+ %self.RstTransDynamics = matOpFactory.transpose(RstDynamics);
+ %------
+ %
+ % Special changeset for 'inftraj2d' - removing the last error
+ % source - transpose, which can give up to 1e-11 error. Now on
+ % composite matOpFactory we reache absolute precision = 0. It
+ % was checked in IntEllApxBuilder (line 14) by:
+ %
+ % ltVec - expm(-[0, 1; 1, 0] * t) * ltSpline.evaluate(0)
+ %
+ self.XstTransDynamics = XstDynamics;
+ self.RstTransDynamics = RstDynamics;
%
[self.ltGoodDirCurveSpline, ...
self.ltGoodDirOneCurveSplineList] = ...
=======================================
---
/branches/issue_72_yadmiralsky/products/+gras/+ellapx/+uncertcalc/+test/+regr/+conf/confrepo/_templates/inftraj2d.xml
Tue Jun 18 17:21:40 2013
+++
/branches/issue_72_yadmiralsky/products/+gras/+ellapx/+uncertcalc/+test/+regr/+conf/confrepo/_templates/inftraj2d.xml
Wed Jun 19 00:07:32 2013
@@ -3,7 +3,7 @@
<valueObj type="struct" >
<genericProps type="struct" >
<calcTimeLimVec type="double" >0 10</calcTimeLimVec>
- <calcPrecision type="double" >0.0008</calcPrecision>
+ <calcPrecision type="double" >0.001</calcPrecision>
<isSplineForMatrixCalcUsed type="boolean" >0</isSplineForMatrixCalcUsed>
</genericProps>
<projectionProps type="struct" >
=======================================
---
/branches/issue_72_yadmiralsky/products/+gras/+ellapx/+uncertcalc/+test/+regr/+mlunit/TestData/SuiteRegression/testRegression_out/x75a51820fa1efaa7d4e2b54362229e74e4ce3766.mat
Tue Jun 18 17:21:40 2013
+++
/branches/issue_72_yadmiralsky/products/+gras/+ellapx/+uncertcalc/+test/+regr/+mlunit/TestData/SuiteRegression/testRegression_out/x75a51820fa1efaa7d4e2b54362229e74e4ce3766.mat
Wed Jun 19 00:07:32 2013
Binary file, no diff available.