n-dimensional Questions
2
I am trying to render 3D prisms in LWJGL OpenGL with flat shading. For example, I have a cube indexed as following:
I only have 8 vertices in the vertex buffer, which I have indexed as above. I...
Crescantia asked 2/2, 2020 at 1:42
2
Solved
Given a vector of N-dimensional points. The vector will be of size N+1.
Is there a generalized algorithm to find the center and radius of the ND sphere using those points where the sphere intersect...
Phiphenomenon asked 13/5, 2022 at 13:9
5
Solved
I am interested in evenly distributing N points on the surface of spheres in dimensions 3 and higher.
To be more specific:
Given a number of points N and number of dimensions D (where D > 1, N >...
Loring asked 20/7, 2019 at 8:55
3
Solved
Using NumPy, I would like to produce a list of all lines and diagonals of an n-dimensional array with lengths of k.
Take the case of the following three-dimensional array with lengths of three.
...
Sciential asked 27/8, 2016 at 13:20
3
Solved
I have a 3D array in MATLAB, with size(myArray) = [100 100 50]. Now, I'd like to get a specific layer, specified by an index in the first dimension, in the form of a 2D matrix.
I tried myMatrix = ...
Forceps asked 19/4, 2011 at 17:9
5
Looking for some advice here. Does anyone know a good place to start looking into matching algorithm in a n-dimensional space. For example, any dating site out there must be using some sort of algo...
Handedness asked 24/3, 2009 at 15:41
1
Solved
My classmates and me are being confronted with OpenCL for the first time. As expected, we ran into some issues. Below I summarized the issues we had and the answers we found. However, we're not sur...
Practicable asked 19/1, 2014 at 19:55
1
I have a dataset with 1000 dimensions and I am trying to cluster the data with DBSCAN in Python. I have a hard time understanding what metric to choose and why.
Can someone explain this? And how s...
Lind asked 22/4, 2013 at 14:14
1
© 2022 - 2025 — McMap. All rights reserved.