ILNumerics Ultimate VS

ConcreteArray<T1, LocalT, InT, OutT, RetT, StorageT>.Reshape Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Overload List

  NameDescription
Public methodReshape(Int64[])
Creates reshaped version of this array, accepts variable length arguments array.

[ILNumerics Core Module]

Public methodReshape(Int64, Nullable<StorageOrders>)
Create reshaped, 1 dimensional version of this array. Flattens the array to a vector.

[ILNumerics Core Module]

Public methodReshape(Int64[], Nullable<StorageOrders>) Obsolete.
Creates reshaped version, accepts dimension lengths as array.

[ILNumerics Core Module]

Public methodReshape(UInt32[], Nullable<StorageOrders>)
Creates reshaped version, accepts dimension lengths as array.

[ILNumerics Core Module]

Public methodReshape<IndT>(BaseArray<IndT>, Nullable<StorageOrders>)
Creates reshaped version, accepts dimension lengths as array.

[ILNumerics Core Module]

Public methodReshape(Int64, Int64, Nullable<StorageOrders>)
Create reshaped version of this storage.

[ILNumerics Core Module]

Public methodReshape(Int64, Int64, Int64, Nullable<StorageOrders>)
Create reshaped version of this storage.

[ILNumerics Core Module]

Public methodReshape(Int64, Int64, Int64, Int64, Nullable<StorageOrders>)
Create reshaped version of this storage.

[ILNumerics Core Module]

Public methodReshape(Int64, Int64, Int64, Int64, Int64, Nullable<StorageOrders>)
Create reshaped version of this storage.

[ILNumerics Core Module]

Public methodReshape(Int64, Int64, Int64, Int64, Int64, Int64, Nullable<StorageOrders>)
Create reshaped version of this storage.

[ILNumerics Core Module]

Public methodReshape(Int64, Int64, Int64, Int64, Int64, Int64, Int64, Nullable<StorageOrders>)
Create reshaped version of this storage.

[ILNumerics Core Module]

Top
See Also

Reference