Documentation
¶
Overview ¶
Code generated by gobindlua; DO NOT EDIT.
Index ¶
- type Vector
- func (v Vector) InnerProduct(o Vector) (float64, error)
- func (r *Vector) LuaMetatableType() string
- func (goType *Vector) LuaModuleLoader(L *lua.LState) int
- func (goType *Vector) LuaModuleName() string
- func (goType *Vector) LuaRegisterGlobalMetatable(L *lua.LState)
- func (v Vector) OuterProduct(o Vector) (matrix.Matrix, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Vector ¶
type Vector struct {
Elements []float64
}
func NewVectorFrom ¶
func NewVectorVariadic ¶
func (*Vector) LuaMetatableType ¶
func (*Vector) LuaModuleName ¶
func (*Vector) LuaRegisterGlobalMetatable ¶
Click to show internal directories.
Click to hide internal directories.