mirror of
https://github.com/gonum/gonum.git
synced 2025-09-26 19:21:17 +08:00
optimize: fix doc comment typo
This commit is contained in:
@@ -30,7 +30,7 @@ func (*ListSearch) Uses(has Available) (uses Available, err error) {
|
||||
return has.function()
|
||||
}
|
||||
|
||||
// InitGlobal initializes the method for optimization. The input dimension
|
||||
// Init initializes the method for optimization. The input dimension
|
||||
// must match the number of columns of Locs.
|
||||
func (l *ListSearch) Init(dim, tasks int) int {
|
||||
if dim <= 0 {
|
||||
|
Reference in New Issue
Block a user