mirror of
https://github.com/gonum/gonum.git
synced 2025-10-08 08:30:14 +08:00
mat: add DiagDense.Norm
This commit is contained in:

committed by
Vladimír Chalupecký

parent
39cb21da6b
commit
7d9d51f30f
@@ -44,6 +44,7 @@ type allMatrix interface {
|
||||
type denseMatrix interface {
|
||||
DiagView() Diagonal
|
||||
Tracer
|
||||
Normer
|
||||
}
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user