ILNumerics Ultimate VS

ILMath.repmat<T, LocalT, InT, OutT, RetT, StorageT> Method (ConcreteArray<T, LocalT, InT, OutT, RetT, StorageT>, Int64, Int64, Int64, Int64)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Replicates A along the given dimensions.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static RetT repmat<T, LocalT, InT, OutT, RetT, StorageT>(
	ConcreteArray<T, LocalT, InT, OutT, RetT, StorageT> A,
	long d0,
	long d1,
	long d2,
	long d3
)
where LocalT : Mutable<T, LocalT, InT, OutT, RetT, StorageT>
where InT : Immutable<T, LocalT, InT, OutT, RetT, StorageT>
where OutT : Mutable<T, LocalT, InT, OutT, RetT, StorageT>
where RetT : ConcreteRetArray<T, LocalT, InT, OutT, RetT, StorageT>
where StorageT : new(), BaseStorage<T, LocalT, InT, OutT, RetT, StorageT>

Parameters

A
Type: ILNumerics.Core.Arrays.ConcreteArray<T, LocalT, InT, OutT, RetT, StorageT>
Array to be replicated.
d0
Type: System.Int64
Repetition factor along dimension #0.
d1
Type: System.Int64
Repetition factor along dimension #1.
d2
Type: System.Int64
Repetition factor along dimension #2.
d3
Type: System.Int64
Repetition factor along dimension #3.

Type Parameters

T
LocalT
InT
OutT
RetT
StorageT

Return Value

Type: RetT
New array of the same type as A with elements repeatedly copied as specified by d0....
Exceptions

ExceptionCondition
ArgumentNullException if A is null.
Remarks

[ILNumerics Computing Engine]

See Also

Reference

MathInternal.concat``6(ConcreteArray<UMP, UMP, UMP, UMP, UMP, UMP>, ConcreteArray<UMP, UMP, UMP, UMP, UMP, UMP>, UInt32)
BaseStorage.Concat(UTP, UInt32)
MathInternal.horzcat``6(ConcreteArray<UMP, UMP, UMP, UMP, UMP, UMP>, ConcreteArray<UMP, UMP, UMP, UMP, UMP, UMP>)
MathInternal.vertcat``6(ConcreteArray<UMP, UMP, UMP, UMP, UMP, UMP>, ConcreteArray<UMP, UMP, UMP, UMP, UMP, UMP>)