Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ellipsoid.minus, ellipsoid.mtimes, ellipsoid.inv and ellipsoid.getInv methods as well as test for constructor of ellipsoid from ellipsoids project #24

Open
irublev opened this issue Dec 1, 2018 · 0 comments

Comments

@irublev
Copy link
Contributor

irublev commented Dec 1, 2018

Deadline is 23/Dec/2018

The following tests are to be implemented:

  1. testMinus, testInv from elltool.core.test.mlunit.EllipsoidBasicSecondTC
  2. testMtimes and testMultidimensionalConstructor from elltool.core.test.mlunit.EllipsoidTestCase

It should be noted that minus (https://www.mathworks.com/help/matlab/ref/minus.html) and mtimes (https://www.mathworks.com/help/matlab/ref/mtimes.html) are to be implemented as __sub__, __rsub__ and __rmul__ methods (see https://realpython.com/operator-function-overloading/, http://www.trytoprogram.com/python-programming/python-operator-overloading/ for details)

@irublev irublev changed the title Implement @ellipsoid.minus, @ellipsoid.mtimes, @ellipsoid.inv and @ellipsoid.getInv methods as well as the corresponding tests from ellipsoids project Implement @ellipsoid.minus, @ellipsoid.mtimes, @ellipsoid.inv and @ellipsoid.getInv methods as well as test for constructor of @ellipsoid from ellipsoids project Dec 1, 2018
@irublev irublev changed the title Implement @ellipsoid.minus, @ellipsoid.mtimes, @ellipsoid.inv and @ellipsoid.getInv methods as well as test for constructor of @ellipsoid from ellipsoids project Implement ellipsoid.minus, ellipsoid.mtimes, ellipsoid.inv and ellipsoid.getInv methods as well as test for constructor of ellipsoid from ellipsoids project Dec 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants