Documentation ¶ Index ¶ type M func New(bounds image.Rectangle) *M func NewFromGray(in *image.Gray) *M func (m *M) At(x, y int) float64 func (m *M) Bounds() image.Rectangle func (m *M) Set(x, y int, value float64) func (m *M) SubImage(r image.Rectangle) *M func (m *M) ToGray() *image.Gray Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type M ¶ type M struct { // contains filtered or unexported fields } func New ¶ func New(bounds image.Rectangle) *M func NewFromGray ¶ func NewFromGray(in *image.Gray) *M func (*M) At ¶ func (m *M) At(x, y int) float64 func (*M) Bounds ¶ func (m *M) Bounds() image.Rectangle func (*M) Set ¶ func (m *M) Set(x, y int, value float64) func (*M) SubImage ¶ func (m *M) SubImage(r image.Rectangle) *M func (*M) ToGray ¶ func (m *M) ToGray() *image.Gray Source Files ¶ View all Source files matrix.go Click to show internal directories. Click to hide internal directories.