Skip to content
This repository was archived by the owner on Nov 23, 2018. It is now read-only.

Conversation

btracey
Copy link
Member

@btracey btracey commented Jun 10, 2016

No description provided.

@btracey
Copy link
Member Author

btracey commented Jun 10, 2016

PTAL @vladimir-ch @sbinet

// This is what needs to be changed if zero columns are allowed, as
// a column of all zeros is not linearly independent from itself.
columns.SetCol(len(idxs), newCol)
// This needs to change if zero columns are allowed, as
Copy link
Member

Choose a reason for hiding this comment

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

this comment is a bit confusing (to me at least).
it reads as if this piece of code needs to be changed, ie: as a TODO/FIXME.

perhaps:

// If zero columns are allowed and as a column of all zeros is 
// not linearly independent with itself,
// mark this column as needing to be changed.

@sbinet
Copy link
Member

sbinet commented Jun 10, 2016

LGTM

@btracey btracey merged commit f4204b1 into master Jun 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants