Pages with the most categories

Jump to navigation Jump to search

Showing below up to 271 results in range #51 to #321.

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

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

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