File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- package goop2
1
+ package MatProInterface_go
2
2
3
3
//go:generate go run extras/setup.go
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ func (vle VectorLinearExpr) Check() error {
53
53
IDs
54
54
Description:
55
55
56
- Returns the goop2 ID of each variable in the current vector linear expression.
56
+ Returns the MatProInterface ID of each variable in the current vector linear expression.
57
57
*/
58
58
func (vle VectorLinearExpr ) IDs () []uint64 {
59
59
return vle .X .IDs ()
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package optim_test
3
3
/*
4
4
util_test.go
5
5
Description:
6
- This file tests some of the utilities added in goop2 's util.go file.
6
+ This file tests some of the utilities added in MatProInterface.go 's util.go file.
7
7
*/
8
8
9
9
import (
You can’t perform that action at this time.
0 commit comments