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

linear combination and convex hull on sspz #2979

Merged
merged 7 commits into from
Jun 23, 2022
Merged

Conversation

lucaferranti
Copy link
Member

No description provided.

src/ConcreteOperations/convex_hull.jl Outdated Show resolved Hide resolved
src/ConcreteOperations/linear_combination.jl Outdated Show resolved Hide resolved
src/ConcreteOperations/linear_combination.jl Outdated Show resolved Hide resolved
Co-authored-by: Christian Schilling <[email protected]>
@schillic
Copy link
Member

For the docs error you need to add the two methods here and add a new block for linear_combination.

@mforets
Copy link
Member

mforets commented Jun 18, 2022

@lucaferranti can you pls add some tests for the new functionality?

@lucaferranti lucaferranti marked this pull request as ready for review June 21, 2022 07:53
@lucaferranti lucaferranti requested review from mforets and schillic June 21, 2022 07:53
@@ -32,4 +32,25 @@ for N in [Float64, Float32, Rational{Int}]
@test genmat(CPS) == [1 2 0 0;2 2 0 0;0 0 1 2;0 0 2 2.]
@test expmat(CPS) == [1 4 0 0;1 2 0 0;0 0 1 4;0 0 1 2]

_c = N[2.0, 0.0]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is okay now, but typically we do not use underscores for variables. Since we have the outer loops in the test files, there are usually no scoping problems.

@mforets mforets merged commit 4f7257e into master Jun 23, 2022
@mforets mforets deleted the lf-sspz-lincomb-hull branch June 23, 2022 04:28
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

Successfully merging this pull request may close these issues.

3 participants