Nikita Zuyanov

Results 11 comments of Nikita Zuyanov

If I understand correctly, first I need to download a copy of the branch 10 and make a rebase to the latest master. The question is, in favour of which...

Where can I learn what exactly do classes LReachProblemDynamicsInterp and LReachProblemLTIDynamics and what is the difference between them? I could not find any help on the subject in ET.

We Kirill spent a lot of time to rebase. As a result, we found that the branch issue_10 itself does not pass a very large number of tests (for example...

Next question is about +gras+ellapx+lreachplain +gras+ellapx+lreachuncert Am I right that all huncert classes inherited from plain classes? Could you explain a little bit what they are doing? I'm sorry, but...

I`m sorry, there is one more commit. I accidentally called him "Issue #10" and message about it now here https://github.com/SystemAnalysisDpt-CMC-MSU/ellipsoids/issues/10

> 2) Finish changes to GoodDirs classes. Changes have been introduced by none of the changes have been thoroughly tested. > There are a few tests in products+gras+ellapx+lreachplain+test but you...

I have some questions about 3) > Finish changes to EllTube clases in gras.ellapx.smartdb.rels What exactly I need to do? I could not find information about changes to products+gras+ellapx+smartdb+rels\EllTube.m products+gras+ellapx+smartdb+rels\EllTubeBasic.m...

Thank you very much for the detailed explanation. I have a few questions about this piece of code import modgen.common.obj.ObjectComparisonMode; ``` % relRef=self; interpObjectFieldNameList={'QArrayInterpObj',}; nInterpFields=numel(interpObjectFieldNameList); isInterpFieldPresentVec=relRef.isField(interpObjectFieldNameList); for iInterpField=1:nInterpFields if isInterpFieldPresentVec(iInterpField)...

> A normalized l(t) could then be taken directly > by multiplying R(s,t)' by l_i. This can be done via gras.mat.CompositeMatrixOperations.rMultiplyByVec. Am I right, that I need to multiply RstTransInterpObj...

After working with the debugger, I realized that the parameter setComparisonMode(ObjectComparisonMode.Blob) can be set only for the entire object as a whole, but not for an individual of his field....