Documentation ¶
Index ¶
- func ArrayBytes[T any](val []T) uintptr
- func FormatFloat32(val float32) string
- func Hex(v int64) string
- func MatrixBytes[T any](val [][]T) uintptr
- func ParseFloat32(val string) float32
- func ReadBytes(r io.Reader) ([]byte, error)
- func ReadGob(r io.Reader, v interface{}) error
- func ReadMatrix(r io.Reader, m [][]float32) error
- func ReadString(r io.Reader) (string, error)
- func StringsBytes(val []string) uintptr
- func WriteBytes(w io.Writer, s []byte) error
- func WriteGob(w io.Writer, v interface{}) error
- func WriteMatrix(w io.Writer, m [][]float32) error
- func WriteString(w io.Writer, s string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArrayBytes ¶
func FormatFloat32 ¶
func MatrixBytes ¶
func ParseFloat32 ¶
func ReadMatrix ¶
ReadMatrix reads matrix from byte stream.
func ReadString ¶
ReadString reads string from byte stream.
func StringsBytes ¶
func WriteBytes ¶
WriteBytes writes bytes to byte stream.
func WriteMatrix ¶
WriteMatrix writes matrix to byte stream.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.