ILNumerics - Technical Application Development
Top
Overload List
Name | Description | |
---|---|---|
apply(BaseArraycomplex, BaseArraycomplex, Funccomplex, complex, complex) |
Binary, elementwise, broadcasting operation: apply(A,B).
[ILNumerics Computing Engine] | |
apply(BaseArrayfcomplex, BaseArrayfcomplex, Funcfcomplex, fcomplex, fcomplex) |
Binary, elementwise, broadcasting operation: apply(A,B).
[ILNumerics Computing Engine] | |
apply(BaseArrayByte, BaseArrayByte, FuncByte, Byte, Byte) |
Binary, elementwise, broadcasting operation: apply(A,B).
[ILNumerics Computing Engine] | |
apply(BaseArrayDouble, BaseArrayDouble, FuncDouble, Double, Double) |
Binary, elementwise, broadcasting operation: apply(A,B).
[ILNumerics Computing Engine] | |
apply(BaseArrayInt16, BaseArrayInt16, FuncInt16, Int16, Int16) |
Binary, elementwise, broadcasting operation: apply(A,B).
[ILNumerics Computing Engine] | |
apply(BaseArrayInt32, BaseArrayInt32, FuncInt32, Int32, Int32) |
Binary, elementwise, broadcasting operation: apply(A,B).
[ILNumerics Computing Engine] | |
apply(BaseArrayInt64, BaseArrayInt64, FuncInt64, Int64, Int64) |
Binary, elementwise, broadcasting operation: apply(A,B).
[ILNumerics Computing Engine] | |
apply(BaseArraySByte, BaseArraySByte, FuncSByte, SByte, SByte) |
Binary, elementwise, broadcasting operation: apply(A,B).
[ILNumerics Computing Engine] | |
apply(BaseArraySingle, BaseArraySingle, FuncSingle, Single, Single) |
Binary, elementwise, broadcasting operation: apply(A,B).
[ILNumerics Computing Engine] | |
apply(BaseArrayUInt16, BaseArrayUInt16, FuncUInt16, UInt16, UInt16) |
Binary, elementwise, broadcasting operation: apply(A,B).
[ILNumerics Computing Engine] | |
apply(BaseArrayUInt32, BaseArrayUInt32, FuncUInt32, UInt32, UInt32) |
Binary, elementwise, broadcasting operation: apply(A,B).
[ILNumerics Computing Engine] | |
apply(BaseArrayUInt64, BaseArrayUInt64, FuncUInt64, UInt64, UInt64) |
Binary, elementwise, broadcasting operation: apply(A,B).
[ILNumerics Computing Engine] | |
applyT(BaseArrayT, BaseArrayT, FuncT, T, T) |
Binary, elementwise, broadcasting operation: Apply<T>.
[ILNumerics Computing Engine] | |
applyTin1, Tin2, Tout(BaseArrayTin1, BaseArrayTin2, FuncTin1, Tin2, Tout) |
Binary, elementwise, broadcasting apply<T1,T2,Tout>(A,B). Maps a scalar operation from elements of A and B to a third array. Arbitrary types. Parallelized.
[ILNumerics Computing Engine] | |
applyTin1, Tin2, Tout(BaseArrayTin1, BaseArrayTin2, FuncTin1, Tin2, Int64, Tout) |
Binary, elementwise, broadcasting apply<T1,T2,long,Tout>(A,B). Maps a scalar operation from elements of
A and B to a third array, provides element index. Arbitrary types. Parallelized.
[ILNumerics Computing Engine] |
See Also