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

Commit

Permalink
mat64: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Mar 19, 2016
1 parent 3e753d3 commit 41f1206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mat64/eigen.go
Expand Up @@ -101,7 +101,7 @@ func (e *EigenSym) Values(dst []float64) []float64 {
}

// EigenvectorsSym extracts the eigenvectors of the factorized matrix and stores
// them in the reciever. Each eigenvector is a column corresponding to the
// them in the receiver. Each eigenvector is a column corresponding to the
// respective eigenvalue returned by e.Values.
//
// EigenvectorsSym panics if the factorization was not successful or if the
Expand Down

0 comments on commit 41f1206

Please sign in to comment.