matrix

package
v0.0.0-...-6ff31ab Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

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

func (Error) Error

func (e Error) Error() string

type Matrix

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

func New

func New(src [][]float32) (*Matrix, error)

func NewBlank

func NewBlank(row, column int) *Matrix

NewBlank return a fresh matrix

func (*Matrix) Multiply

func (e *Matrix) Multiply(dst *Matrix) (*Matrix, error)

Multiply for matrix

Jump to

Keyboard shortcuts

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