Top "Indices" questions

Use this tag for questions about specifying or selecting the correct information from a structure using indices.

How to efficiently retrieve the indices of maximum values in a Torch tensor?

Assume to have a torch tensor, for example of the following shape: x = torch.rand(20, 1, 120, 120) What I would like now, …

max pytorch indices
Kibana - Get a list of all indices

I have ElasticSearch installed on a server and Kibana 3.0 installed on another machine. Is there any way to get a …

elasticsearch indices kibana
Proper terminology, should I say indexes or indices?

I had a question about indices on a table and I put it up on Stack Overflow. I got my …

indexing terminology indices
indices of the k largest elements in an unsorted length n array

I need to find the indices of the k largest elements of an unsorted, length n, array/vector in C++, …

c++ arrays max indices
Octave: find the minimum value in a row, and also it's index

How would one find the minimum value in each row, and also the index of the minimum value? octave:1> …

find octave min indices
Get the first column of a matrix represented by a vector of vectors

Suppose I'm representing a matrix foo of values using std::vector: int rows = 5; int cols = 10; auto foo = vector<vector&…

c++ vector matrix transpose indices
Is a JavaScript array index a string or an integer?

I had a generic question about JavaScript arrays. Are array indices in JavaScript internally handled as strings? I read somewhere …

javascript arrays indices
Hard time understanding indices with glDrawElements

I'm trying to draw a terrain with GL_TRIANGLE_STRIP and glDrawElements but I'm having a really hard time understanding …

opengl vertex-buffer vertex-array indices
Apply a function to a subset of data.table columns, by column-indices instead of name

I'm trying to apply a function to a group of columns in a large data.table without referring to each …

r data.table multiple-columns indices
In Excel 2007, how can I SUMIFS indices of multiple columns from a named range?

I am analysing library statistics relating to loans made by particular user categories. The loan data forms the named range …

excel indices named-ranges sumifs