mirror of
https://github.com/gonum/gonum.git
synced 2025-11-03 03:13:27 +08:00
mat: add NonZeroDoer interfaces and implementations
Also clean up some documentation and missing type checks related to tests for NonZeroDoers.
This commit is contained in:
@@ -45,6 +45,7 @@ type RawSymmetricer interface {
|
||||
RawSymmetric() blas64.Symmetric
|
||||
}
|
||||
|
||||
// A MutableSymmetric can set elements of a symmetric matrix.
|
||||
type MutableSymmetric interface {
|
||||
Symmetric
|
||||
SetSym(i, j int, v float64)
|
||||
|
||||
Reference in New Issue
Block a user