mirror of
https://github.com/gonum/gonum.git
synced 2025-10-14 03:13:46 +08:00
all: replace min/max helpers with min/max builtins
This commit is contained in:
@@ -27,13 +27,6 @@ type Tridiagonal struct {
|
||||
DU []float64
|
||||
}
|
||||
|
||||
func max(a, b int) int {
|
||||
if a > b {
|
||||
return a
|
||||
}
|
||||
return b
|
||||
}
|
||||
|
||||
// Potrf computes the Cholesky factorization of a.
|
||||
// The factorization has the form
|
||||
//
|
||||
|
Reference in New Issue
Block a user