Aardvark.Base


ITensorInfo

Dimension independent properties of tensor infos, and actions that can be performed on tensors infos regardless of their dimension.

Instance members

Instance memberDescription
ForeachIndex(i_action)
Signature: i_action:Action<int64> -> unit
Modifiers: abstract

Perform an action for each element of the tensor. The index of each element within the tensor's data array is supplied as a parameter to the action.

Fork me on GitHub