Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Clean up comments for blas32/64 routines #157

Merged
merged 3 commits into from
Feb 5, 2016
Merged

Conversation

vladimir-ch
Copy link
Member

No description provided.

func Axpy(n int, alpha float64, x, y Vector) {
blas64.Daxpy(n, alpha, x.Data, x.Inc, y.Data, y.Inc)
}

// Rotg computes the plane rotation
Copy link
Member

Choose a reason for hiding this comment

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

Why the removal of r, c and s? (also below).

Copy link
Member

Choose a reason for hiding this comment

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

I'm with Dan, adding the definition of z is nice, but shouldn't come with the removal of the others.

Copy link
Member Author

Choose a reason for hiding this comment

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

From my point of view the description of r, c and s was redundant because they are already fully described by the matrix/vector relation and the fact that the matrix is a rotation.

Copy link
Member Author

Choose a reason for hiding this comment

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

Added back.

@vladimir-ch vladimir-ch force-pushed the blas-doc-lint branch 2 times, most recently from 4b0cc2f to 0329a8d Compare February 4, 2016 01:18
@vladimir-ch
Copy link
Member Author

PTAL

@kortschak
Copy link
Member

LGTM

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.

None yet

3 participants