Tensor<T>.Move Axis Method
Moves an axis to a new position in a tensor.
Definition
Namespace: Numerics.NET.Tensors
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
C#
A view of the tensor with axis source moved to position destination.
Assembly: Numerics.NET.Tensors (in Numerics.NET.Tensors.dll) Version: 9.0.3
public abstract Tensor<T> MoveAxis(
int source,
int destination
)
Parameters
Return Value
Tensor<T>A view of the tensor with axis source moved to position destination.