ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
New array of the same type as A with elements repeatedly copied as specified by d0....
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.ArraysConcreteArrayT, LocalT, InT, OutT, RetT, StorageT
Array to be replicated. - d0
- Type: SystemInt64
Repetition factor along dimension #0. - d1
- Type: SystemInt64
Repetition factor along dimension #1. - d2
- Type: SystemInt64
Repetition factor along dimension #2. - d3
- Type: SystemInt64
Repetition factor along dimension #3.
Type Parameters
- T
- LocalT
- InT
- OutT
- RetT
- StorageT
Return Value
Type: RetTNew array of the same type as A with elements repeatedly copied as specified by d0....
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | if A is null. |
Remarks
[ILNumerics Computing Engine]
See Also
Reference
MathInternal.concat``6(ConcreteArrayUMP, UMP, UMP, UMP, UMP, UMP, ConcreteArrayUMP, UMP, UMP, UMP, UMP, UMP, UInt32)
BaseStorage.Concat(UTP, UInt32)
MathInternal.horzcat``6(ConcreteArrayUMP, UMP, UMP, UMP, UMP, UMP, ConcreteArrayUMP, UMP, UMP, UMP, UMP, UMP)
MathInternal.vertcat``6(ConcreteArrayUMP, UMP, UMP, UMP, UMP, UMP, ConcreteArrayUMP, UMP, UMP, UMP, UMP, UMP)