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

Fix and clean up some comments #153

Merged
merged 6 commits into from
Feb 2, 2016
Merged

Fix and clean up some comments #153

merged 6 commits into from
Feb 2, 2016

Conversation

vladimir-ch
Copy link
Member

Just some documentation lint I found while going through the package.

// scalar.
//
// At entry to the function, X contains the values of B, and the result is
// stored in place into X.
//
// No check is made that A is invertible.
func (Implementation) Dtrsm(s blas.Side, ul blas.Uplo, tA blas.Transpose, d blas.Diag, m, n int, alpha float64, a []float64, lda int, b []float64, ldb int) {
func (Implementation) Dtrsm(s blas.Side, ul blas.Uplo, tA blas.Transpose, d blas.Diag,
Copy link
Member

Choose a reason for hiding this comment

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

Is this necessary?

@kortschak
Copy link
Member

LGTM except for signature line breaks.

@vladimir-ch
Copy link
Member Author

4x no. Line breaks reverted.

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

2 participants