mmm

package
v0.0.0-...-5130504 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Filter

func Filter(dst_path, src_path string,
	row_ids_selected []Ident, rows_inverted bool,
	col_ids_selected []Ident, cols_inverted bool) error

Types

type Handle

type Handle struct {
	// contains filtered or unexported fields
}

func Create

func Create(path string, rows, cols int64) (rv *Handle, err error)

func Open

func Open(path string) (h *Handle, err error)

func (*Handle) Close

func (h *Handle) Close() error

func (*Handle) ColIdByIdx

func (h *Handle) ColIdByIdx(idx int) Ident

func (*Handle) ColIds

func (h *Handle) ColIds() []Ident

func (*Handle) ColIdxById

func (h *Handle) ColIdxById(id Ident) (idx int, found bool)

func (*Handle) Cols

func (h *Handle) Cols() int

func (*Handle) RowById

func (h *Handle) RowById(id Ident) (row []float32, found bool)

func (*Handle) RowByIdx

func (h *Handle) RowByIdx(idx int) []float32

func (*Handle) RowIdByIdx

func (h *Handle) RowIdByIdx(idx int) Ident

func (*Handle) RowIds

func (h *Handle) RowIds() []Ident

func (*Handle) RowIdxById

func (h *Handle) RowIdxById(id Ident) (idx int, found bool)

func (*Handle) Rows

func (h *Handle) Rows() int

type Ident

type Ident uint32

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL