Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DifferenceData ¶
type DifferenceData[T vector.Number] struct { A nodes.NodeOutput[T] B nodes.NodeOutput[T] }
func (DifferenceData[T]) Process ¶
func (cn DifferenceData[T]) Process() (T, error)
type DifferenceNode ¶
type DifferenceNode = nodes.Struct[float64, DifferenceData[float64]]
============================================================================
type DivideData ¶
type DivideData[T vector.Number] struct { Dividend nodes.NodeOutput[T] Divisor nodes.NodeOutput[T] }
func (DivideData[T]) Process ¶
func (cn DivideData[T]) Process() (T, error)
type DivideNode ¶
type DivideNode = nodes.Struct[float64, DivideData[float64]]
============================================================================
type Multiply ¶
type Multiply = nodes.Struct[float64, MultiplyData[float64]]
============================================================================
type MultiplyData ¶
type MultiplyData[T vector.Number] struct { A nodes.NodeOutput[T] B nodes.NodeOutput[T] }
func (MultiplyData[T]) Process ¶
func (cn MultiplyData[T]) Process() (T, error)
Click to show internal directories.
Click to hide internal directories.