Documentation
¶
Overview ¶
Package "matrix" is an experimental library for matrix manipulation implemented in Golang.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cursor ¶
"Cursor" is the interface for iterator for elements of matrix. Some implementations of "Cursor" iterate all elements, and others iterates elements satisfying conditions. For more details, refer "types.Cursor".
Directories
¶
| Path | Synopsis |
|---|---|
|
Package "dense" provides an implementation of mutable dense matrix.
|
Package "dense" provides an implementation of mutable dense matrix. |
|
internal
|
|
|
rewriters
Package "rewriters" provides functions to rewrite the indexes or shape of matrix.
|
Package "rewriters" provides functions to rewrite the indexes or shape of matrix. |
|
types
Package "types" provides types which represent matrix and iterator of elements.
|
Package "types" provides types which represent matrix and iterator of elements. |
Click to show internal directories.
Click to hide internal directories.