Pages with the most categories

Jump to navigation Jump to search

Showing below up to 321 results in range #1 to #321.

View (previous 500 | next 500) (20 | 50 | 100 | 250 | 500)

  1. Backward substitution, scalability‏‎ (2 categories)
  2. Prim's, Java, JGraphT‏‎ (2 categories)
  3. Bellman-Ford, locality‏‎ (2 categories)
  4. QR decomposition of dense nonsingular matrices‏‎ (2 categories)
  5. Binary search, C++‏‎ (2 categories)
  6. Serial-parallel algorithm for the LU decomposition of a tridiagonal matrix‏‎ (2 categories)
  7. Boruvka's, RCC for CPU‏‎ (2 categories)
  8. Single Source Shortest Path (SSSP)‏‎ (2 categories)
  9. Cholesky decomposition, locality‏‎ (2 categories)
  10. Tarjan's biconnected components, C++, Boost Graph Library‏‎ (2 categories)
  11. Complete cyclic reduction, scalability‏‎ (2 categories)
  12. Tarjan's strongly connected components, Python/C++, NetworKit‏‎ (2 categories)
  13. DFS, C++, Boost Graph Library‏‎ (2 categories)
  14. The serial-parallel summation method, locality‏‎ (2 categories)
  15. Dense matrix multiplication, scalability‏‎ (2 categories)
  16. Triangular decompositions‏‎ (2 categories)
  17. Dijkstra, Python‏‎ (2 categories)
  18. Uniform norm of a vector, locality‏‎ (2 categories)
  19. Dot product‏‎ (2 categories)
  20. VF2 algorithm‏‎ (2 categories)
  21. Finding minimal-cost flow in a transportation network‏‎ (2 categories)
  22. Ford–Fulkerson, Python, NetworkX‏‎ (2 categories)
  23. Gaussian elimination (finding the LU decomposition)‏‎ (2 categories)
  24. Givens method, locality‏‎ (2 categories)
  25. Hopcroft–Karp, Java, JGraphT‏‎ (2 categories)
  26. Householder (reflections) method for reducing of a matrix to Hessenberg form‏‎ (2 categories)
  27. Householder (reflections) reduction of a matrix to bidiagonal form, locality‏‎ (2 categories)
  28. K-means clustering, Apache Mahout‏‎ (2 categories)
  29. K-means clustering, Octave‏‎ (2 categories)
  30. K-means clustering, Stata‏‎ (2 categories)
  31. Kaczmarz's, MATLAB1‏‎ (2 categories)
  32. Kruskal's algorithm‏‎ (2 categories)
  33. Lanczos, C++, MPI, 3‏‎ (2 categories)
  34. Longest shortest path, Java, WebGraph‏‎ (2 categories)
  35. Methods for solving tridiagonal SLAEs‏‎ (2 categories)
  36. Newton's method for systems of nonlinear equations, parallel2‏‎ (2 categories)
  37. One step of the dqds, LAPACK‏‎ (2 categories)
  38. All Pairs Shortest Path (APSP)‏‎ (2 categories)
  39. Pairwise summation of numbers, scalability‏‎ (2 categories)
  40. BFS, MPI, Graph500‏‎ (2 categories)
  41. Poisson equation, solving with DFT, PFFT‏‎ (2 categories)
  42. Bellman-Ford, C++, Boost Graph Library‏‎ (2 categories)
  43. Prim's algorithm‏‎ (2 categories)
  44. Bellman-Ford, scalability‏‎ (2 categories)
  45. Reducing matrices to compact forms‏‎ (2 categories)
  46. Binary search, Java‏‎ (2 categories)
  47. Serial-parallel method for solving tridiagonal matrices based on the LU decomposition and backward substitutions‏‎ (2 categories)
  48. Boruvka's, RCC for GPU‏‎ (2 categories)
  49. Singular value decomposition (finding singular values and singular vectors)‏‎ (2 categories)
  50. Cholesky decomposition, scalability‏‎ (2 categories)
  51. Tarjan's biconnected components, Java, JGraphT‏‎ (2 categories)
  52. Construction of the minimum spanning tree (MST)‏‎ (2 categories)
  53. Tarjan's strongly connected components algorithm‏‎ (2 categories)
  54. DFS, C++, MPI, Parallel Boost Graph Library‏‎ (2 categories)
  55. The serial-parallel summation method, scalability‏‎ (2 categories)
  56. Dense matrix multiplication (serial version for real matrices)‏‎ (2 categories)
  57. Two-qubit transform of a state vector‏‎ (2 categories)
  58. Dijkstra, Python/C++‏‎ (2 categories)
  59. Uniform norm of a vector: Real version, serial-parallel variant‏‎ (2 categories)
  60. Dot product, locality‏‎ (2 categories)
  61. Vertex connectivity of a graph‏‎ (2 categories)
  62. Floyd-Warshall, C++, Boost Graph Library‏‎ (2 categories)
  63. Ford–Fulkerson algorithm‏‎ (2 categories)
  64. Gaussian elimination with column pivoting‏‎ (2 categories)
  65. Hopcroft–Karp algorithm‏‎ (2 categories)
  66. Householder (reflections) method for the QR decomposition, SCALAPACK‏‎ (2 categories)
  67. Hungarian, Java, JGraphT‏‎ (2 categories)
  68. K-means clustering, Ayasdi‏‎ (2 categories)
  69. K-means clustering, OpenCV‏‎ (2 categories)
  70. K-means clustering, Torch‏‎ (2 categories)
  71. Kaczmarz's, MATLAB2‏‎ (2 categories)
  72. LU decomposition using Gaussian elimination with pivoting‏‎ (2 categories)
  73. Lanczos, C, MPI‏‎ (2 categories)
  74. Longest shortest path, Python/C++, NetworKit‏‎ (2 categories)
  75. Newton's method for systems of nonlinear equations‏‎ (2 categories)
  76. Newton's method for systems of nonlinear equations, parallel3‏‎ (2 categories)
  77. One step of the dqds algorithm‏‎ (2 categories)
  78. Assignment problem‏‎ (2 categories)
  79. Parallel prefix scan algorithm using pairwise summation‏‎ (2 categories)
  80. BFS, Python, NetworkX‏‎ (2 categories)
  81. Poisson equation, solving with DFT, cuFFT‏‎ (2 categories)
  82. Poisson equation, solving with DFT, locality‏‎ (2 categories)
  83. Bellman-Ford, Java, JGraphT‏‎ (2 categories)
  84. Purdom's, Boost Graph Library‏‎ (2 categories)
  85. Bellman-Ford algorithm‏‎ (2 categories)
  86. Repeated Thomas, locality‏‎ (2 categories)
  87. Binary search, Python‏‎ (2 categories)
  88. Serial Jacobi (rotations) method for symmetric matrices‏‎ (2 categories)
  89. Boruvka's, locality‏‎ (2 categories)
  90. Stochastic dual dynamic programming (SDDP)‏‎ (2 categories)
  91. Cholesky method‏‎ (2 categories)
  92. Tarjan's biconnected components, Python, NetworkX‏‎ (2 categories)
  93. Cooley-Tukey, locality‏‎ (2 categories)
  94. Tarjan-Vishkin biconnected components, scalability‏‎ (2 categories)
  95. DFS, Python, NetworkX‏‎ (2 categories)
  96. Thomas, locality‏‎ (2 categories)
  97. Depth-first search (DFS)‏‎ (2 categories)
  98. Two-sided Thomas, locality‏‎ (2 categories)
  99. Dijkstra, VGL, pull‏‎ (2 categories)
  100. Unitary-triangular factorizations‏‎ (2 categories)
  101. Dot product, scalability‏‎ (2 categories)
  102. Δ-stepping, C++, MPI, Parallel Boost Graph Library‏‎ (2 categories)
  103. Floyd-Warshall, Java, JGraphT‏‎ (2 categories)
  104. Forward substitution‏‎ (2 categories)
  105. Gaussian elimination with complete pivoting‏‎ (2 categories)
  106. Graph connectivity‏‎ (2 categories)
  107. Horners, locality‏‎ (2 categories)
  108. Householder (reflections) method for the QR decomposition, locality‏‎ (2 categories)
  109. Hungarian algorithm‏‎ (2 categories)
  110. K-means clustering, CrimeStat‏‎ (2 categories)
  111. K-means clustering, R‏‎ (2 categories)
  112. K-means clustering, Weka‏‎ (2 categories)
  113. Kaczmarz's, MATLAB3‏‎ (2 categories)
  114. LU decomposition using Gaussian elimination without pivoting‏‎ (2 categories)
  115. Lanczos, MPI, OpenMP‏‎ (2 categories)
  116. Matrix decomposition problem‏‎ (2 categories)
  117. Newton's method for systems of nonlinear equations, ALIAS C++‏‎ (2 categories)
  118. Newton's method for systems of nonlinear equations, scalability1‏‎ (2 categories)
  119. Orthogonalization method‏‎ (2 categories)
  120. Auction algorithm‏‎ (2 categories)
  121. Poisson equation, solving with DFT‏‎ (2 categories)
  122. BFS, Python/C++, NetworKit‏‎ (2 categories)
  123. Poisson equation, solving with DFT, scalability‏‎ (2 categories)
  124. Bellman-Ford, Ligra‏‎ (2 categories)
  125. Purdom's algorithm‏‎ (2 categories)
  126. BiCGStab, HYPRE‏‎ (2 categories)
  127. Repeated Thomas algorithm, pointwise version‏‎ (2 categories)
  128. Binary search, locality‏‎ (2 categories)
  129. Serial Jacobi (rotations) method with thresholds for symmetric matrices‏‎ (2 categories)
  130. Boruvka's, scalability‏‎ (2 categories)
  131. Stone doubling algorithm‏‎ (2 categories)
  132. Classical orthogonalization method‏‎ (2 categories)
  133. Tarjan's biconnected components algorithm‏‎ (2 categories)
  134. Cooley-Tukey, scalability‏‎ (2 categories)
  135. Tarjan-Vishkin biconnected components algorithm‏‎ (2 categories)
  136. Dense matrix-vector multiplication‏‎ (2 categories)
  137. Thomas algorithm‏‎ (2 categories)
  138. Dijkstra's algorithm‏‎ (2 categories)
  139. Two-sided Thomas algorithm, block variant‏‎ (2 categories)
  140. Dijkstra, VGL, push‏‎ (2 categories)
  141. Unitary reductions to Hessenberg form‏‎ (2 categories)
  142. Eigenvalue decomposition (finding eigenvalues and eigenvectors)‏‎ (2 categories)
  143. Δ-stepping, Gap‏‎ (2 categories)
  144. Floyd-Warshall, Python, NetworkX‏‎ (2 categories)
  145. GHS algorithm‏‎ (2 categories)
  146. Gaussian elimination with diagonal pivoting‏‎ (2 categories)
  147. HITS, VGL‏‎ (2 categories)
  148. Horners method‏‎ (2 categories)
  149. Jacobi (rotations) method for finding singular values‏‎ (2 categories)
  150. K-means clustering, ELKI‏‎ (2 categories)
  151. K-means clustering, RapidMiner‏‎ (2 categories)
  152. K-means clustering, scalability1‏‎ (2 categories)
  153. Kaczmarz's algorithm‏‎ (2 categories)
  154. LU decomposition via Gaussian elimination‏‎ (2 categories)
  155. Lanczos algorithm in exact algorithm (without reorthogonalization)‏‎ (2 categories)
  156. Meet-in-the-middle attack‏‎ (2 categories)
  157. Newton's method for systems of nonlinear equations, Numerical Mathematics - NewtonLib‏‎ (2 categories)
  158. Newton's method for systems of nonlinear equations, scalability2‏‎ (2 categories)
  159. Orthogonalization method with reorthogonalization‏‎ (2 categories)
  160. BFS, C++, Boost Graph Library‏‎ (2 categories)
  161. Poisson equation, solving with DFT, AccFFT‏‎ (2 categories)
  162. BFS, RCC for CPU‏‎ (2 categories)
  163. Preflow-Push, C++, Boost Graph Library‏‎ (2 categories)
  164. Bellman-Ford, MPI, Graph500‏‎ (2 categories)
  165. QR algorithm‏‎ (2 categories)
  166. BiCGStab, MIT‏‎ (2 categories)
  167. Repeated two-sided Thomas, locality‏‎ (2 categories)
  168. Binary search, С‏‎ (2 categories)
  169. Shiloach-Vishkin algorithm for finding the connected components‏‎ (2 categories)
  170. Boruvka's algorithm‏‎ (2 categories)
  171. Stone doubling algorithm for solving bidiagonal SLAEs‏‎ (2 categories)
  172. Classical point-wise Householder (reflections) method for reducing a matrix to Hessenberg form‏‎ (2 categories)
  173. Tarjan's strongly connected components, C++, Boost Graph Library‏‎ (2 categories)
  174. Cooley–Tukey Fast Fourier Transform, radix-2 case‏‎ (2 categories)
  175. The Jacobi (rotations) method for solving the symmetric eigenvalue problem‏‎ (2 categories)
  176. Dense matrix-vector multiplication, locality‏‎ (2 categories)
  177. Thomas algorithm, locality‏‎ (2 categories)
  178. Dijkstra, C++, Boost Graph Library‏‎ (2 categories)
  179. Two-sided Thomas algorithm, pointwise version‏‎ (2 categories)
  180. Dijkstra, locality‏‎ (2 categories)
  181. Unitary reductions to tridiagonal form‏‎ (2 categories)
  182. Face recognition‏‎ (2 categories)
  183. Δ-stepping algorithm‏‎ (2 categories)
  184. Floyd-Warshall, scalability‏‎ (2 categories)
  185. Gabow's edge connectivity algorithm‏‎ (2 categories)
  186. Gaussian elimination with row pivoting‏‎ (2 categories)
  187. HPCG, locality‏‎ (2 categories)
  188. Householder (reflections) method for reducing a complex Hermitian matrix to symmetric tridiagonal form‏‎ (2 categories)
  189. Householder (reflections) method for the QR decomposition of a matrix‏‎ (2 categories)
  190. Johnson's, C++, Boost Graph Library‏‎ (2 categories)
  191. K-means clustering, Julia‏‎ (2 categories)
  192. K-means clustering, SAP HANA‏‎ (2 categories)
  193. K-means clustering, scalability2‏‎ (2 categories)
  194. Kruskal's, C++, Boost Graph Library‏‎ (2 categories)
  195. LU decomposition via Gaussian elimination, locality‏‎ (2 categories)
  196. Linpack, HPL‏‎ (2 categories)
  197. Meet-in-the-middle attack, implementation1‏‎ (2 categories)
  198. Newton's method for systems of nonlinear equations, Numerical Recipes‏‎ (2 categories)
  199. Newton's method for systems of nonlinear equations, scalability3‏‎ (2 categories)
  200. PageRank, VGL‏‎ (2 categories)
  201. BFS, C++, MPI, Boost Graph Library‏‎ (2 categories)
  202. Poisson equation, solving with DFT, FFTE‏‎ (2 categories)
  203. BFS, RCC for GPU‏‎ (2 categories)
  204. Preflow-Push, Python, NetworkX‏‎ (2 categories)
  205. Bellman-Ford, Nvidia nvGraph‏‎ (2 categories)
  206. QR algorithm as implemented in SCALAPACK‏‎ (2 categories)
  207. BiCGStab, NVIDIA AmgX‏‎ (2 categories)
  208. Repeated two-sided Thomas algorithm, pointwise version‏‎ (2 categories)
  209. Binary search: Finding the position of a target value within a sorted array‏‎ (2 categories)
  210. Single-qubit transform of a state vector‏‎ (2 categories)
  211. Breadth-first search (BFS)‏‎ (2 categories)
  212. Stone doubling algorithm for the LU decomposition of a tridiagonal matrix‏‎ (2 categories)
  213. Compact scheme for Gaussian elimination and its modifications: Tridiagonal matrix‏‎ (2 categories)
  214. Tarjan's strongly connected components, Java, JGraphT‏‎ (2 categories)
  215. Cubature rules‏‎ (2 categories)
  216. The classical Jacobi (rotations) method with pivoting for symmetric matrices‏‎ (2 categories)
  217. Dense matrix-vector multiplication, scalability‏‎ (2 categories)
  218. Thomas algorithm, pointwise version‏‎ (2 categories)
  219. Dijkstra, C++, MPI: Parallel Boost Graph Library, 1‏‎ (2 categories)
  220. Ullman's, C++, Chemical Descriptors Library‏‎ (2 categories)
  221. Disjoint set union‏‎ (2 categories)
  222. VF2, C++, Boost Graph Library‏‎ (2 categories)
  223. Face recognition, scalability‏‎ (2 categories)
  224. Floyd-Warshall algorithm‏‎ (2 categories)
  225. Gaussian elimination, compact scheme for tridiagonal matrices, serial variant‏‎ (2 categories)
  226. HPCG, scalability‏‎ (2 categories)
  227. Householder (reflections) method for reducing a symmetric matrix to tridiagonal form‏‎ (2 categories)
  228. Householder (reflections) method for the QR decomposition of a square matrix, real point-wise version‏‎ (2 categories)
  229. Johnson's algorithm‏‎ (2 categories)
  230. K-means clustering, MATLAB‏‎ (2 categories)
  231. K-means clustering, SAS‏‎ (2 categories)
  232. K-means clustering, scalability3‏‎ (2 categories)
  233. Kruskal's, C++, MPI, Parallel Boost Graph Library‏‎ (2 categories)
  234. LU decomposition via Gaussian elimination, scalability‏‎ (2 categories)
  235. Linpack, locality‏‎ (2 categories)
  236. Meet-in-the-middle attack, implementation2‏‎ (2 categories)
  237. Newton's method for systems of nonlinear equations, PETSc‏‎ (2 categories)
  238. Newton's method for systems of nonlinear equations, scalability4‏‎ (2 categories)
  239. Pairwise summation‏‎ (2 categories)
  240. BFS, GAP‏‎ (2 categories)
  241. Poisson equation, solving with DFT, FFTW‏‎ (2 categories)
  242. BFS, VGL‏‎ (2 categories)
  243. Preflow-Push algorithm‏‎ (2 categories)
  244. Bellman-Ford, OpenMP, Stinger‏‎ (2 categories)
  245. QR algorithm for complex Hermitian matrices as implemented in SCALAPACK‏‎ (2 categories)
  246. Biconjugate gradient stabilized method (BiCGStab)‏‎ (2 categories)
  247. SDDP, scalability‏‎ (2 categories)
  248. Block Thomas algorithm‏‎ (2 categories)
  249. Single-qubit transform of a state vector, locality‏‎ (2 categories)
  250. Cholesky decomposition‏‎ (2 categories)
  251. Symmetric QR algorithm as implemented in SCALAPACK‏‎ (2 categories)
  252. Complete cyclic reduction‏‎ (2 categories)
  253. Tarjan's strongly connected components, Java, WebGraph‏‎ (2 categories)
  254. DCSC algorithm for finding the strongly connected components‏‎ (2 categories)
  255. Dense matrix multiplication‏‎ (2 categories)
  256. Transitive closure of a directed graph‏‎ (2 categories)
  257. Dijkstra, C++, MPI: Parallel Boost Graph Library, 2‏‎ (2 categories)
  258. Ullman's, C++, VF Library‏‎ (2 categories)
  259. Disjoint set union, Boost Graph Library‏‎ (2 categories)
  260. VF2, C++, VF Library‏‎ (2 categories)
  261. Fast Fourier transform for powers-of-two‏‎ (2 categories)
  262. Ford–Fulkerson, C++, Boost Graph Library‏‎ (2 categories)
  263. Gaussian elimination, compact scheme for tridiagonal matrices, serial version‏‎ (2 categories)
  264. Givens (rotations) method for the QR decomposition of a matrix‏‎ (2 categories)
  265. Hessenberg QR algorithm as implemented in SCALAPACK‏‎ (2 categories)
  266. Householder (reflections) method for reducing a symmetric matrix to tridiagonal form, SCALAPACK‏‎ (2 categories)
  267. Householder (reflections) reduction of a matrix to bidiagonal form‏‎ (2 categories)
  268. K-means clustering‏‎ (2 categories)
  269. K-means clustering, MLPACK‏‎ (2 categories)
  270. K-means clustering, SciPy‏‎ (2 categories)
  271. K-means clustering, scalability4‏‎ (2 categories)
  272. Kruskal's, Java, JGraphT‏‎ (2 categories)
  273. Lanczos, C++, MPI‏‎ (2 categories)
  274. Linpack benchmark‏‎ (2 categories)
  275. Meet-in-the-middle attack, implementation3‏‎ (2 categories)
  276. Newton's method for systems of nonlinear equations, Sundials‏‎ (2 categories)
  277. Numerical quadrature (cubature) rules on an interval (for a multidimensional cube)‏‎ (2 categories)
  278. Pairwise summation of numbers‏‎ (2 categories)
  279. BFS, Java, WebGraph‏‎ (2 categories)
  280. Poisson equation, solving with DFT, MKL FFT‏‎ (2 categories)
  281. Backward substitution‏‎ (2 categories)
  282. Backward substitution, locality‏‎ (2 categories)
  283. Prim's, C++, Boost Graph Library‏‎ (2 categories)
  284. Bellman-Ford, Python, NetworkX‏‎ (2 categories)
  285. QR decomposition methods for dense Hessenberg matrices‏‎ (2 categories)
  286. Binary search, .NET Framework 2.0‏‎ (2 categories)
  287. Search for isomorphic subgraphs‏‎ (2 categories)
  288. Boruvka's, C++, MPI, Parallel Boost Graph Library‏‎ (2 categories)
  289. Single-qubit transform of a state vector, scalability‏‎ (2 categories)
  290. Cholesky decomposition, SCALAPACK‏‎ (2 categories)
  291. Tarjan's algorithm for finding the bridges of a graph‏‎ (2 categories)
  292. Complete cyclic reduction, locality‏‎ (2 categories)
  293. Tarjan's strongly connected components, Python, NetworkX‏‎ (2 categories)
  294. DCSC for finding the strongly connected components, C++, MPI, Parallel Boost Graph Library‏‎ (2 categories)
  295. The serial-parallel summation method‏‎ (2 categories)
  296. Dense matrix multiplication, locality‏‎ (2 categories)
  297. Triangular decomposition of a Gram matrix‏‎ (2 categories)
  298. Dijkstra, Google‏‎ (2 categories)
  299. Ullman's algorithm‏‎ (2 categories)
  300. Disjoint set union, Java, JGraphT‏‎ (2 categories)
  301. VF2, Python, NetworkX‏‎ (2 categories)
  302. Finding maximal flow in a transportation network‏‎ (2 categories)
  303. Ford–Fulkerson, Java, JGraphT‏‎ (2 categories)
  304. Gaussian elimination, compact scheme for tridiagonal matrices and its modifications‏‎ (2 categories)
  305. Givens method‏‎ (2 categories)
  306. High Performance Conjugate Gradient (HPCG) benchmark‏‎ (2 categories)
  307. Householder (reflections) method for reducing a symmetric matrix to tridiagonal form, locality‏‎ (2 categories)
  308. Householder (reflections) reduction of a matrix to bidiagonal form, SCALAPACK‏‎ (2 categories)
  309. K-means clustering, Accord.NET‏‎ (2 categories)
  310. K-means clustering, Mathematica‏‎ (2 categories)
  311. K-means clustering, Spark‏‎ (2 categories)
  312. K-means clustering, scikit-learn‏‎ (2 categories)
  313. Kruskal's, Python, NetworkX‏‎ (2 categories)
  314. Lanczos, C++, MPI, 2‏‎ (2 categories)
  315. Longest shortest path‏‎ (2 categories)
  316. Meet-in-the-middle attack, scalability‏‎ (2 categories)
  317. Newton's method for systems of nonlinear equations, parallel1‏‎ (2 categories)
  318. Numerical quadrature (cubature) rules on an interval (for a multidimensional cube), scalability‏‎ (2 categories)
  319. Pairwise summation of numbers, locality‏‎ (2 categories)
  320. BFS, Ligra‏‎ (2 categories)
  321. Poisson equation, solving with DFT, P3DFFT‏‎ (2 categories)

View (previous 500 | next 500) (20 | 50 | 100 | 250 | 500)