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

beat matrix diagonal #252

Open
magwas opened this issue Mar 15, 2019 · 3 comments
Open

beat matrix diagonal #252

magwas opened this issue Mar 15, 2019 · 3 comments

Comments

@magwas
Copy link
Member

magwas commented Mar 15, 2019

Behaviour: Schulze method/normalize beat matrix;the diagonal elements are (0,0)

@tested_feature("Schulze method")

@tested_operation("normalize beat matrix")

@tested_behaviour("the diagonal elements are (0,0)")

A testable aspect of function: a set of pre- and postconditions.

Deviation in model

@colorimeter
Copy link
Contributor

The diagonal elements have no meaning, none of the result computational algorithms uses them, hence it is unnecessary to store zeros.

@magwas
Copy link
Member Author

magwas commented Mar 20, 2019

We do that nevertheless.
This is a "just in case" precaution.

@szirbucz
Copy link
Contributor

szirbucz

szirbucz added a commit to szirbucz/PDEngine that referenced this issue Mar 30, 2019
szirbucz added a commit to szirbucz/PDEngine that referenced this issue Mar 30, 2019
magwas pushed a commit that referenced this issue Mar 30, 2019
* Compute matrix diagonal on normalization #252
magwas pushed a commit that referenced this issue Apr 11, 2019
* Compute matrix diagonal on normalization #252
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants