ILNumerics Ultimate VS

ExtensionMethodsargmax Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Overload List

  NameDescription
Public methodStatic memberargmax(ConcreteArraycomplex, Arraycomplex, InArraycomplex, OutArraycomplex, RetArraycomplex, Storagecomplex, NullableInt32, OutArraycomplex)
[numpy API] Computes indices of maximum elements along the specified dimension of A, recognizing NaNs.

[ILNumerics numpy Module]

Public methodStatic memberargmax(ConcreteArrayByte, ArrayByte, InArrayByte, OutArrayByte, RetArrayByte, StorageByte, NullableInt32, OutArrayByte)
[numpy API] Computes indices of maximum elements along the specified dimension of A, recognizing NaNs.

[ILNumerics numpy Module]

Public methodStatic memberargmax(ConcreteArrayDouble, ArrayDouble, InArrayDouble, OutArrayDouble, RetArrayDouble, StorageDouble, NullableInt32, OutArrayDouble)
[numpy API] Computes indices of maximum elements along the specified dimension of A, recognizing NaNs.

[ILNumerics numpy Module]

Public methodStatic memberargmax(ConcreteArrayInt16, ArrayInt16, InArrayInt16, OutArrayInt16, RetArrayInt16, StorageInt16, NullableInt32, OutArrayInt16)
[numpy API] Computes indices of maximum elements along the specified dimension of A, recognizing NaNs.

[ILNumerics numpy Module]

Public methodStatic memberargmax(ConcreteArrayInt32, ArrayInt32, InArrayInt32, OutArrayInt32, RetArrayInt32, StorageInt32, NullableInt32, OutArrayInt32)
[numpy API] Computes indices of maximum elements along the specified dimension of A, recognizing NaNs.

[ILNumerics numpy Module]

Public methodStatic memberargmax(ConcreteArrayInt64, ArrayInt64, InArrayInt64, OutArrayInt64, RetArrayInt64, StorageInt64, NullableInt32, OutArrayInt64)
[numpy API] Computes indices of maximum elements along the specified dimension of A, recognizing NaNs.

[ILNumerics numpy Module]

Public methodStatic memberargmax(ConcreteArraySByte, ArraySByte, InArraySByte, OutArraySByte, RetArraySByte, StorageSByte, NullableInt32, OutArraySByte)
[numpy API] Computes indices of maximum elements along the specified dimension of A, recognizing NaNs.

[ILNumerics numpy Module]

Public methodStatic memberargmax(ConcreteArraySingle, ArraySingle, InArraySingle, OutArraySingle, RetArraySingle, StorageSingle, NullableInt32, OutArraySingle)
[numpy API] Computes indices of maximum elements along the specified dimension of A, recognizing NaNs.

[ILNumerics numpy Module]

Public methodStatic memberargmax(ConcreteArrayUInt16, ArrayUInt16, InArrayUInt16, OutArrayUInt16, RetArrayUInt16, StorageUInt16, NullableInt32, OutArrayUInt16)
[numpy API] Computes indices of maximum elements along the specified dimension of A, recognizing NaNs.

[ILNumerics numpy Module]

Public methodStatic memberargmax(ConcreteArrayUInt32, ArrayUInt32, InArrayUInt32, OutArrayUInt32, RetArrayUInt32, StorageUInt32, NullableInt32, OutArrayUInt32)
[numpy API] Computes indices of maximum elements along the specified dimension of A, recognizing NaNs.

[ILNumerics numpy Module]

Public methodStatic memberargmax(ConcreteArrayUInt64, ArrayUInt64, InArrayUInt64, OutArrayUInt64, RetArrayUInt64, StorageUInt64, NullableInt32, OutArrayUInt64)
[numpy API] Computes indices of maximum elements along the specified dimension of A, recognizing NaNs.

[ILNumerics numpy Module]

Public methodStatic memberargmax(ConcreteArrayfcomplex, Arrayfcomplex, InArrayfcomplex, OutArrayfcomplex, RetArrayfcomplex, Storagefcomplex, NullableInt32, OutArrayfcomplex)
[numpy API] Computes indices of maximum elements along the specified dimension of A, recognizing NaNs.

[ILNumerics numpy Module]

Top
See Also

Reference