MATLAB Source Codes


In many cases, the software is available in a program directory, while an accompanying test case is provided in a program_test directory.

  1. alpert_rule, a library which can set up an Alpert quadrature rule for functions which are regular, log(x) singular, or 1/sqrt(x) singular.
  2. alpert_rule_test
  3. analemma, a program which evaluates the equation of time, a formula for the difference between the uniform 24 hour day and the actual position of the sun, based on a C program by Brian Tung.
  4. analemma_test
  5. annulus_monte_carlo, a library which uses the Monte Carlo method to estimate the integral of a function over the interior of a circular annulus in 2D.
  6. annulus_monte_carlo_test
  7. annulus_rule, a library which computes a quadrature rule for estimating integrals of a function over the interior of a circular annulus in 2D.
  8. annulus_rule_test
  9. area_under_curve, a function which displays the area under a curve, that is, the points (x,y) between the x axis and the curve y=f(x).
  10. area_under_curve_test
  11. args, a function which shows how to count and report command line arguments;
  12. args_test
  13. arpack_test
  14. asa005, a library which evaluates the lower tail of the noncentral Student's T distribution, by BE Cooper. This is a version of Applied Statistics Algorithm 5;
  15. asa005_test
  16. asa006, a library which computes the Cholesky factor of a positive definite symmetric matrix, by Michael Healy; This is a version of Applied Statistics Algorithm 6;
  17. asa006_test
  18. asa007, a library which computes the inverse of a positive definite symmetric matrix, by Michael Healy; This is a version of Applied Statistics Algorithm 7.
  19. asa007_test
  20. asa032, a library which evaluates the incomplete Gamma function, by G Bhattacharjee. This is a version of Applied Statistics Algorithm 32;
  21. asa032_test
  22. asa047, a library which minimizes a scalar function of several variables using the Nelder-Mead algorithm, by R ONeill. This is a version of Applied Statistics Algorithm 47;
  23. asa047_test
  24. asa053, a library which produces sample matrices from the Wishart distribution, by William Smith and Ronald Hocking. This is a version of Applied Statistics Algorithm 53.
  25. asa053_test
  26. asa058, a library which carries out clustering of data, by David Sparks. This is a version of Applied Statistics Algorithm 58;
  27. asa058_test
  28. asa063, a library which evaluates the incomplete Beta function, by KL Majumder and G Bhattacharjee. This is a version of Applied Statistics Algorithm 63;
  29. asa063_test
  30. asa066, a library which computes the cumulative density function (CDF) of the standard normal distribution, by David Hill. This is a version of Applied Statistics Algorithm 66;
  31. asa066_test
  32. asa076, a library which evaluates Owen's T function, by Young and Minder. This is a version of Applied Statistics Algorithm 76;
  33. asa076_test
  34. asa091, a library which computes the percentage points of the Chi-square distribution, by Best and Roberts. This is a version of Applied Statistics Algorithm 91;
  35. asa091_test
  36. asa103, a library which evaluates the digamma or psi function, by Jose Bernardo. This is a version of Applied Statistics Algorithm 103;
  37. asa103_test
  38. asa109 a library which inverts the incomplete Beta function, by Cran, Martin and Thomas. This is a version of Applied Statistics Algorithm 109;
  39. asa109_test
  40. asa111 a library which evaluates the percentage points of the normal distribution, by Beasley and Springer. This is a version of Applied Statistics Algorithm 111;
  41. asa111_test
  42. asa113 a library which clusters data using a transfer and swap algorithm, by Banfield and Bassill; This is a version of Applied Statistics Algorithm 113;
  43. asa113_test
  44. asa121, a library which evaluates the trigamma function, by BE Schneider. This is a version of Applied Statistics Algorithm 121;
  45. asa121_test
  46. asa136, a library which implements a clustering algorithm, by Hartigan and Wong. This is a version of Applied Statistics Algorithm 136;
  47. asa136_test
  48. asa144, a library which randomly generates tables with given row and column sums, by James Boyett. This is a version of Applied Statistics Algorithm 144;
  49. asa144_test
  50. asa147, a library which evaluates the incomplete Gamma function, by Chi Leung Lau. This is a version of Applied Statistics Algorithm 147;
  51. asa147_test
  52. asa152, a library which evaluates the probability density function (PDF) and cumulative density function (CDF) associated with the hypergeometric distribution, by Richard Lund; This is a version of Applied Statistics Algorithm 152;
  53. asa152_test
  54. asa159, a library which computes a random table with given row and column sums, by Michael Patefield; This is a version of Applied Statistics Algorithm 159;
  55. asa159_test
  56. asa172, a library which generates all M dimensional indices in a given range, simulating the behavior of an arbitrary number of nested loops, by OFlaherty and MacKenzie; this is a version of Applied Statistics Algorithm 172;
  57. asa172_test
  58. asa183, a library which implements a random number generator (RNG), by Wichman and Hill; this is a version of Applied Statistics Algorithm 183;
  59. asa183_test
  60. asa226, a library which evaluates the noncentral incomplete Beta function, by Russell Lenth; this is a version of Applied Statistics Algorithm 226;
  61. asa226_test
  62. asa239, a library which evaluates the incomplete Gamma function, by Shea; this is a version of Applied Statistics Algorithm 239;
  63. asa239_test
  64. asa241, a library which computes the inverse of the normal cumulative density function (CDF), by Michael Wichura; this is a version of Applied Statistics Algorithm 241;
  65. asa241_test
  66. asa243, a library which evaluates the lower tail of the noncentral Student's T distribution, by Russell Lenth; this is a version of Applied Statistics Algorithm 243;
  67. asa243_test
  68. asa245, a library which evaluates the logarithm of the Gamma function, by Allan Mcleod; this is a version of Applied Statistics Algorithm 245;
  69. asa245_test
  70. asa266, a library which evaluates various properties of the Dirichlet probability density function (PDF); this is a version of Applied Statistics Algorithm 266;
  71. asa266_test
  72. asa299, a library which computes the lattice points (integer coordinates) in an M dimensional simplex, by Chasalow and Brand; this is a version of Applied Statistics Algorithm 299;
  73. asa299_test
  74. asa310, a library which evaluates the noncentral incomplete Beta function, by Chattamvelli and Shanmugam. This is a version of Applied Statistics Algorithm 310;
  75. asa310_test
  76. asa314, a library which computes the inverse of a matrix whose elements are subject to modulo arithmetic, by Roger Payne. This is a version of Applied Statistics Algorithm 314.
  77. asa314_test
  78. atbash, a library which applies the Atbash substitution cipher to a string of text.
  79. atbash_test
  80. backtrack_binary_rc, a library which carries out a backtrack search for a set of binary decisions, using reverse communication (RC).
  81. backtrack_binary_rc_test
  82. ball_and_stick_display, a program which demonstrates the creation of a 3D image constructed from balls and sticks;
  83. ball_and_stick_display_test
  84. ball_distance, a library which considers the problem of describing the typical value of the distance between a pair of points randomly selected in the unit ball in 3D.
  85. ball_distance_test
  86. ball_grid, a library which computes a grid of points over the interior of the unit ball in 3D.
  87. ball_grid_test
  88. ball_integrals, a library which returns the exact value of the integral of any monomial over the interior of the unit ball in 3D.
  89. ball_integrals_test
  90. ball_monte_carlo, a library which applies a Monte Carlo method to estimate integrals of a function over the interior of the unit ball in 3D;
  91. ball_monte_carlo_test
  92. bank, a library which computes the check digit associated with a US Bank Routing Number check digit, or reports whether a 9-digit code is actually valid.
  93. bank_test
  94. barycentric_interp_1d, a library which defines and evaluates the barycentric Lagrange polynomial p(x) which interpolates a set of data, so that p(x(i)) = y(i). The barycentric approach means that very high degree polynomials can safely be used.
  95. barycentric_interp_1d_test
  96. bellman_ford, a library which implements the Bellman-Ford algorithm for finding the shortest distance from a given node to all other nodes in a directed graph whose edges have been assigned real-valued lengths.
  97. bellman_ford_test
  98. bernstein_approximation, a library which looks at some simple cases of approximation of a function f(x) by a Bernstein polynomial.
  99. bernstein_approximation_test
  100. bernstein_polynomial, a library which evaluates the Bernstein polynomials;
  101. bernstein_polynomial_test
  102. besselj, a library which evaluates Bessel J functions of noninteger order;
  103. besselj_test
  104. beta_nc, a library which evaluates the cumulative density function (CDF) of the noncentral Beta distribution;
  105. beta_nc_test
  106. bezier_surface, a library which reads, writes, prints and manipulates the data that defines a Bezier surface;
  107. bezier_surface_test
  108. bezier_surface_display, a program which displays a Bezier surface;
  109. bezier_surface_display_test
  110. bicycle_lock, a library which simulates the process of determining the secret combination of a bicycle lock, an integer between 000 and 999.
  111. bicycle_lock_test
  112. bisection_integer, a library which seeks an integer solution to the equation F(X)=0, using bisection within a user-supplied change of sign interval [A,B].
  113. bisection_integer_test
  114. bisection_rc, a library which seeks a solution to the equation F(X)=0 using bisection within a user-supplied change of sign interval [A,B]. The procedure is written using reverse communication (RC).
  115. bisection_rc_test
  116. black_scholes, a library which implements some simple approaches to the Black-Scholes option valuation theory, by Desmond Higham.
  117. black_scholes_test
  118. blas0, a library which contains auxilliary functions for the Basic Linear Algebra Subprograms (BLAS).
  119. blas0_test
  120. blas1_d, a library which implements the Level 1 Basic Linear Algebra Subprograms (BLAS), using double precision real arithmetic;
  121. blas1_d_test
  122. blas1_z, a library which implements the Level 1 Basic Linear Algebra Subprograms (BLAS), using double precision complex arithmetic;
  123. blas1_z_test
  124. blas2_d, a library which contains the Level 2 Basic Linear Algebra Subprograms (BLAS) for matrix-vector operations, using double precision real arithmetic.
  125. blas2_d_test
  126. blas3_d, a library which constitutes the Level 3 Basic Linear Algebra Subprograms (BLAS), for matrix-matrix operations using double precision real arithmetic.
  127. blas3_d_test
  128. blend, a library which carries out 1D/2D/3D blending interpolation;
  129. blend_test
  130. blsprice_test
  131. box_behnken, a library which computes a Box-Behnken design, that is, a set of arguments to sample the behavior of a function of multiple parameters;
  132. box_behnken_test
  133. box_display, a program which displays a box plot, over integer pairs of data, of a function defined by two formulas.
  134. box_display_test
  135. box_flow, a program which solves the Navier Stokes equations (NSE), replacing the continuity equation with a pressure Poisson equation (PPE), by John Cornthwaite.
  136. box_flow_test
  137. box_games, a library which assists in the display of game boards (checkers, cellular automatons, life);
  138. box_games_test
  139. box_plot, a program which displays a box plot of data that consists of pairs of integers;
  140. box_plot_test
  141. brain_sensor_pod, a program which applies the method of Proper Orthogonal Decomposition (POD) to seek underlying patterns in sets of 40 sensor readings of brain activity.
  142. brain_sensor_pod_test
  143. brent, a library which contains routines for finding zeroes or minima of a scalar function of a scalar variable, without the use of derivative information, including a reverse communication (RC) option, by Richard Brent.
  144. brent_test
  145. brownian_motion_simulation, a library which simulates Brownian motion in an M dimensional region.
  146. brownian_motion_simulation_test
  147. buckling_spring, a program which plots solutions of the buckling spring equations.
  148. buckling_spring_test
  149. burgers_solution, a library which evaluates exact solutions of the time-dependent 1D viscous Burgers equation.
  150. burgers_solution_test
  151. burgers_steady_viscous, a library which solves the steady (time-independent) viscous Burgers equation using the finite difference method (FDM) applied to the conservative form of the equation, using Newton's method to solve the resulting nonlinear system.
  152. burgers_steady_viscous_test
  153. burgers_time_inviscid, a library which solves the time-dependent inviscid Burgers equation using the finite difference method (FDM), and one of six solution methods selected by the user.
  154. burgers_time_inviscid_test
  155. burgers_time_viscous, a library which solves the time-dependent viscous Burgers equation using the finite difference method (FDM) applied to the conservative form of the equation.
  156. burgers_time_viscous_test
  157. bvec, a library which demonstrates how signed integers can be stored as binary vectors, and arithmetic can be performed on them.
  158. bvec_test
  159. bvp4c_test
  160. c8lib, a library which implements certain elementary functions for double precision complex ("C8") variables;
  161. c8lib_test
  162. caesar, a library which can apply a Caesar Shift Cipher to a string of text.
  163. caesar_test
  164. calendar_nyt, a library which shows the correspondence between dates and the New York Times volume and issue number;
  165. calendar_nyt_test
  166. calpak, a library which makes various calendar calculations;
  167. calpak_test
  168. cauchy_principal_value, a library which uses Gauss-Legendre quadrature to estimate the Cauchy Principal Value (CPV) of certain singular integrals.
  169. cauchy_principal_value_test
  170. cavity_flow_display, a library which displays a single velocity field solution for the driven cavity;
  171. cavity_flow_display_test
  172. cavity_flow_movie, a library which animates the velocity solutions for the driven cavity;
  173. cc_display, a program which displays the points used in a 2D Clenshaw-Curtis quadrature rule;
  174. cc_display_test
  175. cc_io a library which reads and writes sparse linear systems stored in the Compressed Column (CC) format.
  176. cc_io_test
  177. cc_project, a library which investigates generalized Clenshaw-Curtis quadrature rules for semi-infinite and infinite intervals, by John Boyd.
  178. cc_project_test
  179. cc_to_st a library which converts a sparse matrix from compressed column (CC) to sparse triplet (ST) format.
  180. cc_to_st_test
  181. ccl_test
  182. ccn_rule, a program which defines a Clenshaw Curtis Nested (CCN) quadrature rule.
  183. ccn_rule_test
  184. ccvt_box, a program which calculates a Constrained Centroidal Voronoi Tessellation (CCVT) for points constrained to lie in a box, with some points moved to the boundary;
  185. ccn_box_test
  186. ccvt_reflect, a program which calculates a Constrained Centroidal Voronoi Tessellation (CCVT) for points constrained to lie in a box, with some points pushed towards the boundary;
  187. ccn_reflect_test
  188. cell, a library which defines a cell array, a generalization of an array which can compactly store and retrieve vector or matrix data of varying size, such as the rows of a triangular matrix.
  189. cell_test
  190. cellular_automaton, a program which demonstrates the 1D Cellular Automaton known as rule #30.
  191. cellular_automaton_test
  192. cg, a library which implements a simple version of the conjugate gradient (CG) method for solving a system of linear equations of the form A*x=b, suitable for situations in which the matrix A is positive definite (only real, positive eigenvalues) and symmetric.
  193. cg_test
  194. cg_lab_triangles, a collection of programs associated with a computer lab assignment on computational geometry and triangles;
  195. cg_rc, a library which implements the conjugate gradient (CG) method for solving a positive definite sparse linear system A*x=b, using reverse communication (RC).
  196. cg_rc_test
  197. chain_letter_tree, a program which analyzes a similarity matrix for 11 versions of a single chain letter and produces a dendrogram or tree diagram that suggests the degrees of relatedness and the evolutionary history of the letters.
  198. change_making, a library which considers the change making problem, in which a given sum is to be formed using coins of various denominations.
  199. change_making_test
  200. chebyshev, a library which computes the Chebyshev interpolant/approximant to a given function over an interval.
  201. chebyshev_test
  202. chebyshev_interp_1d, a library which determines the combination of Chebyshev polynomials which interpolates a set of data, so that p(x(i)) = y(i).
  203. chebyshev_interp_1d_test
  204. chebyshev_polynomial, a library which considers the Chebyshev polynomials T(i,x), U(i,x), V(i,x) and W(i,x).
  205. chebyshev_polynomial_test
  206. chebyshev_series, a library which can evaluate a Chebyshev series approximating a function f(x), while efficiently computing one, two or three derivatives of the series, which approximate f'(x), f''(x), and f'''(x), by Manfred Zimmer.
  207. chebyshev_series_test
  208. chebyshev1_exactness, a program which tests the polynomial exactness of Gauss-Chebyshev type 1 quadrature rules.
  209. chebyshev1_exactness_test
  210. chebyshev1_rule, a program which computes and writes out a Gauss-Chebyshev type 1 quadrature rule of given order.
  211. chebyshev1_rule_test
  212. chebyshev2_exactness, a program which tests the polynomial exactness of Gauss-Chebyshev type 2 quadrature rules.
  213. chebyshev2_exactness_test
  214. chebyshev2_rule, a program which computes and writes out a Gauss-Chebyshev type 2 quadrature rule of given order.
  215. chebyshev2_rule_test
  216. chrpak, a library which manipulates characters and strings;
  217. chrpak_test
  218. chuckaluck_simulation, a program which simulates the Chuck-a-Luck gambling game.
  219. chuckaluck_simulation_test
  220. circle_arc_grid, a program which computes grid points along a circular arc.
  221. circle_arc_grid_test
  222. circle_distance, a library which considers the problem of describing the typical value of the distance between a pair of points randomly selected on the unit circle.
  223. circle_distance_test
  224. circle_grid_display a program which reads a matrix of integers, and draws a corresponding grid of circles filled with color.
  225. circle_grid_display_test
  226. circle_integrals, a library which returns the exact value of the integral of any monomial over the circumference of the unit circle in 2D.
  227. circle_integrals_test
  228. circle_map, a library which illustrates how a matrix maps points on the unit circle to an ellipse.
  229. circle_map_test
  230. circle_monte_carlo, a library which applies a Monte Carlo method to estimate the integral of a function along the circumference of the unit circle in 2D;
  231. circle_monte_carlo_test
  232. circle_rule, a library which computes quadrature rules for the unit circle in 2D, that is, the circumference of the circle of radius 1 and center (0,0).
  233. circle_rule_test
  234. circle_segment, a library which carries out computations associated with a circle segment, including height, angle, area, centroid, sampling, and quadrature.
  235. circle_segment_test
  236. circles, a library which can be used, when creating graphics, to draw one or more circles, while controlling the center locations, radii, colors, edge colors, and transparency, by Chad Greene.
  237. circles_test
  238. cities, a library which works with city-to-city distance matrices;
  239. cities_test
  240. clausen, a library which evaluates a Chebyshev interpolant to the Clausen function Cl2(x).
  241. clausen_test
  242. clenshaw_curtis_rule, a program which implements a Clenshaw Curtis quadrature rule;
  243. clenshaw_curtis_rule_test
  244. cnoise, a library which generates samples of noise obeying a 1/f^alpha power law, by Miroslav Stoyanov.
  245. cnoise_test
  246. coin_simulation, a library which looks at ways of simulating or visualizing the results of many tosses of a fair or biased coin.
  247. coin_simulation_test
  248. collatz, a library which computes and analyzes the Collatz sequence, also known as the hailstone sequence or 3n+1 sequence;
  249. collatz_test
  250. collatz_recursive, a library which demonstrates recursive programming by considering the simple Collatz 3n+1 problem.
  251. collatz_recursive_test
  252. collocation, a library which demonstrates the use of collocation to produce a function g(x) that satisfies the same constraints as a function f(x), but only at a discrete set of points.
  253. collocation_test
  254. colored_noise, a library which generates samples of noise obeying a 1/f^alpha power law.
  255. colored_noise_test
  256. combination_lock, a program which simulates the process of determining the secret combination of a lock.
  257. combination_lock_test
  258. combo, a library which includes routines for ranking, unranking, enumerating and randomly selecting balanced sequences, cycles, graphs, Gray codes, subsets, partitions, permutations, restricted growth functions, Pruefer codes and trees.
  259. combo_test
  260. compass_search, a library which seeks the minimizer of a scalar function of several variables using compass search, a direct search algorithm that does not use derivatives.
  261. compass_search_test
  262. complex_numbers_test
  263. complexity_test
  264. condition, a library which implements methods of computing or estimating the condition number of a matrix.
  265. condition_test
  266. continuation, a library which implements the continuation method for a simple 2D problem.
  267. continuation_test
  268. continued_fraction a library which implements some simple algorithms for dealing with simple and generalized continued fractions.
  269. continued_fraction_test
  270. contour_gradient, a program which displays contours and gradient vectors for a function f(x,y).
  271. contour_gradient_test
  272. contour_gradient_3d, a program which displays contours and gradient vectors for a function f(x,y) in a 3D display.
  273. contour_gradient_3d_test
  274. contour_sequence4, a program which creates images suitable for animation from one XY file and a sequence of u(x,y) data files;
  275. contour_sequence4_test
  276. convex_hull, a program which demonstrates the computation of the convex hull of a set of 2D points.
  277. convex_hull_test
  278. coordinate_search, a program which seeks the minimizer of a scalar function of several variables, by Jeff Borggaard.
  279. coordinate_search_test
  280. cordic, a library which computes a few special functions using the CORDIC algorithm.
  281. cordic_test
  282. correlation, a library which contains statistical correlation functions.
  283. correlation_test
  284. cosine_transform, a library which demonstrates some simple properties of the discrete cosine transform (DCT).
  285. cosine_transform_test
  286. counterfeit_detection, a library which considers problems in which one or more counterfeit coins are to be identified by the fact that they do not have the standard weight.
  287. counterfeit_detection_test
  288. cplex_solution_read, a program which extracts solution data from a CPLEX result file.
  289. cplex_solution_read_test
  290. cube_arbq_rule, a library which returns quadrature rules, with exactness up to total degree 15, over the interior of the symmetric cube in 3D, by Hong Xiao and Zydrunas Gimbutas.
  291. cube_arbq_rule_test
  292. cube_display, a program which displays a cube plot, over integer triples of data, of a function defined by two formulas, using plotcube.m, by Thomas Montagnon.
  293. cube_display_test
  294. cube_distance, a library which considers the problem of describing the typical value of the distance between a pair of points randomly selected in the unit cube in 3D.
  295. cube_distance_test
  296. cube_exactness, a library which investigates the polynomial exactness of quadrature rules over the interior of a cube in 3D.
  297. cube_exactness_test
  298. cube_felippa_rule, a library which returns Felippa's quadratures rules for approximating integrals over the interior of a cube in 3D.
  299. cube_felippa_rule_test
  300. cube_grid, a library which computes a grid of points over the interior of a cube in 3D.
  301. cube_grid_test
  302. cube_integrals, a library which returns the exact value of the integral of any monomial over the interior of the unit cube in 3D.
  303. cube_integrals_test
  304. cube_monte_carlo, a library which applies a Monte Carlo method to estimate the integral of a function over the interior of the unit cube in 3D.
  305. cube_monte_carlo_test
  306. cuda_loop, a library which shows how, in a CUDA program, the user's choice of block and thread factors determines the allocation of tasks to processors.
  307. cuda_loop_test
  308. cvt, a library which computes an N-point Centroidal Voronoi Tessellation (CVT) in M dimensions;
  309. cvt_1d_lloyd, a program which computes an N-point Centroidal Voronoi Tessellation (CVT) within the interval [0,1], under a uniform density, using Lloyd's method to compute the Voronoi regions exactly.
  310. cvt_1d_lloyd_test
  311. cvt_1d_lumping, a program which allows the user to carry out a lumped version of Lloyd's iterative algorithm for a centroidal Voronoi Tessellation (CVT() in the interval [-1,+1], and is applied to investigate a relationship between CVT's and the Chebyshev Zero nodes.
  312. cvt_1d_lumping_test
  313. cvt_1d_nonuniform, a program which computes an N-point Centroidal Voronoi Tessellation (CVT) in 1 dimension, under a nonuniform density, and plots the evolution of the locations of the generators during the iteration;
  314. cvt_1d_nonuniform_test
  315. cvt_1d_sampling, a program which computes an N-point Centroidal Voronoi Tessellation (CVT) within the interval [0,1], under a uniform density, using sampling to estimate the Voronoi regions.
  316. cvt_1d_sampling_test
  317. cvt_2d_lumping, a program which computes an N-point Centroidal Voronoi Tessellation (CVT) within the unit square [-1,1]^2, under a Chebyshev density, using weighted sampling ("lumping") to estimate the Voronoi regions.
  318. cvt_2d_sampling, a program which computes an N-point Centroidal Voronoi Tessellation (CVT) within the unit square [0,1]x[0,1], under a uniform density, using sampling to estimate the Voronoi regions.
  319. cvt_2d_sampling_test
  320. cvt_3d_lumping, a program which computes an N-point Centroidal Voronoi Tessellation (CVT) within the unit cube [-1,1]^3, under a Chebyshev density, using weighted sampling ("lumping") to estimate the Voronoi regions.
  321. cvt_3d_sampling, a program which computes an N-point Centroidal Voronoi Tessellation (CVT) within the unit cube [0,1]x[0,1]x[0,1], under a uniform density, using sampling to estimate the Voronoi regions.
  322. cvt_circle_nonuniform, a program which demonstrates the computation of a centroidal Voronoi Tessellation (CVT) over a circular region, using a nonuniform density.
  323. cvt_circle_nonuniform_test
  324. cvt_circle_uniform, a program which demonstrates the computation of a centroidal Voronoi Tessellation (CVT) over a circular region, using a uniform density.
  325. cvt_circle_uniform_test
  326. cvt_corn, a program which studies a 2D model of the growth of a corn kernel, by treating the surface and interior biological cells as points to be organized by a Centroidal Voronoi Tessellation (CVT) with a nonuniform density; during a sequence of growth steps, new biological cells are randomly added to the surface and interior.
  327. cvt_ellipse_uniform, a program which iteratively calculates a Centroidal Voronoi Tessellation (CVT) over an ellipse, with a uniform density.
  328. cvt_ellipse_uniform_test
  329. cvt_example_fifty_points, a program which illustrates the steps involved in the calculation of a Centroidal Voronoi Tessellation (CVT) of the unit square, with 50 generator points.
  330. cvt_example_five_points, a program which illustrates the steps involved in the calculation of a Centroidal Voronoi Tessellation (CVT) of the unit square, with 5 generator points.
  331. cvt_metric, a program which computes a Centroidal Voronoi Tessellation (CVT) under a spatially varying metric;
  332. cvt_movie, a program which creates an animation of the evolution of a Centroidal Voronoi Tessellation (CVT);
  333. cvt_movie2, a program which creates a Centroidal Voronoi Tessellation (CVT) movie;
  334. cvt_movie3, a program which creates a Centroidal Voronoi Tessellation (CVT) movie in a region of unusual shape;
  335. cvt_movie4, a program which creates a Centroidal Voronoi Tessellation (CVT) movie in a square, with a density function that drives points to the corners;
  336. cvt_movie5, a program which repeats cvt_movie3, but with hexagonal grid initialization, fixed points, and boundary projection;
  337. cvt_square_nonuniform, a program which iteratively calculates a Centroidal Voronoi Tessellation (CVT) over a square, with a nonuniform density.
  338. cvt_square_nonuniform_test
  339. cvt_square_pdf_discrete, a program which iteratively calculates a Centroidal Voronoi Tessellation (CVT) over a square, with a density determined from a discrete PDF.
  340. cvt_square_pdf_discrete_test
  341. cvt_square_uniform, a program which iteratively calculates a Centroidal Voronoi Tessellation (CVT) over a square, with a uniform density.
  342. cvt_square_uniform_test
  343. cvt_triangle_uniform, a program which iteratively calculates a Centroidal Voronoi Tessellation (CVT) over a triangle, with a uniform density.
  344. cvt_triangle_uniform_test
  345. cvtm_1d, a program which estimates a mirror-periodic centroidal Voronoi Tessellation (CVTM) in the periodic interval [0,1], using a version of Lloyd's iteration.
  346. cvtm_1d_test
  347. cvtp, a library which creates a CVTP dataset, that is, a Centroidal Voronoi Tessellation on a periodic region.
  348. cvtp_test
  349. cvtp_1d, a program which estimates a periodic centroidal Voronoi Tessellation (CVTP) in the periodic interval [0,1], using a version of Lloyd's iteration.
  350. cvtp_1d_test
  351. cycle_brent, a library which carries out an iterated function evaluation, and seeks to determine the nearest element of a cycle, and the cycle's length, using Brent's method.
  352. cycle_brent_test
  353. cycle_floyd, a library which carries out an iterated function evaluation, and seeks to determine the nearest element of a cycle, and the cycle's length, using Floyd's method.
  354. cycle_floyd_test
  355. cyclic_reduction, a library which solves a tridiagonal linear system using cyclic reduction;
  356. cyclic_reduction_test
  357. dg1d_advection, a library which uses the Discontinuous Galerkin Method (DG) to approximate a solution of the advection equation. The original version of the code was written by Jan Hesthaven and Tim Warburton.
  358. dg1d_advection_test
  359. dg1d_burgers, a library which uses the Discontinuous Galerkin Method (DG) to approximate a solution of the unsteady 1D Burgers equation. The original version of the code was written by Jan Hesthaven and Tim Warburton.
  360. dg1d_burgers_test
  361. dg1d_heat, a library which uses the Discontinuous Galerkin Method (DG) to approximate a solution of the unsteady 1D heat equation. The original version of the code was written by Jan Hesthaven and Tim Warburton.
  362. dg1d_heat_test
  363. dg1d_maxwell, a library which uses the Discontinuous Galerkin Method (DG) to approximate a solution of Maxwell's equations. The original version of the code was written by Jan Hesthaven and Tim Warburton.
  364. dg1d_maxwell_test
  365. dg1d_poisson, a program which applies the discontinuous Galerkin method (DG) to a 1D version of the Poisson equation; the original version of the code was written by Beatrice Riviere.
  366. dg1d_poisson_test
  367. diaphony, a program which reads a file of N points in M dimensions and computes its diaphony, a measure of point dispersion.
  368. diaphony_test
  369. dice_simulation, a program which simulates N tosses of M dice, making a histogram of the results.
  370. dice_simulation_test
  371. dictionary_code, a library which demonstates how a text file can be compressed and decompressed using a dictionary code.
  372. dictionary_code_test
  373. differ, a library which determines the finite difference coefficients necessary in order to combine function values at known locations to compute an approximation of given accuracy to a derivative of a given order.
  374. differ_test
  375. digital_dice, a library which contains the scripts used to carry out the probability simulations described in Paul Nahin's "Digital Dice";
  376. digital_dice_test
  377. dijkstra, a library which implements a simple version of Dijkstra's minimum distance algorithm for graphs.
  378. dijkstra_test
  379. discrete_pdf_sample_2d, a program which demonstrates how to construct a Probability Density Function (PDF) from a table of sample data, and then to use that PDF to create new samples.
  380. discrete_pdf_sample_2d_test
  381. disk_distance, a library which considers the problem of describing the typical value of the distance between a pair of points randomly selected in the unit disk.
  382. disk_distance_test
  383. disk_grid, a library which computes grid points within the interior of a disk of user specified radius and center in 2D, using gnuplot to create an image of the grid.
  384. disk_grid_test
  385. disk_integrands, a library which defines several test integrals over the unit disk, making it possible to check the accuracy of quadrature rules.
  386. disk_integrands_test
  387. disk_monte_carlo, a library which applies a Monte Carlo method to estimate integrals of a function over the interior of the general disk in 2D.
  388. disk_monte_carlo_test
  389. disk_rule, a library which computes quadrature rules for the general disk in 2D.
  390. disk_rule_test
  391. disk01_integrals, a library which returns the exact value of the integral of any monomial over the interior of the unit disk in 2D.
  392. disk01_integrals_test
  393. disk01_monte_carlo, a library which applies a Monte Carlo method to estimate integrals of a function over the interior of the unit disk in 2D;
  394. disk01_monte_carlo_test
  395. disk01_quarter_monte_carlo, a library which applies a Monte Carlo method to estimate integrals of a function over the interior of the unit quarter disk in 2D;
  396. disk01_quarter_monte_carlo_test
  397. disk01_quarter_rule, a program which computes a quadrature rule for the unit quarter disk in 2D, that is, the interior of the circle of radius 1 and center (0,0).
  398. disk01_quarter_rule_test
  399. disk01_rule, a library which computes quadrature rules for the unit disk in 2D.
  400. disk01_rule_test
  401. dist_plot, a program which makes contour plots of the distance function, as defined and used in Persson and Strang's distmesh() code;
  402. dist_plot_test
  403. distance_to_position, a program which estimates the positions of cities which minimizes the discrepancy with a city-to-city distance table.
  404. distance_to_position_test
  405. distance_to_position_sphere, a program which estimates the positions of cities on a sphere (such as the earth) based on a city-to-city distance table.
  406. distance_to_position_sphere_test
  407. distmesh, a library which carries out a method of mesh generation; by Per-Olof Persson and Gilbert Strang.
  408. distmesh_test
  409. distmesh_3d, a library which carries out a method of mesh generation in 3D, by Per-Olof Persson and Gilbert Strang.
  410. distmesh_3d_test
  411. divdif, a library which uses divided differences to compute the polynomial interpolant to a given set of data.
  412. divdif_test
  413. dlap_io, a library which reads and writes DLAP sparse matrix files;
  414. dlap_io_test
  415. doomsday, a library which is given the year, month and day of a date, and uses John Conway's doomsday algorithm to determine the corresponding day of the week.
  416. doomsday_test
  417. double_c_data, programs which generate, plot or write out 2D data that forms two interlocking "C" shapes.
  418. double_c_data_test
  419. dream, a program which implements the DREAM algorithm for accelerating Markov Chain Monte Carlo (MCMC) convergence using differential evolution, using five user functions to define the problem, by Guannan Zhang.
  420. dream_test
  421. drug_dosage, a program which simulates the variation in the blood levels of a medicinal drug being administered at specific dosages and times over a course of treatment. The level should rise about a given medicinal level for some time, but stay below the toxic level.
  422. drug_dosage_test
  423. duel_simulation, a program which simulates N repetitions of a duel between two players, each of whom has a known firing accuracy.
  424. duel_simulation_test
  425. dueling_idiots, a library which contains the scripts used to carry out the probability simulations described in Paul Nahin's "Dueling Idiots";
  426. dueling_idiots_test
  427. e_spigot, a program which produces N digits of the decimal expansion of e.
  428. e_spigot_test
  429. earth_sphere, a program which can display a 3D image of the earth;
  430. earth_sphere_test
  431. edge, a library which defines some test functions in 1D, 2D and 3D for the detection of edges or discontinuities.
  432. edge_test
  433. eigenfaces, a MATLAB library which applies principal component analysis to a set of images.
  434. eigenfaces_test
  435. ellipse_grid, a library which computes a grid of points over the interior of an ellipse in 2D.
  436. ellipse_grid_test
  437. ellipse_monte_carlo, a library which uses the Monte Carlo method to estimate the value of integrals over the interior of an ellipse in 2D.
  438. ellipse_monte_carlo_test
  439. ellipsoid_grid, a library which computes a grid of points over the interior of an ellipsoid in 3D.
  440. ellipsoid_grid_test
  441. ellipsoid_monte_carlo, a library which uses the Monte Carlo method to estimate the value of integrals over the interior of an ellipsoid in M dimensions.
  442. ellipsoid_monte_carlo_test
  443. elliptic_integral, a library which evaluates complete elliptic integrals of first, second and third kind, using Carlson's elliptic integral functions.
  444. elliptic_integral_test
  445. entrust, a library which uses trust-region methods to solve problems in scalar optimization or nonlinear least squares (NLS), by Jeff Borggaard and Gene Cliff.
  446. entrust_test
  447. epicycloid, a library which computes, plots and tabulates an epicycloid curve.
  448. epicycloid_test
  449. equidistribution, investigates equidistribution properties relating to density functions and point sets.
  450. equidistribution_test
  451. errors, programs which illustrate the failure of numerical algorithms;
  452. errors_test
  453. exactness, a library which investigates the exactness of quadrature rules that estimate the integral of a function with a density, such as 1, exp(-x) or exp(-x^2), over an interval such as [-1,+1], [0,+oo) or (-oo,+oo).
  454. exactness_test
  455. exm, a library which illustrates the computational experiments in "Experiments with Matlab", by Cleve Moler.
  456. faces_average, a program which averages several images of the same face;
  457. faces_average_test
  458. fair_dice_simulation, a program which simulates N tosses of 2 dice, making a histogram of the results.
  459. fair_dice_simulation_test
  460. fastgl, a library which carries out the rapid computation of the Kth value and weight of an N point Gauss-Legendre quadrature rule, by Ignace Bogaert.
  461. fastgl_test
  462. faure, a library which computes the Faure M dimensional Quasi Mont Carlo (QMC) sequence;
  463. faure_test
  464. fd_predator_prey, a program which solves a time-dependent predator prey system using the finite difference method (FDM).
  465. fd_predator_prey_test
  466. fd1d_advection_diffusion_steady, a program which applies the finite difference method (FDM) to solve the steady advection diffusion equation v*ux-k*uxx=0 in one spatial dimension, with constant velocity v and diffusivity k.
  467. fd1d_advection_diffusion_steady_test
  468. fd1d_advection_ftcs, a program which applies the finite difference method (FDM) to solve the time-dependent advection equation ut = - c * ux in one spatial dimension, with a constant velocity, using the forward time centered space (FTCS) difference scheme.
  469. fd1d_advection_ftcs_test
  470. fd1d_advection_lax, a program which applies the finite difference method (FDM) to solve the time-dependent advection equation ut = - c * ux in one spatial dimension, with a constant velocity, using the Lax method to approximate the time derivative.
  471. fd1d_advection_lax_test
  472. fd1d_advection_lax_wendroff, a program which applies the finite difference method (FDM) to solve the time-dependent advection equation ut = - c * ux in one spatial dimension, with a constant velocity, using the Lax-Wendroff method to approximate the time derivative.
  473. fd1d_advection_lax_wendroff_test
  474. fd1d_burgers_lax, a program which applies the finite difference method (FDM) and the Lax Wendroff method to solve the non-viscous time-dependent Burgers equation in one spatial dimension.
  475. fd1d_burgers_lax_test
  476. fd1d_burgers_leap, a program which applies the finite difference method (FDM) and the leapfrog approach to solve the non-viscous time-dependent Burgers equation in one spatial dimension.
  477. fd1d_burgers_leap_test
  478. fd1d_bvp, a program which applies the finite difference method (FDM) to a two point boundary value problem (BVP) in one spatial dimension.
  479. fd1d_bvp_test
  480. fd1d_display, a program which reads a pair of files defining a 1D model for the finite difference method (FDM), and plots the data.
  481. fd1d_display_test
  482. fd1d_heat_explicit, a library which implements a finite difference method (FDM), explicit in time, to solve the time dependent 1D heat equation;
  483. fd1d_heat_explicit_test
  484. fd1d_heat_implicit, a program which implements a finite difference method (FDM), implicit in time, to solve the time dependent 1D heat equation;
  485. fd1d_heat_implicit_test
  486. fd1d_heat_steady, a program which implements a finite difference method (FDM) for the steady (time independent) 1D heat equation;
  487. fd1d_heat_steady_test
  488. fd1d_predator_prey, a program which implements a finite difference method (FDM) for a time and 1D space dependent predator-prey system, by Marcus Garvie.
  489. fd1d_predator_prey_test
  490. fd1d_predator_prey_plot, a program which plots solutions from the fd1d_predator_prey program, by Marcus Garvie.
  491. fd1d_predator_prey_plot_test
  492. fd1d_wave, a library which applies the finite difference method (FDM) to solve the time-dependent wave equation utt = c * uxx in one spatial dimension.
  493. fd1d_wave_test
  494. fd2d_heat_steady, a program which implements a finite difference method (FDM) for the steady (time independent) 2D heat equation;
  495. fd2d_heat_steady_test
  496. fd2d_predator_prey, a program which implements a finite difference method (FDM) for a time and 2D space dependent predator-prey system, by Marcus Garvie.
  497. fd2d_predator_prey_test
  498. fe2d_predator_prey_fast, programs which implement a finite element method (FEM) for a time and 2D space dependent predator-prey system, on an arbitrary triangulated region, with a variety of possible boundary conditions, incorporating some Matlab optimizations, by Marcus Garvie.
  499. fe2d_predator_prey_fast_test
  500. fem_basis, a library which can define and evaluate finite element method (FEM) basis functions for any degree in an M dimensional simplex (1D interval, 2D triangle, 3D tetrahedron, and higher dimensional generalizations.)
  501. fem_basis_test
  502. fem_basis_q4_display, a program which displays any single finite element method (FEM) basis function associated with an arbitrary linear quadrilateral Q4 mesh;
  503. fem_basis_q4_display_test
  504. fem_basis_t3_display, a program which displays a basis function for the finite element method (FEM) associated with an arbitrary 3-node triangle T3 mesh;
  505. fem_basis_t3_display_test
  506. fem_basis_t4_display, a program which displays a basis function for the finite element method (FEM) associated with an arbitrary 4-node triangle T4 mesh;
  507. fem_basis_t6_display, a program which displays a basis function for the finite element method (FEM) associated with an arbitrary 6-node triangle T6 mesh;
  508. fem_io, a library which reads or writes FEM files, which describe the nodes, elements, and function values associated with a finite element method (FEM) model;
  509. fem_io_test
  510. fem_neumann, a program which sets up a time-dependent reaction-diffusion equation in 1D, with Neumann boundary conditions, discretized using the finite element method (FEM).
  511. fem_neumann_test
  512. fem_to_gmsh, a program which reads a pair of FEM files defining node coordinates and elements, of a 1D, 2D or 3D mesh, namely a file of node coordinates and a file of elements defined by node indices, and creates a Gmsh mesh file.
  513. fem_to_gmsh_test
  514. fem_to_mesh, a program which reads a set of FEM files defining the node coordinates, boundary nodes, and elements of a finite element mesh, and rewrites the data as a MESH file.
  515. fem_to_mesh_test
  516. fem_to_triangle, a program which reads FEM files defining a 2D mesh of triangles, namely a file of node coordinates and a file of elements defined by node indices, and creates a corresponding pair of node and element files for use by Jonathan Shewchuk's triangle program.
  517. fem_to_triangle_test
  518. fem_to_xml, reads a pair of FEM files defining node coordinates and elements, of a 1D, 2D or 3D mesh, namely a file of node coordinates and a file of elements defined by node indices, and creates a corresponding XML file for input to DOLFIN or FENICS.
  519. fem_to_xml_test
  520. fem1d, a program which applies the finite element method (FEM), using piecewise linear basis functions, to a linear two point boundary value problem (BVP) in 1D;
  521. fem1d_test
  522. fem1d_adaptive, a program which uses an adaptive mesh when applying the finite element method (FEM), with piecewise linear basis functions, to a linear two point boundary value problem (BVP) in 1D;
  523. fem1d_adaptive_test
  524. fem1d_approximate, a program which uses a given finite element mesh and piecewise linear basis functions to approximate a set of data points, while controlling the variation in the derivative.
  525. fem1d_approximate_test
  526. fem1d_bvp_linear, a program which applies the finite element method (FEM), with piecewise linear elements, to a two point boundary value problem (BVP) in one spatial dimension, and compares the computed and exact solutions with the L2 and seminorm errors.
  527. fem1d_bvp_linear_test
  528. fem1d_bvp_quadratic, a program which applies the finite element method (FEM), with piecewise quadratic elements, to a two point boundary value problem (BVP) in one spatial dimension, and compares the computed and exact solutions with the L2 and seminorm errors.
  529. fem1d_bvp_quadratic_test
  530. fem1d_display, a program which reads three files defining a 1D arbitrary degree basis function associated with the finite element method (FEM), and displays a plot.
  531. fem1d_display_test
  532. fem1d_function_10_display, a program which reads three files defining a 1D piecewise linear finite element method (FEM) function and displays a plot.
  533. fem1d_display_function_10_test
  534. fem1d_heat_explicit, a program which uses the finite element method (FEM) and explicit time stepping to solve the time dependent heat equation in 1D.
  535. fem1d_heat_explicit_test
  536. fem1d_heat_implicit, a program which uses the finite element method (FEM) and implicit time stepping to solve the time dependent heat equation in 1D.
  537. fem1d_heat_implicit_test
  538. fem1d_heat_steady, a program which implements the finite element method (FEM) for the steady (time independent) 1D heat equation;
  539. fem1d_heat_steady_test
  540. fem1d_lagrange, a library which sets up the matrices and vectors associated with the finite element method (FEM) solution of a boundary value problem (BVP) -u''+u=f(x), using Lagrange basis polynomials.
  541. fem1d_lagrange_test
  542. fem1d_nonlinear, a program which applies the finite element method (FEM), with piecewise linear basis functions, to a nonlinear two point boundary value problem (BVP) in 1D;
  543. fem1d_nonlinear_test
  544. fem1d_pack, a library which contains utilities for 1D finite element method (FEM) calculations.
  545. fem1d_pack_test
  546. fem1d_pmethod, a program which applies the p-method version of the finite element method (FEM) to a linear two point boundary value problem (BVP) in 1D;
  547. fem1d_pmethod_test
  548. fem1d_project, a program which projects data into a finite element space, including the least squares approximation of data, or the projection of a finite element solution from one mesh to another.
  549. fem1d_project_test
  550. fem1d_sample, a program which samples a scalar or vector finite element function of one variable, defined by FEM files, returning interpolated values at the sample points.
  551. fem1d_sample_test
  552. fem1d_spectral_numeric, a program which applies the spectral finite element method (FEM) to solve the problem u'' = - pi^2 sin(x) over [-1,+1] with zero boundary conditions, using as basis elements the functions x^n*(x-1)*(x+1), and carrying out the integration numerically, using MATLAB's quad() function, by Miro Stoyanov.
  553. fem1d_spectral_numeric_test
  554. fem1d_spectral_symbolic, a program which applies the spectral finite element method (FEM) to solve the problem u'' = - pi^2 sin(x) over [-1,+1] with zero boundary conditions, using as basis elements the functions x^n*(x-1)*(x+1), and carrying out the integration using MATLAB's symbolic toolbox, by Miro Stoyanov.
  555. fem1d_spectral_symbolic_test
  556. fem2d_bvp_linear, a program which applies the finite element method (FEM), with piecewise bilinear elements, to a 2D boundary value problem (BVP) in a rectangle, and compares the computed and exact solutions with the L2 and seminorm errors.
  557. fem2d_bvp_linear_test
  558. fem2d_bvp_quadratic, a program which applies the finite element method (FEM), with piecewise quadratic elements, to a 2D boundary value problem (BVP) in a rectangle, and compares the computed and exact solutions with the L2 and seminorm errors.
  559. fem2d_bvp_quadratic_test
  560. fem2d_bvp_serene, a program which applies the finite element method (FEM), with serendipity elements, to a 2D boundary value problem (BVP) in a rectangle, and compares the computed and exact solutions with the L2 and seminorm errors.
  561. fem2d_bvp_serene_test
  562. fem2d_heat, a program which applies the finite element method (FEM) to the time dependent heat equation on an arbitrary triangulated region in 2D;
  563. fem2d_heat_test
  564. fem2d_heat_rectangle, a program which applies the finite element method (FEM) for the time-dependent heat equation on a triangulated square in 2D;
  565. fem2d_heat_sparse, a program which applies the finite element method (FEM) to the heat equation on an arbitrary triangulated region in 2D, using MATLAB's sparse matrix features;
  566. fem2d_heat_sparse_test
  567. fem2d_mesh_display, a program which reads a FEM model of a 2D mesh of elements of any uniform order and displays a plot of the elements and nodes, with optional numbering.
  568. fem2d_mesh_display_test
  569. fem2d_pack, a library which performs simple 2D finite element method (FEM) computations;
  570. fem2d_pack_test
  571. fem2d_poisson_rectangle, a program which solves the 2D Poisson equation on a rectangle, using the finite element method (FEM), and piecewise quadratic triangular elements.
  572. fem2d_poisson_rectangle_linear, a program which solves the 2D Poisson equation on a rectangle, using the finite element method (FEM), and piecewise linear triangular elements.
  573. fem2d_project, a program which projects a function f(x,y), given as data, into a given finite element space of piecewise linear triangular elements.
  574. fem2d_project_test
  575. fem2d_project_function, a program which projects a function f(x,y), given as a formula, into a given finite element space of piecewise linear triangular elements.
  576. fem2d_project_function_test
  577. fem2d_sample, a program which samples a finite element function, defined by FEM files, (three text files describing the nodes, triangles, and coefficients); at arbitrary points.
  578. fem2d_sample_test
  579. fem2d_scalar_display, a program which reads information about nodes, elements and nodal values for a 2D finite element method (FEM) and creates a surface plot of U(X,Y), using the MATLAB graphics system.
  580. fem2d_scalar_display_test, a program which reads information about nodes, elements and nodal values for a 2D finite element method (FEM) and creates a surface plot of U(X,Y), using the MATLAB graphics system.
  581. fem2d_scalar_display_brief, a program which reads information about nodes, elements and nodal values for a 2D finite element method (FEM) and creates a surface plot of U(X,Y), using the MATLAB graphics system, in 5 lines of code.
  582. fem2d_scalar_display_brief_test
  583. fem2d_scalar_display_gpl, a program which reads information about nodes, elements and nodal values for a 2D finite element method (FEM) and creates a GPL file describing a surface plot of U(X,Y), which can be displayed by GNUPLOT.
  584. fem2d_scalar_display_gpl_test,
  585. fem3d_pack, a library which contains utilities for 3D finite element method (FEM) calculations.
  586. fem3d_pack_test
  587. fem3d_project, a program which projects a function f(x,y,z), given as a data, into a given space of piecewise linear tetrahedral elements for use in the finite element method (FEM).
  588. fem3d_project_test
  589. fem3d_sample, a program library which evaluates a function defined on a 3D tetrahedral mesh as part of the finite element method (FEM).
  590. fem3d_sample_test
  591. fern, a program which uses MATLAB graphics to compute and display the Barnsley fractal fern.
  592. fern_test
  593. feynman_kac_1d, a program which demonstrates the use of the Feynman-Kac algorithm to solve Poisson's equation in a 1D interval by averaging stochastic paths to the boundary.
  594. feynman_kac_1d_test
  595. feynman_kac_2d, a program which demonstrates the use of the Feynman-Kac algorithm to solve Poisson's equation in a 2D ellipse by averaging stochastic paths to the boundary.
  596. feynman_kac_2d_test
  597. feynman_kac_3d, a program which demonstrates the use of the Feynman-Kac algorithm to solve Poisson's equation in a 3D ellipsoid by averaging stochastic paths to the boundary.
  598. feynman_kac_1d_test
  599. fft_serial, a program which computes a Fast Fourier Transform (FFT), and is intended as a starting point for implementing a parallel version.
  600. fft_serial_test
  601. fibonacci_spiral, a program which displays points on a Fibonacci spiral, suggesting the arrangement of seeds in a sunflower, for instance.
  602. fibonacci_spiral_test
  603. file_increment, a program which makes a copy of a file containing an integer array, after incrementing each entry by a given value.
  604. file_increment_test
  605. file_name_sequence, a program which demonstrates ways to generate a sequence of filenames, which can be useful when generating a sequence of still snapshots to be animated later.
  606. file_name_sequence_test
  607. files_multiple_test
  608. filon, a library which can approximate integrals in which the integrand includes an oscillatory factor of sin(k*x) or cos(k*x).
  609. filon_test
  610. filum, a library which handles files and filenames;
  611. filum_test
  612. fire_serial, a program which simulates a forest fire over a rectangular array of trees, starting at a single random location. It is intended as a starting point for the development of a parallel version.
  613. fire_serial_test
  614. fitnlm_test
  615. flame_ode, a library which considers an ordinary differential equation (ODE) which models the growth of a ball of flame in a combustion process.
  616. fire_serial_test
  617. florida_cvt_geo, programs which explore the creation of a centroidal Voronoi Tessellation (CVT) of the state of Florida, based solely on geometric considerations.
  618. florida_cvt_pop, programs which explore the creation of a centroidal Voronoi Tessellation (CVT) of the state of Florida, based on population considerations.
  619. floyd, a library which implements Floyd's algorithm for finding the shortest distance between pairs of nodes on a directed graph.
  620. floyd_test
  621. fmincon_test
  622. fn, a library which evaluates elementary and special functions using Chebyshev polynomials; functions include Airy, Bessel I, J, K and Y, beta, confluent hypergeometric, error, gamma, log gamma, Pochhammer, Spence; integrals include hyperbolic cosine, cosine, Dawson, exponential, logarithmic, hyperbolic sine, sine; by Wayne Fullerton.
  623. fn_test
  624. freefem_msh_io, a library which can read and write files used by the FreeFem++ finite element program to store mesh information.
  625. freefem_msh_io_test
  626. gamblers_ruin_simulation, a program which simulates the game of gambler's ruin.
  627. gamblers_ruin_simulation_test
  628. gauss_seidel, a program which implements the Gauss-Seidel iteration for linear systems.
  629. gauss_seidel_test
  630. gauss_seidel_poisson_1d, a program which demonstrates how the linear system for a discretized version of the steady 1D Poisson equation can be solved by the Gauss-Seidel iteration.
  631. gauss_seidel_poisson_1d_test
  632. gegenbauer_cc, a library which computes the Gegenbauer weighted integral of a function f(x) using a Clenshaw-Curtis approach.
  633. gegenbauer_cc_test
  634. gegenbauer_exactness, a program which tests the polynomial exactness of Gauss-Gegenbauer quadrature rules.
  635. gegenbauer_exactness_test
  636. gegenbauer_polynomial, a library which evaluates the Gegenbauer polynomial and associated functions.
  637. gegenbauer_polynomial_test
  638. gegenbauer_rule, a program which computes and writes out a Gauss-Gegenbauer quadrature rule of given order.
  639. gegenbauer_rule_test
  640. gen_hermite_exactness, a program which tests the polynomial exactness of generalized Gauss-Hermite quadrature rules.
  641. gen_hermite_exactness_test
  642. gen_hermite_rule, a program which computes and writes out a generalized Gauss-Hermite quadrature rule of given order and parameter value.
  643. gen_hermite_rule_test
  644. gen_laguerre_exactness, a program which tests the polynomial exactness of generalized Gauss-Laguerre quadrature rules.
  645. gen_laguerre_exactness_test
  646. gen_laguerre_rule, a program which computes and writes out a generalized Gauss-Laguerre quadrature rule of given order and parameter value.
  647. gen_laguerre_rule_test
  648. geometry, a library which performs geometric calculations in 2, 3 and M dimensional space, including the computation of angles, areas, containment, distances, intersections, lengths, and volumes.
  649. geometry_test
  650. gl_display, a program which displays the points used in a 2D Gauss-Legendre quadrature rule;
  651. gl_display_test
  652. gmsh_io, a library which can read or write some of the files created by the Gmsh program for 1D, 2D or 3D meshes used by the finite element method (FEM).
  653. gmsh_io_test
  654. gmsh_to_fem, a program which reads a mesh data file created by the GMSH program and writes a pair of node and element files that correspond to the FEM format.
  655. gmsh_to_fem_test
  656. gnuplot_test
  657. gpl_display, a library which tries to read the data in a typical gnuplot GPL file, and display it in a more attractive way than gnuplot is capable of.
  658. gpl_display_test
  659. gram_schmidt, a library which implements the Gram-Schmidt process to orthogonalize and normalize a set of vectors.
  660. gram_schmidt_test
  661. graph_representation, a library which can express the representation of an abstract mathematical graph in several ways.
  662. graph_representation_test
  663. graphics_test
  664. gray_code_display, a program which computes the Hamming distance tables for both the binary and Gray codes, and displays 3D plots that illustrate how the Gray code does a better job of providing nearby representations for nearby numbers.
  665. gray_code_display_test
  666. grf_display, a program which reads a GRF file defining a mathematical graph and displays it in the MATLAB graphics window.
  667. grf_display_test
  668. grf_io, a library which reads or writes a GRF file;
  669. grf_io_test
  670. grid, a library which randomly selects N distinct points from a uniform grid in the unit hypercube in M-dimensional space.
  671. grid_test
  672. grid_display, a program which reads a file of points on a grid or sparse grid, displays the grid and saves the image in a png file;
  673. grid_display_test
  674. gridlines, a library which gives the user more control over drawing gridlines on a graph than the built in "grid on" command.
  675. gridlines_test
  676. grids_display, a program which reads two files of grids or sparse grids, displaying the first with hollow blue dots, the second with solid red dots.
  677. grids_display_test
  678. gurobi_solution_read, a program which reads a file created by the optimization package GUROBI, representing the solution of a polyomino tiling problem, and writes out a simple ASCII file that can be read by load().
  679. gurobi_solution_read_test
  680. haar, a library which computes the Haar transform of data.
  681. haar_test
  682. halton, a library which computes elements of a Halton Quasi Monte Carlo (QMC) sequence, using a simple interface.
  683. halton_test
  684. hammersley, a library which computes elements of a Hammersley Quasi Monte Carlo (QMC) sequence, using a simple interface.
  685. hammersley_test
  686. hamming, a MATLAB library which implements some simple versions of Hamming codes which can detect and correct errors in data.
  687. hamming_test
  688. hand_area, a program which estimates the area of a curve which outlines a person's hand.
  689. hand_area_test
  690. hand_data, programs which carry out some numerical exercises based on data that came from tracing several points on a person's hand.
  691. hand_data_test
  692. hankel_cholesky, a library which computes the upper Cholesky factor R of a nonnegative definite symmetric H matrix so that H = R' * R.
  693. hankel_cholesky_test
  694. hankel_pds, a library which can compute a lower triangular matrix L which is the Cholesky factor of a positive definite (symmetric) Hankel matrix H, that is, H = L * L'.
  695. hankel_pds_test
  696. heated_plate, a program which solves the steady state heat equation in a 2D rectangular region, and is intended as a starting point for a parallel version.
  697. heated_plate_test
  698. hello, a program which prints out "Hello, world!".
  699. hello_test
  700. hermite, a library which computes the Hermite interpolant, a polynomial that matches function values and derivatives.
  701. hermite_test
  702. hermite_cubic, a library which can compute the value, derivatives or integral of a Hermite cubic polynomial, or manipulate an interpolating function made up of piecewise Hermite cubic polynomials.
  703. hermite_cubic_test
  704. hermite_exactness, a program which tests the polynomial exactness of Gauss-Hermite quadrature rules to estimate the integral of a function with density exp(-x^2) over the interval (-oo,+oo).
  705. hermite_exactness_test
  706. hermite_polynomial, a library which evaluates the physicist's Hermite polynomial, the probabilist's Hermite polynomial, the Hermite function, and related functions.
  707. hermite_polynomial_test
  708. hermite_product_display, a program which displays an image of a function created by the Cartesian product of two Hermite polynomials, such as f(x,y) = h(3,x) * h(1,y).
  709. hermite_product_display_test
  710. hermite_product_polynomial, a library which defines Hermite product polynomials, creating a multivariate polynomial as the product of univariate Hermite polynomials.
  711. hermite_product_polynomial_test
  712. hermite_rule, a program which computes and writes out a Gauss-Hermite quadrature rule to estimate the integral of a function with density exp(-x^2) over the interval (-oo,+oo).
  713. hermite_rule_test
  714. hermite_integrands, a library which defines test integrands for Hermite integrals with density exp(-x^2) over the interval (-oo,+oo).
  715. hermite_integrands_test
  716. hexagon_integrals, a library which returns the exact value of the integral of any monomial over the interior of a hexagon.
  717. hexagon_integrals_test
  718. hexagon_rule, a MATLAB library which computes a quadrature rule over the interior of the unit hexagon.
  719. hexagon_rule_test
  720. high_card_simulation, a program which simulates a situation in which you see the cards in a deck one by one, and must select the one you think is the highest and stop.
  721. high_card_simulation_test
  722. hilbert_curve, a library which computes the sequence of discrete Hilbert curves whose limit is a space-filling curve.
  723. hilbert_curve_test
  724. hilbert_curve_display, a library which can plot a Hilbert curve of given order.
  725. hilbert_curve_display_test
  726. histogram_data_2d_sample, a program which demonstrates how to construct a Probability Density Function (PDF) from sample data over a 2D domain, and then to use that PDF to create new samples.
  727. histogram_data_2d_test
  728. histogram_discrete, a library which tries to make a histogram of data without using bins.
  729. histogram_discrete_test
  730. histogram_display, a program which makes a bar plot of a set of data stored as columns in a file; the first column is the X values, and all the other columns are Y values to be shown as a stack of bars;
  731. histogram_display_test
  732. histogram_pdf_sample, a library which demonstrates how sampling can be done by starting with the formula for a PDF, creating a histogram, constructing a histogram for the CDF, and then sampling.
  733. histogram_pdf_sample_test
  734. histogram_pdf_2d_sample, a library which demonstrates how uniform sampling of a 2D region with respect to some known Probability Density Function (PDF) can be approximated by decomposing the region into rectangles, approximating the PDF by a piecewise constant function, constructing a histogram for the CDF, and then sampling.
  735. histogram_pdf_2d_sample_test
  736. histogramize, a program which takes a vector of data and organizes it into a histogram of a given number of bins with given width and range, which can be displayed as a bar chart.
  737. histogramize_test
  738. hits, a library which uses the HITS algorithm to assign authority and hub indices to a set of nodes in a directed network.
  739. hits_test
  740. hyperball_distance, a library which considers the problem of describing the typical value of the distance between a pair of points randomly selected in the unit hyperball in M dimensions.
  741. hyperball_distance_test
  742. hyperball_integrals, a library which returns the exact value of the integral of any monomial over the interior of the unit hyperball in M dimensions.
  743. hyperball_integrals_test
  744. hyperball_monte_carlo, a library which applies a Monte Carlo method to estimate the integral of a function over the interior of the unit ball in M dimensions;
  745. hyperball_monte_carlo_test
  746. hypercube_exactness, a program which tests the polynomial exactness of a quadrature rule over the interior of the unit hypercube in M dimensions.
  747. hyperball_exactness_test
  748. hypercube_grid, a library which computes a grid of points over the interior of a hypercube in M dimensions.
  749. hypercube_grid_test
  750. hypercube_integrals, a library which returns the exact value of the integral of any monomial over the interior of the unit hypercube in M dimensions.
  751. hypercube_integrals_test
  752. hypercube_monte_carlo, a library which applies a Monte Carlo method to estimate the integral of a function over the interior of the unit hypercube in M dimensions.
  753. hypercube_monte_carlo_test
  754. hypersphere_angle, a MATLAB library which considers the problem of describing the typical value of the angle between a pair of points randomly selected on the unit hypersphere in M dimensions. Since by symmetry, this will be zero, we instead look at the average of the absolute value of the dot product, and the corresponding angle. This starts out at 1 for dimension 1, and rapidly decreases as the spatial dimension increases.
  755. hypersphere_angle_test
  756. hypersphere_distance, a library which considers the problem of describing the typical value of the distance between a pair of points randomly selected on the unit hypersphere in M dimensions.
  757. hypersphere_distance_test
  758. hypersphere_integrals, a library which returns the exact value of the integral of any monomial over the surface of the unit hypersphere in M dimensions.
  759. hypersphere_integrals_test
  760. hypersphere_monte_carlo, a library which applies a Monte Carlo method to estimate the integral of a function on the surface of the unit sphere in M dimensions;
  761. hypersphere_monte_carlo_test
  762. hypersphere_properties, a library which carries out various operations for an M dimensional hypersphere, including converting between Cartesian and spherical coordinates, stereographic projection, sampling the surface of the sphere, and computing the surface area and volume.
  763. hypersphere_properties_test
  764. hypersphere_surface, a library which illustrates a procedure for estimating the location of a hypersurface in M dimensional space defined by a characteristic function or a signed function.
  765. hypersphere_surface_test
  766. i4lib, a library which contains many utility routines, using single precision integer (I4) arithmetic.
  767. i4lib_test
  768. i4mat_rref2, a library which computes a version of the reduced row echelon form of an integer matrix.
  769. i4mat_rref2_test
  770. ihs, a library which generates the Improved Hypercube Sampling (IHS) M dimensional Quasi Mont Carlo (QMC) sequence;
  771. ihs_test
  772. image_boundary, a library which reports the pixels which form the boundary between the black and white regions of a simple image.
  773. image_boundary_test
  774. image_components, a library which seeks the connected nonzero or nonblack components of an image or an integer array.
  775. image_components_test
  776. image_contrast, programs which applies image processing techniques to increase the contrast in an image.
  777. image_contrast_test
  778. image_decimate, a library which drops the even rows and columns from an image.
  779. image_decimate_test
  780. image_denoise, a library which applies simple filtering operations to a noisy image.
  781. image_denoise_test
  782. image_diffuse, a library which uses diffusion to smooth out an image.
  783. image_diffuse_test
  784. image_double, a library which doubles the height and width of an image by repeating each row and column.
  785. image_double_test
  786. image_edge, a library which demonstrates a simple procedure for edge detection in images.
  787. image_edge_test
  788. image_match_genetic, a program which tries to match a 256x256 JPEG image by blending 32 colored rectangles, using ideas from genetic algorithms, based on an program by Nick Berry.
  789. image_noise, programs which add noise to an image.
  790. image_noise_test
  791. image_normalize, a MATLAB program which reads image data from a file, converts it (if necessary) to grayscale, resizes it to H pixels by W pixels.
  792. image_normalize_test
  793. image_quantization, a library which demonstrates how the KMEANS algorithm can be used to reduce the number of colors or shades of gray in an image.
  794. image_quantization_test
  795. image_rgb_to_gray, programs which makes a grayscale version of an RGB image.
  796. image_rgb_to_gray_test
  797. image_threshold, programs which make a black and white version of a grayscale image by setting all pixels below or above a threshold value to black or white.
  798. image_threshold_test
  799. imshow_numeric, a program which accepts a numeric 2D array and displays it as a grayscale image.
  800. imshow_numeric_test
  801. index, a library which converts an M dimensional vector index to a one-dimensional vector index; it can handle zero and one based indexing schemes, as well as column major and row major conventions.
  802. index_test
  803. interp, a library which can be used for parameterizing and interpolating data;
  804. interp_test
  805. interp_trig, a library which can be used for trigonometric interpolation.
  806. interp_trig_test
  807. isbn, a library which can determine the check digit for an International Standard Book Number or report whether a given ISBN is valid.
  808. isbn_test
  809. ising_2d_simulation, a program which simulates the evolution of a 2D array of positive and negative charges, each of which is likely to flip to be in agreement with neighbors.
  810. ising_2d_simulation_test
  811. jacobi, a program which implements the Jacobi iteration for the iterative solution of linear systems.
  812. jacobi_test
  813. jacobi_eigenvalue, a library which implements the Jacobi iteration for the iterative determination of the eigenvalues and eigenvectors of a real symmetric matrix.
  814. jacobi_eigenvalue_test
  815. jacobi_exactness, a program which tests the polynomial exactness of rules for integrals with a Jacobi weight function.
  816. jacobi_exactness_test
  817. jacobi_poisson_1d, a program which demonstrates how the linear system for a discretized version of the steady 1D Poisson equation can be solved by the Jacobi iteration.
  818. jacobi_poisson_1d_test
  819. jacobi_polynomial, a library which evaluates the Jacobi polynomial and associated functions.
  820. jacobi_polynomial_test
  821. jacobi_rule, a program which computes and writes out a Gauss-Jacobi quadrature rule of given order.
  822. jacobi_rule_test
  823. kelley, a library which implements iterative methods for linear and nonlinear problems, by Tim Kelley.
  824. kelley_test
  825. kmeans, a library which handles the K-Means problem, which organizes a set of N points in M dimensions into K clusters;
  826. kmeans_test
  827. kmeans_fast, a library which contains several different algorithms for the K-Means problem, which organizes a set of N points in M dimensions into K clusters, by Charles Elkan.
  828. kmeans_fast_test
  829. knapsack_01, a library which uses brute force to solve small versions of the 0/1 knapsack problem;
  830. knapsack_01_test
  831. kronrod, a library which can compute a Gauss and Gauss-Kronrod pair of quadrature rules of arbitrary order, by Robert Piessens, Maria Branders.
  832. kronrod_test
  833. l4lib, a library which contains many utility routines, using one byte logical (L4) variables.
  834. l4lib_test
  835. lagrange_approx_1d, a library which defines and evaluates the Lagrange polynomial p(x) of degree m which approximates a set of nd data points (x(i),y(i)).
  836. lagrange_approx_1d_test
  837. lagrange_basis_display, a library which displays the basis functions associated with a given set of nodes used with the Lagrange interpolation scheme.
  838. lagrange_basis_display_test
  839. lagrange_interp_1d, a library which defines and evaluates the Lagrange polynomial p(x) which interpolates a set of data depending on a 1D argument, so that p(x(i)) = y(i).
  840. lagrange_interp_1d_test
  841. lagrange_interp_2d, a library which defines and evaluates the Lagrange polynomial p(x,y) which interpolates a set of data depending on a 2D argument that was evaluated on a product grid, so that p(x(i),y(j)) = z(i,j).
  842. lagrange_interp_2d_test
  843. lagrange_interp_nd, a library which defines and evaluates the Lagrange polynomial p(x) which interpolates a set of data depending on an M dimensional argument that was evaluated on a product grid, so that p(x(i)) = z(i).
  844. lagrange_interp_nd_test
  845. lagrange_nd, a library which implements several multivariate Lagrange interpolation schemes developed by Tomas Sauer.
  846. lagrange_nd_test
  847. laguerre_exactness, a program which tests the polynomial exactness of Gauss-Laguerre quadrature rules for integrating functions with density exp(-x) over [0,+oo).
  848. laguerre_exactness_test
  849. laguerre_integrands, a library which implements test problems for approximate integration over a semi-infinite interval, often carried out using Gauss-Laguerre quadrature.
  850. laguerre_integrands_test
  851. laguerre_polynomial, a library which evaluates the Laguerre polynomial, the generalized Laguerre polynomials, and the Laguerre function.
  852. laguerre_polynomial_test
  853. laguerre_product, a library which computes weighted integrals of products of Laguerre polynomials.
  854. laguerre_product_test
  855. laguerre_rule, a program which computes a Gauss-Laguerre quadrature rule of given order, and writes it to a file.
  856. laguerre_rule_test
  857. laplacian, a library which carries out computations related to the discrete Laplacian operator, including full or sparse evaluation, evaluation for unequally spaced data sampling points, application to a set of data samples, solution of associated linear systems, eigenvalues and eigenvectors, and extension to 2D and 3D geometry.
  858. laplacian_test
  859. latin_center, a library which computes N points in an M dimensional Latin Center square;
  860. latin_center_test
  861. latin_cover, a library which produces N Latin squares which cover an NxN square, or NxN Latin cubes which cover an NxNxN cube.
  862. latin_cover_test
  863. latin_edge, a library which returns N points in an M dimensional Latin Edge square;
  864. latin_edge_test
  865. latin_random, a library which returns N points in an M dimensional Latin Random square;
  866. latin_random_test
  867. latinize, a program which adjusts N points in M dimensions to form a Latin hypercube;
  868. latinize_test
  869. lattice_rule, a library which returns lattice rules for M dimensional integration;
  870. lattice_rule_test
  871. lcvt, a library which makes a sort of Latinized Centroidal Voronoi Tessellation (LCVT);
  872. lcvt_test
  873. least_squares_approximant, a library which finds a polynomial approximant to data using linear least squares (LLS).
  874. least_squares_approximant_test
  875. lebesgue, a library which is given a set of nodes in 1D, and plots the Lebesgue function, and estimates the Lebesgue constant, which measures the maximum magnitude of the potential error of Lagrange polynomial interpolation.
  876. lebesgue_test
  877. legendre_exactness, a program which tests the monomial exactness of quadrature rules for the Legendre problem of integrating a function with density 1 over the interval [-1,+1].
  878. legendre_exactness_test
  879. legendre_polynomial, a library which evaluates the Legendre polynomial and associated functions.
  880. legendre_polynomial_test
  881. legendre_product, a library which computes weighted integrals of products of Legendre polynomials.
  882. legendre_product_test
  883. legendre_product_polynomial, a library which defines Legendre product polynomials, creating a multivariate polynomial as the product of univariate Legendre polynomials.
  884. legendre_product_polynomial_test
  885. legendre_rule, a program which writes out a Gauss-Legendre quadrature rule of given order.
  886. legendre_rule_test
  887. legendre_rule_fast, a program which uses a fast (order N) algorithm to compute a Gauss-Legendre quadrature rule of given order.
  888. legendre_rule_fast_test
  889. legendre_shifted_polynomial, a library which evaluates the shifted Legendre polynomial, with the domain [0,1].
  890. legendre_shifted_polynomial_test
  891. levels, a library which makes a contour plot, choosing the contour levels using random sampling.
  892. levels_test
  893. levenshtein, a library which returns the Levenshtein distance between two strings.
  894. levenshtein_test
  895. life, a program which computes a few steps of the evolution of John Conway's Game of Life, intended as a starting point for implementing a parallel version.
  896. life_test
  897. lights_out, a program which sets up the "Lights Out" game and allows a user to try to solve it.
  898. line_cvt_lloyd, a library which applies Lloyd's iteration repeatedly to a set of N points, to compute a Centroidal Voronoi Tessellation (CVT) over the interior of a line segment in 1D.
  899. line_cvt_lloyd_test
  900. line_distance, a library which considers the problem of describing the typical value of the distance between a pair of points randomly selected in the unit line segment.
  901. line_distance_test
  902. line_fekete_rule, a library which estimates the location of N Fekete points, for polynomial interpolation or quadrature, over the interior of a line segment in 1D.
  903. line_fekete_rule_test
  904. line_felippa_rule, a library which returns Felippa's quadratures rules for approximating integrals over the interior of a line segment in 1D.
  905. line_felippa_rule_test
  906. line_grid, a library which computes a grid of points over the interior of a line segment in 1D.
  907. line_grid_test
  908. line_integrals, a library which returns the exact value of the integral of any monomial over the length of the unit line in 1D.
  909. line_integrals_test
  910. line_monte_carlo, a library which applies a Monte Carlo method to estimate the integral of a function over the length of the unit line in 1D.
  911. line_monte_carlo_test
  912. line_ncc_rule, a library which computes a Newton Cotes Closed (NCC) quadrature rule, using equally spaced points, over the interior of a line segment in 1D.
  913. line_ncc_rule_test
  914. line_nco_rule, a library which computes a Newton Cotes Open (NCO) quadrature rule, using equally spaced points, over the interior of a line segment in 1D.
  915. line_nco_rule_test
  916. linpack_bench, a program which is the linpack benchmark;
  917. linpack_bench_test
  918. linpack_bench_backslash, a program which is the linpack benchmark, using MATLAB's built-in backslash operator;
  919. linpack_bench_backslash_test
  920. linpack_d, a library which constitutes a linear algebra library for double precision real arithmetic; it includes a function for the singular value decomposition (SVD) of a rectangular matrix. The original version of this library is by Jack Dongarra, Jim Bunch, Cleve Moler, Pete Stewart.
  921. linpack_d_test
  922. linpack_z, a library which constitutes a linear algebra library for double precision complex arithmetic; it includes a function for the singular value decomposition (SVD) of a rectangular matrix. The original version of this library is by Jack Dongarra, Jim Bunch, Cleve Moler, Pete Stewart.
  923. linpack_z_test
  924. llsq, a library which solves the simple linear least squares (LLS) problem of finding the formula of a straight line y=a*x+b which minimizes the root-mean-square error to a set of N data points.
  925. llsq_test
  926. lobatto_polynomial, a library which evaluates Lobatto polynomials similar to Legendre polynomials except that they are 0 at both endpoints.
  927. lobatto_polynomial_test
  928. local_min_rc, a library which finds a local minimum of a scalar function of a scalar variable, without the use of derivative information, using reverse communication (RC), by Richard Brent.
  929. local_min_rc_test
  930. log_normal, a library which returns quantities related to the log normal Probability Distribution Function (PDF).
  931. log_normal_test
  932. log_normal_truncated_ab, a library which returns quantities related to the log normal Probability Distribution Function (PDF) truncated to the interval [A,B].
  933. log_normal_truncated_ab_test
  934. lorenz_cluster_test
  935. lorenz_ode_test
  936. lorenz_simulation, a program which computes and displays solutions of the Lorenz equations for various initial conditions.
  937. luhn, a library which can compute the Luhn check digit for a string, or verify a string, as used for error detection in credit card numbers.
  938. luhn_test
  939. machar, a library which dynamically computes the values of various machine characteristic constants, by William Cody;
  940. machar_test
  941. machine, a library which returns tabulated values of the constants associated with computer arithmetic;
  942. machine_test
  943. mandelbrot, a program which generates an image of the Mandelbrot set;
  944. mandelbrot_test
  945. maple_area, a library which takes the list of pixels that form the boundary of the image of a maple leaf within a picture, and uses grid, Monte Carlo, and Quasi Monte Carlo (QMC) sampling to estimate the area of the leaf.
  946. maple_area_test
  947. maple_boundary, a library which reads an image of a maple leaf and extracts the list of pixels that form the boundary.
  948. maple_boundary_test
  949. mario, a program which creates a sort of "needlepoint" image of Mario, as an array of colored squares.
  950. mario_test
  951. matlab, programs which illustrate the use of MATLAB scripts and M-files;
  952. matlab_calls_c, programs which illustrate how C functions can be written, compiled, and called from MATLAB using the mex facility;
  953. matlab_calls_c++, programs which illustrate how C++ functions can be written, compiled, and called from MATLAB using the mex facility;
  954. matlab_calls_f77, programs which illustrate how FORTRAN77 functions can be written, compiled, and called from MATLAB using the mex facility;
  955. matlab_calls_f90, programs which illustrate how FORTRAN90 functions can be written, compiled, and called from MATLAB using the mex facility;
  956. matlab_commandline, programs which illustrate how MATLAB can be run from the UNIX command line, that is, not with the usual MATLAB command window.
  957. matlab_compiler, programs which illustrate the use of the Matlab compiler, which allows you to run a Matlab application outside the Matlab environment.
  958. matlab_condor, programs which illustrate how MATLAB can be run in batch mode using the condor queueing system.
  959. matlab_graphics, programs which demonstrate a few issues that arise when producing graphic images with MATLAB.
  960. matlab_kmeans, programs which illustrate the use of Matlab's kmeans() function for clustering N sets of M-dimensional data into K clusters.
  961. matlab_map, programs which illustrate the use of MATLAB's mapping toolbox to draw maps of the world, countries, the US, or individual states.
  962. matlab_mistake, programs which illustrate some simple but devious programming mistakes in MATLAB.
  963. matlab_movies, programs which illustrate making movies using MATLAB;
  964. matlab_os, programs which illustrate how the system command can be used to allow MATLAB to issue commands to the computer operating system (UNIX or DOS);
  965. matlab_random, programs which illustrate the use of Matlab's random number generator (RNG) routines.
  966. matlab_return, programs which illustrate that explicitly invoking the return statment can be surprisingly costly;
  967. matrix_analyze, a library which reports whether a matrix has various properties.
  968. matrix_analyze_test
  969. matrix_exponential, a library which demonstrates some simple approaches to the problem of computing the exponential of a matrix.
  970. matrix_exponential_test
  971. md, a program which carries out a molecular dynamics simulation, and is intended as a starting point for implementing a parallel version.
  972. md_test
  973. md_fast, a program which carries out a molecular dynamics simulation; it is a version of MD that has been revised to take advantage of MATLAB's vector abilities.
  974. md_fast_test
  975. memory_test
  976. mesh_bandwidth, a program which returns the geometric bandwidth associated with a mesh of elements of any order and in a space of M dimensions.
  977. mesh_bandwidth_test
  978. mesh_display, a program which plots the nodes and elements of a polygonal mesh, with optional numbering.
  979. mesh_display_test, a program which plots the nodes and elements of a polygonal mesh, with optional numbering.
  980. mesh_etoe, a program which uses ETOV, the mesh element-to-vertex connectivity, to construct ETOE, the element-to-element connectivity.
  981. mesh_etoe_test
  982. mesh_vtoe, a program which uses ETOV, the mesh element-to-vertex connectivity, to construct VTOE, the vertex-to-element connectivity.
  983. mesh_vtoe_test
  984. mesh2d, a library which can automatically create a triangular mesh for a given polygonal region, by Darren Engwirda.
  985. mesh2d_test
  986. mesh2d_hand, a program which reads in a set of 59 points which outline a human hand, and calls mesh2d(), which is able to create a fine triangular mesh of the region outlined by the points.
  987. mesh2d_write, a program which demonstrates how node and element data from mesh2d can be written to files.
  988. mgmres, a library which applies the restarted Generalized Minimum Residual (GMRES) algorithm to solve a sparse linear system, using compressed row (CR) or sparse triplet (ST) format, by Lili Ju.
  989. mgmres_test
  990. mgs, a library which is a legacy code, which the student is encouraged to study, understand, and document. This example is due to Diane O'Leary.
  991. mgs_test
  992. mm_io, a library which reads and writes a Matrix Market (MM) Sparse Matrix File;
  993. mm_io_test
  994. mm_to_msm, a program which reads a Matrix Market (MM) sparse matrix file and creates a corresponding MATLAB sparse matrix data structure.
  995. mm_to_msm_test
  996. mm_to_st, a program which reads a Matrix Market (MM) sparse matrix file and writes a corresponding Sparse Triplet (ST) file.
  997. mm_to_st_test
  998. mnist_neural, a program which constructs a neural network in order to classify images of digits.
  999. mnist_neural_test
  1000. monoalphabetic, a library which can apply a monoalphabetic substitution cipher to a string of text.
  1001. monoalphabetic_test
  1002. monomial, a library which enumerates, lists, ranks, unranks and randomizes multivariate monomials in a space of M dimensions, with total degree less than N, equal to N, or lying within a given range.
  1003. monomial_test
  1004. monomial_value, a library which evaluates a monomial in M dimensions.
  1005. monomial_value_test
  1006. monte_carlo_rule, a program which generates a dataset of N random M dimensional points, regards it as a quadrature rule for the unit hypercube, and writes out three files of information.
  1007. monte_carlo_rule_test
  1008. msm_to_mm, a program which writes a MATLAB sparse matrix to a Matrix Market (MM) file;
  1009. msm_to_mm_test
  1010. msm_to_st, a program which writes a MATLAB sparse matrix to a Sparse Triplet (ST) file;
  1011. msm_to_st_test
  1012. multigrid_poisson_1d, a library which applies the multigrid method to a discretized version of the 1D Poisson equation.
  1013. multigrid_poisson_1d_test
  1014. mxm, a program which sets up a matrix multiplication problem A=B*C of arbitrary size, and compares the time required for IJK, IKJ, JIK, JKI, KIJ and KJI orderings of the loops.
  1015. mxm_test
  1016. naca, a library which can take the parameters of certain NACA airfoils and return the coordinates of a sequence of points that outline the wing shape. The shape can be displayed with MATLAB graphics.
  1017. naca_test
  1018. nas, a program which runs the NASA kernel benchmark.
  1019. nas_test
  1020. navier_stokes_2d_exact, a library which evaluates an exact solution to the incompressible time-dependent Navier-Stokes equations (NSE) over an arbitrary domain in 2D.
  1021. navier_stokes_2d_exact_test
  1022. navier_stokes_3d_exact, a library which evaluates an exact solution to the incompressible time-dependent Navier-Stokes equations (NSE) over an arbitrary domain in 3D.
  1023. navier_stokes_3d_exact_test
  1024. navier_stokes_mesh2d, data files which define meshes for several 2D test problems involving the Navier Stokes equations (NSE) for fluid flow, provided by Leo Rebholz.
  1025. navier_stokes_mesh2d_test
  1026. navier_stokes_mesh3d, data files which define meshes for several 3D test problems involving the Navier Stokes equations (NSE) for fluid flow, provided by Leo Rebholz.
  1027. navier_stokes_mesh3d_test
  1028. ncm, programs which accompany Cleve Moler's textbook "Numerical Computing with MATLAB".
  1029. nearest_interp_1d, a library which interpolates a set of data using a piecewise constant interpolant defined by the nearest neighbor criterion.
  1030. nearest_interp_1d_test
  1031. neighbors_to_metis_graph, a program which reads a file describing the neighbor structure of a triangulation or tet mesh, and writes a metis graph file suitable for input to one of the family of programs based on metis.
  1032. neighbors_to_metis_graph_test
  1033. nelder_mead, a program which implements the Nelder-Mead algorithm for the minimization of a scalar function of several variables, by Jeff Borggaard.
  1034. nelder_mead_test
  1035. nested_sequence_display, a program which displays a set of nested sequences.
  1036. nested_sequence_display_test
  1037. netcdf_test
  1038. newton_interp_1d, a library which finds a polynomial interpolant to data using Newton divided differences.
  1039. newton_interp_1d_test
  1040. niederreiter2, a library which computes the Niederreiter M dimensional Quasi Mont Carlo (QMC) sequence, base 2;
  1041. niederreiter2_test
  1042. nint_exactness_mixed, a program which measures the polynomial exactness of an M dimensional quadrature rule based on a mixture of 1D quadrature rule factors.
  1043. nint_exactness_mixed_test
  1044. nintlib, a library which carries out approximate integration (quadrature) in M dimensions;
  1045. nintlib_test
  1046. normal, a library which implements normal random number generators (RNG) for real and complex arithmetic, for scalars, vectors, and matrices.
  1047. normal_test
  1048. normal01_multivariate_distance, a library which considers the problem of describing the typical value of the distance between a pair of points randomly selected from an isotropic standard normal distribution in M dimensions.
  1049. normal01_multivariate_distance_test
  1050. obj_display, a program which displays an OBJ 3D graphics file;
  1051. obj_display_test
  1052. obj_io, a library which reads and writes the data in an OBJ 3D graphics file;
  1053. obj_io_test
  1054. obj_to_tri_surface, a program which reads an OBJ 3D graphics file and extracts the surface mesh data as a TRI_SURFACE dataset.
  1055. obj_to_tri_surface_test
  1056. ode_sweep, a program which computes a grid of solutions to a parameterized system of ordinary differential equations (ODE's).
  1057. ode_sweep_test
  1058. ornstein_uhlenbeck, a library which approximates solutions of the Ornstein-Uhlenbeck stochastic ordinary differential equation (SODE) using the Euler method, the Euler-Maruyama method, and the Milstein method.
  1059. ornstein_uhlenbeck_test
  1060. outliers_test
  1061. owen, a library which evaluates Owen's T function;
  1062. owen_test
  1063. padua, a library which returns the coordinates of the 2D Padua points, as well as interpolation weights or quadrature weights, and images of the points in MATLAB graphics files.
  1064. padua_test
  1065. pagerank, a library which illustrates the eigenvalue (power method) and surfer (Markov chain) approaches to ranking web pages.
  1066. pagerank_test
  1067. paraheat_gaussian, a MATLAB program which sets up and solves a parameterized steady heat equation in a 2D spatial domain, with a gaussian diffusivity.
  1068. paraheat_gaussian_test
  1069. paraheat_gaussian_plot, a MATLAB program which use radial basis functions (RBF) to reconstruct the finite element solution sampled by paraheat_gaussian().
  1070. paraheat_gaussian_sample, a MATLAB program which repeatedly calls paraheat_gaussian() to set up and solve a parameterized steady heat equation in a 2D spatial domain, with a gaussian diffusivity, saving values of the finite element solution at selected points, and writing the saved data to a file.
  1071. paraheat_pwc, a MATLAB library which can set up and solve a parameterized steady heat equation in a 2D spatial domain, using diffusivity parameterized by vc, and reporting solution values vs at selected sensor locations. Options allow for this function to be sampled at many parameter values, or for the finite element function to be reconstructed from the sensor values.
  1072. paraheat_pwc_test
  1073. paraheat_pwc_1d, a MATLAB program which sets up and solves a parameterized steady heat equation in a 1D spatial domain, with a piecewise constant diffusivity.
  1074. paraheat_pwc_1d_test
  1075. paraheat_pwc_plot, a MATLAB program which use radial basis functions (RBF) to reconstruct the finite element solution sampled by paraheat_pwc().
  1076. paraheat_pwc_sample, a MATLAB program which repeatedly calls paraheat_pwc() to set up and solve a parameterized steady heat equation in a 2D spatial domain, with a piecewise constant diffusivity, saving values of the finite element solution at selected points, and writing the saved data to a file.
  1077. partial_digest, a library which seeks solutions of the partial digest problem.
  1078. partial_digest_test
  1079. partition_problem, a library which seeks solutions of the partition problem, splitting a set of integers into two subsets with equal sum.
  1080. partition_problem_test
  1081. patterson_rule, a program which returns the points and weights of a 1D Gauss-Patterson quadrature rule of order 1, 3, 7, 15, 31, 63, 127, 255 or 511.
  1082. patterson_rule_test
  1083. pbma_io, a library which reads or writes an ASCII Portable Bit Map (PBM) graphics file;
  1084. pbma_io_test
  1085. pce_ode_hermite, a program which sets up a scalar stochastic ordinary differential equation (SODE) for exponential decay with an uncertain decay rate, using a polynomial chaos expansion (PCE) in terms of Hermite polynomials.
  1086. pce_ode_hermite_test
  1087. pdepe_test
  1088. pdflib, a library which evaluates Probability Density Functions (PDF's) and produces random samples from them, including beta, binomial, chi, exponential, gamma, inverse chi, inverse gamma, multinomial, normal, scaled inverse chi, and uniform.
  1089. pdflib_test
  1090. peak_movie, a program which creates the pieces of an animation, one frame at a time. Each frame is independently created and saved as a JPEG file.
  1091. pendulum_ode, a library which looks at some simple topics involving the linear and nonlinear ordinary differential equations (ODEs) that represent the behavior of a pendulum of length L under a gravitational force of strength G.
  1092. pendulum_ode_test
  1093. pentominoes, a library which provides some utilities for manipulating pentominoes.
  1094. pentominoes_test
  1095. perceptron, a MATLAB program which demonstrates the calculation of a classifier of linearly separable data using the perceptron algorithm.
  1096. pgma_io, a library which reads or writes an ASCII Portable Gray Map (PGM) image file;
  1097. pgma_io_test
  1098. pi_spigot, a program which produces N digits of the decimal expansion of pi.
  1099. pi_spigot_test
  1100. pic, a program which uses the Particle In Cell (PIC) method to simulate the motion of electrically charged particles past a plate, and is intended as a starting point for implementing a parallel version.
  1101. pic_test
  1102. piecewise_linear_product_integral, a library which calculates the exact value of the integral of the product of two piecewise linear functions f(x) and g(x).
  1103. piecewise_linear_product_integral_test
  1104. pink_noise, a library which computes a pink noise signal obeying a 1/f power law.
  1105. pink_noise_test
  1106. plasma_matrix, a library which demonstrates how a large sparse MATLAB matrix can be written to or read from a Harwell-Boeing sparse matrix file.
  1107. plasma_matrix_test
  1108. poisson, a program which solves the Poisson equation in a rectangle, intended as the starting point for the creation of a parallel version.
  1109. poisson_test
  1110. poisson_simulation, a library which simulates a Poisson process in which events randomly occur with an average waiting time of Lambda.
  1111. poisson_simulation_test
  1112. polpak, a library which evaluates a variety of mathematical functions, including Chebyshev, Gegenbauer, Hermite, Jacobi, Laguerre, Legendre polynomials, and the Collatz sequence.
  1113. polpak_test
  1114. polygon_average, a library which demonstrates a process of repeatedly averaging and normalizing the vertices of a polygon, illustrating a property of the power method.
  1115. polygon_average_test
  1116. polygon_grid, a library which generates a grid of points over the interior of a polygon in 2D.
  1117. polygon_grid_test
  1118. polygon_integrals, a library which returns the exact value of the integral of any monomial over the interior of a polygon in 2D.
  1119. polygon_integrals_test
  1120. polygon_monte_carlo, a library which applies a Monte Carlo method to estimate the integral of a function over the interior of a polygon in 2D.
  1121. polygon_monte_carlo_test
  1122. polygon_properties, a library which computes properties of an arbitrary polygon in the plane, defined by a sequence of vertices, including interior angles, area, centroid, containment of a point, convexity, diameter, distance to a point, inradius, lattice area, nearest point in set, outradius, uniform sampling.
  1123. polygon_properties_test
  1124. polygon_triangulate, a library which triangulates a (possibly nonconvex) polygon in 2D, based on a C program by Joseph ORourke;
  1125. polygon_triangulate_test
  1126. polygonal_surface_display, a program which displays a surface in 3D described as a set of polygons;
  1127. polygonal_surface_display_test
  1128. polynomial, a library which adds, multiplies, differentiates, evaluates and prints multivariate polynomials in a space of M dimensions.
  1129. polynomial_test
  1130. polynomials, a library which defines multivariate polynomials over rectangular domains, for which certain information is to be determined, such as the maximum and minimum values.
  1131. polynomials_test
  1132. polyomino_condense, a program which cleans up a matrix that represents a polyomino by setting all nonzero entries to 1, and removing initial and final rows and columns of zeros.
  1133. polyomino_condense_test
  1134. polyomino_embed, a library which is given matrices defining a region R and a polyomino P, and determines the number of possible embeddings of the polyomino into the region, and the translations necessary to achieve them.
  1135. polyomino_embed_test
  1136. polyomino_enumerate, a library which enumerates chiral, fixed and free polyominoes of moderate order.
  1137. polyomino_enumerate_test
  1138. polyomino_index, a library which is given a matrix defining a polyomino P, and determines a correspondingly shaped matrix which contains an index for each nonzero entry in P.
  1139. polyomino_index_test
  1140. polyomino_lp_write, a program which writes an LP file describing a (binary) integer programming problem related to the tiling of a region R by copies of polyomino shapes, with possible reflections and rotations.
  1141. polyomino_lp_write_test
  1142. polyomino_monohedral, a program which is given matrices defining a region R and a polyomino P, and seeks binary solutions x that represent possible tilings of the region R by the polyomino P.
  1143. polyomino_monohedral_test
  1144. polyomino_monohedral_example_reid, a program which sets up and solves the Reid example of a monohedral polyomino tiling problem, using copies of a single polyomino P to cover a region R.
  1145. polyomino_monohedral_example_reid_test
  1146. polyomino_monohedral_matrix, a program which is given matrices defining a region R and a polyomino P, and returns the linear system A*x=b that must be solved for binary solutions x, that represent possible tilings of the region R by the polyomino P.
  1147. polyomino_monohedral_matrix_test
  1148. polyomino_monohedral_tiling_plot, a library which is given matrices defining a region R and a polyomino P, and a vector X, computed by POLYOMINO_MONOHEDRAL, which represents a tiling of R by P, and creates a graphic plot representation of that tiling.
  1149. polyomino_monohedral_tiling_plot_test
  1150. polyomino_monohedral_tiling_print, a library which is given matrices defining a region R and a polyomino P, and a vector X, computed by POLYOMINO_MONOHEDRAL, which represents a tiling of R by P, and prints out a representation of that tiling.
  1151. polyomino_monohedral_tiling_print_test
  1152. polyomino_monohedral_variants, a program which computes the distinct variants of a polyomino under reflection and 90 degree rotations.
  1153. polyomino_monohedral_variants_test
  1154. polyomino_multihedral, a library which is given matrices defining a region R and a set of polyominoes P, and seeks binary solutions x that represent possible tilings of the region R by the polyominoes of P.
  1155. polyomino_multihedral_test
  1156. polyomino_multihedral_example_2x4_test
  1157. polyomino_multihedral_example_4x5_test
  1158. polyomino_multihedral_example_octomino, a program which sets up a problem in which an 8x8 square is to be tiled by 8 distinct octominoes.
  1159. polyomino_multihedral_example_octomino_test
  1160. polyomino_multihedral_example_pent18x30, a program which sets up a problem in which an 18x30 rectangle is to be tiled by 9 copies of each of the 12 distinct pentominoes, and plots a solution computed by GUROBI.
  1161. polyomino_multihedral_example_pentomino, a program which sets up a problem in which an 8x8 square with 2x2 hole is to be tiled by the 12 distinct pentominoes.
  1162. polyomino_multihedral_matrix, a library which is given matrices defining a region R and a set of several polyominoes P, and returns the linear system A*x=b that must be solved for binary solutions x, that represent possible tilings of the region R by the polyominoes in P.
  1163. polyomino_multihedral_matrix_test
  1164. polyomino_multihedral_tiling_plot, a library which is given matrices defining a region R and a set of polyominoes P, and a vector X, computed by POLYOMINO_MULTIHEDRAL, which represents a tiling of R by the elements of P, and creates a graphic plot representation of that tiling.
  1165. polyomino_multihedral_tiling_plot_test
  1166. polyomino_multihedral_tiling_print, a library which is given matrices defining a region R and a set of polyominoes P, and a vector X, computed by POLYOMINO_MULTIHEDRAL, which represent a tiling of R by the polyominoes in P. The task is to print out a representation of that tiling.
  1167. polyomino_multihedral_tiling_print_test
  1168. polyomino_multihedral_variants, a program which computes the distinct variants of one or more polyominoes under reflection and 90 degree rotations.
  1169. polyomino_multihedral_variants_test
  1170. polyomino_plot, a program which displays a region which has been tiled by polyominos.
  1171. polyomino_plot_test
  1172. polyomino_transform, a program which transforms the matrix representing a polyomino by reflection and rotation.
  1173. polyomino_transform_test
  1174. polyominoes, a library which defines, solves, and plots a variety of polyomino tiling problems, which are solved by a direct algebraic approach, instead of the more typical brute-force or backtracking methods.
  1175. polyominoes_print, a program which prints an array of polyominoes.
  1176. polyominoes_print_test
  1177. power_method, a library which carries out the power method for finding a dominant eigenvalue and its eigenvector.
  1178. power_method_test
  1179. power_rule, a program which constructs a power rule, that is, a product quadrature rule from identical 1D factor rules.
  1180. power_rule_test
  1181. ppma_io, a library which reads or writes an ASCII Portable Pixel Map (PPM) image file;
  1182. ppma_io_test
  1183. praxis, a library which minimizes a scalar function of several variables, without requiring derivative information, by Richard Brent.
  1184. praxis_test
  1185. predator_prey_ode, a program which solves a time-dependent predator-prey system of ordinary differential equations (ODE's) using MATLAB's ode23() function.
  1186. predator_prey_ode_test
  1187. prime, a program which counts the number of primes between 1 and N, and is intended as a starting point for a parallel version.
  1188. prime_test
  1189. prime_plot, a program which displays a box plot of the prime and composite numbers.
  1190. prime_plot_test
  1191. prob, a library which evaluates, samples, inverts, and characterizes a number of Probability Density Functions (PDF's) and Cumulative Density Functions (CDF's), including anglit, arcsin, benford, birthday, bernoulli, beta_binomial, beta, binomial, bradford, burr, cardiod, cauchy, chi, chi squared, circular, cosine, deranged, dipole, dirichlet mixture, discrete, empirical, english sentence and word length, error, exponential, extreme values, f, fisk, folded normal, frechet, gamma, generalized logistic, geometric, gompertz, gumbel, half normal, hypergeometric, inverse gaussian, laplace, levy, logistic, log normal, log series, log uniform, lorentz, maxwell, multinomial, nakagami, negative binomial, normal, pareto, planck, poisson, power, quasigeometric, rayleigh, reciprocal, runs, sech, semicircular, student t, triangle, uniform, von mises, weibull, zipf.
  1192. prob_test
  1193. product_rule, a program which creates an M dimensional quadrature rule from a product of distinct 1d quadrature rules;
  1194. product_rule_test
  1195. profile_test
  1196. puzzles, programs which solve simple puzzles;
  1197. pwc_plot_1d, a library which converts the definition of a piecewise constant function of a 1D argument into plottable data.
  1198. pwc_plot_1d_test
  1199. pwc_plot_2d, a library which converts the definition of a piecewise constant function of a 2D argument into plottable data.
  1200. pwc_plot_2d_test
  1201. pwl_approx_1d, a library which approximates a set of data using a piecewise linear function.
  1202. pwl_approx_1d_test
  1203. pwl_interp_1d, a library which interpolates a set of data using a piecewise linear function.
  1204. pwl_interp_1d_test
  1205. pwl_interp_2d, a library which evaluates a piecewise linear interpolant to data defined on a regular 2D grid.
  1206. pwl_interp_2d_test
  1207. pwl_interp_2d_scattered, a library which evaluates a piecewise linear interpolant to data which is available at an irregularly arranged set of points.
  1208. pwl_interp_2d_scattered_test
  1209. pyramid_exactness, a program which investigates the polynomial exactness of a quadrature rule over the interior of the unit pyramid in 3D.
  1210. pyramid_exactness_test
  1211. pyramid_felippa_rule, a library which returns Felippa's quadratures rules for approximating integrals over the interior of a pyramid in 3D.
  1212. pyramid_felippa_rule_test
  1213. pyramid_grid, a library which computes a grid of points over the interior of the unit pyramid in 3D;
  1214. pyramid_grid_test
  1215. pyramid_integrals, a library which returns the exact value of the integral of any monomial over the interior of the unit pyramid in 3D.
  1216. pyramid_integrals_test
  1217. pyramid_monte_carlo, a library which applies a Monte Carlo method to estimate integrals of a function over the interior of the unit pyramid in 3D;
  1218. pyramid_monte_carlo_test
  1219. pyramid_rule, a program which computes a quadrature rule over the interior of the unit pyramid in 3D.
  1220. pyramid_rule_test
  1221. qr_solve, a library which computes the linear least squares (LLS) solution of a system A*x=b using the QR factorization.
  1222. qr_solve_test
  1223. quad_mesh, a library which handles meshes of quadrilaterals over a 2D region;
  1224. quad_mesh_test
  1225. quad_mesh_order1_display, a program which plots piecewise constant data associated with a mesh of quadrilaterals;
  1226. quad_mesh_order1_display_test
  1227. quad_mesh_rcm, a program which computes the Reverse Cuthill-McKee (RCM) reordering for nodes in a mesh of 4-node quadrilaterals.
  1228. quad_mesh_rcm_test
  1229. quad, a program which applies a quadrature rule to estimate an integral, intended as a starting point for parallelization exercises.
  1230. quad_test
  1231. quad_surface_display, a program which plots piecewise bilinear data associated with a quad_surface, that is, a 3D surface defined by a quadrilateral mesh;
  1232. quad_surface_display_test
  1233. quad2d_test
  1234. quadmom, a library which computes a Gaussian quadrature rule for a weight function rho(x) based on the Golub-Welsch procedure that only requires knowledge of the moments of rho(x).
  1235. quadmom_test
  1236. quadprog_test
  1237. quadrature_golub_welsch, a library which computes the points and weights of a Gaussian quadrature rule using the Golub-Welsch procedure.
  1238. quadrature_golub_welsch_test
  1239. quadrature_least_squares, a library which computes weights for sub-interpolatory quadrature rules, that is, it estimates integrals by integrating a polynomial that approximates the function data in a least squares sense.
  1240. quadrature_least_squares_test
  1241. quadrature_test
  1242. quadrature_2d_test
  1243. quadrature_weights_vandermonde, a library which computes the weights of a quadrature rule using the Vandermonde matrix, assuming that the points have been specified.
  1244. quadrature_weights_vandermonde_test
  1245. quadrature_weights_vandermonde_2d, a library which computes the weights of a 2D quadrature rule using the Vandermonde matrix, assuming that the points have been specified.
  1246. quadrature_weights_vandermonde_2d_test
  1247. quadrule, a library which defines quadrature rules for approximating an integral;
  1248. quadrule_test
  1249. quadrule_fast, a library which rapidly defines certain quadrature rules for approximating an integral;
  1250. quadrule_fast_test
  1251. quality, a library which measures the dispersion of pointsets in M dimensions;
  1252. quality_test
  1253. quaternions, a library which carries out some simple arithmetic operations for quaternions.
  1254. quaternions_test
  1255. r8_scale, a library which computes the "next" and "previous" real numbers.
  1256. r8_scale_test
  1257. r8col, a library which contains utility routines for R8COL's, that is, double precision real MxN arrays, considered as N column vectors, each of length M. The data may be thought of as a matrix of multiple columns, and many operations will be carried out columnwise.
  1258. r8col_test
  1259. r8ge, a library which contains linear algebra routines for R8GE matrices (real, 64 bit, General format).
  1260. r8ge_test
  1261. r8lib, a library which contains many utility routines, using double precision real (R8) arithmetic.
  1262. r8lib_test
  1263. r8poly, a library which contains a number of utilities for polynomials with R8 coefficients, that is, using double precision or 64 bit real arithmetic.
  1264. r8poly_test
  1265. r8row, a library which contains utility routines for R8ROW's, that is, double precision real MxN arrays, considered as M row vectors, each of length N. The data may be thought of as a matrix of multiple rows, and many operations will be carried out rowwise.
  1266. r8row_test
  1267. random_data, a library which uses a random number generator (RNG) to sample points distributed according to various probability density functions (PDF's), spatial dimensions, and geometries, including the M-dimensional cube, ellipsoid, simplex and sphere.
  1268. random_data_test
  1269. random_sorted, a library which generates vectors of random values which are already sorted.
  1270. random_sorted_test
  1271. random_walk_1d_simulation, a program which simulates a random walk in a 1-dimensional region.
  1272. random_walk_1d_simulation_test
  1273. random_walk_2d_avoid_simulation, a program which simulates a self-avoiding random walk in a 2-dimensional region.
  1274. random_walk_2d_avoid_simulation_test
  1275. random_walk_2d_simulation, a program which simulates a random walk in a 2-dimensional region.
  1276. random_walk_2d_simulation_test
  1277. random_walk_3d_simulation, a program which simulates a random walk in a 3-dimensional region.
  1278. random_walk_3d_simulation_test
  1279. ranlib, a library which produces random samples from Probability Density Functions (PDF's), including Beta, Chi-square Exponential, F, Gamma, Multivariate normal, Noncentral chi-square, Noncentral F, Univariate normal, random permutations, Real uniform, Binomial, Negative Binomial, Multinomial, Poisson and Integer uniform, by Barry Brown and James Lovato.
  1280. ranlib_test
  1281. rbf_interp_1d, a library which defines and evaluates radial basis function (RBF) interpolants to 1D data.
  1282. rbf_interp_1d_test
  1283. rbf_interp_2d, a library which defines radial basis function (RBF) interpolants to 2D data.
  1284. rbf_interp_2d_test
  1285. rbf_interp_nd, a library which defines and evaluates radial basis function (RBF) interpolants to M dimensional data.
  1286. rbf_interp_nd_test
  1287. rcm, a library which applies the Reverse Cuthill McKee (RCM) algorithm for reordering the nodes of a graph, and reducing the bandwidth of a corresponding sparse matrix;
  1288. rcm_test
  1289. reactor simulation, a program which is a simple Monte Carlo simulation of the shielding effect of a slab of a certain thickness in front of a neutron source. This program was provided as an example with the book "Numerical Methods and Software."
  1290. readtable_test
  1291. rejection_sample, a library which demonstrates acceptance/rejection sampling.
  1292. rejection_sample_test
  1293. ring_data, a library which can create, plot, or save data generated by sampling a number of concentric, possibly overlapping rings.
  1294. ring_data_test
  1295. rk4, a library which applies the fourth order Runge-Kutta (RK) algorithm to estimate the solution of an ordinary differential equation (ODE) at the next time step.
  1296. rk4_test
  1297. rkf45, a library which applies a Runge-Kutta-Fehlberg (RKF) solver to a system of ordinary differential equations (ODE's);
  1298. rkf45_test
  1299. rnglib, a library which implements a random number generator (RNG) with splitting facilities, allowing multiple independent streams to be computed, by L'Ecuyer and Cote.
  1300. rnglib_test
  1301. root_rc, a library which seeks a solution of a scalar nonlinear equation f(x)=0, using reverse communication (RC), by Gaston Gonnet.
  1302. root_rc_test
  1303. roots_rc, a library which seeks solutions of a system of nonlinear equations, using reverse communication (RC), by Gaston Gonnet.
  1304. roots_rc_test
  1305. rot13, a library which can encipher a string using the ROT13 cipher for letters, and the ROT5 cipher for digits.
  1306. rot13_test
  1307. roulette_simulation, a library which simulates the spinning of a roulette wheel and the evaluation of certain common roulette bets.
  1308. roulette_simulation_test
  1309. row_echelon_integer, a library which carries out the exact computation of the integer row echelon form (IREF) and integer reduced row echelon form (IRREF) of an integer matrix.
  1310. row_echelon_integer_test
  1311. rref_test
  1312. sammon_data, a program which generates six M dimensional datasets for cluster analysis.
  1313. sammon_data_test
  1314. satisfy_test
  1315. scip_solution_read, a program which reads a file created by the integer programming package SCIP, representing the solution of a polyomino tiling problem, and writes out a simple ASCII file that can be read by load().
  1316. scip_solution_read_test
  1317. sde, a library which illustrates properties of stochastic differential equations (SODE's), and common algorithms for their analysis, by Desmond Higham;
  1318. sde_test
  1319. search_test
  1320. sequence_streak_display, a program which displays a streak plot of a numeric sequence;
  1321. sequence_streak_display_test
  1322. set_theory, a library which demonstrates MATLAB commands that implement various set theoretic operations.
  1323. set_theory_test
  1324. sftpack, a library which implements the slow Fourier transform (SFT), intended as a teaching tool and comparison with the Fast Fourier Transform (FFT).
  1325. sftpack_test
  1326. shallow_water_1d, a program which simulates the evolution of a 1D fluid governed by the time-dependent shallow water equations.
  1327. shallow_water_1d_test
  1328. shallow_water_1d_display, a program which can display a solution of the shallow water equations in 1D, generally as computed by the program shallow_water_1d.
  1329. shallow_water_1d_display_test
  1330. shepard_interp_1d, a library which defines and evaluates Shepard interpolants to 1D data, based on inverse distance weighting.
  1331. shepard_interp_1d_test
  1332. shepard_interp_2d, a library which defines and evaluates Shepard interpolants to 2D data, based on inverse distance weighting.
  1333. shepard_interp_2d_test
  1334. shepard_interp_nd, a library which defines and evaluates Shepard interpolants to M dimensional data, based on inverse distance weighting.
  1335. shepard_interp_nd_test
  1336. shoreline, a program which tries to identify and triangulate the 2D domain over which some function f(x,y) is nonnegative.
  1337. shoreline_test
  1338. side_by_side_display_test
  1339. simplex_coordinates, a library which computes the Cartesian coordinates of the vertices of a regular simplex in M dimensions.
  1340. simplex_coordinates_test
  1341. simplex_gm_rule, a library which defines Grundmann-Moeller quadrature rules over the interior of a triangle in 2D, a tetrahedron in 3D, or over the interior of the simplex in M dimensions.
  1342. simplex_gm_rule_test
  1343. simplex_grid, a library which generates a regular grid of points over the interior of an arbitrary simplex in M dimensions.
  1344. simplex_grid_test
  1345. simplex_integrals, a library which returns the exact value of the integral of any monomial over the interior of the unit simplex in M dimensions.
  1346. simplex_integrals_test
  1347. simplex_monte_carlo, a library which uses the Monte Carlo method to estimate an integral over the interior of the unit simplex in M dimensions.
  1348. simplex_monte_carlo_test
  1349. sine_transform, a library which demonstrates simple properties of the discrete sine transform (DST).
  1350. sine_transform_test
  1351. single_linkage_test
  1352. sir, a program which simulates the spread of a disease using the Susceptible/Infected/Recovered (SIR) model.
  1353. sir_test
  1354. sir_simulation, a program which simulates the spread of a disease through a hospital room of M by N beds, using the Susceptible/Infected/Recovered (SIR) model.
  1355. sir_simulation_test
  1356. smolyak_display, a program which displays the exactness diagram for a 2D Smolyak sparse grid, by displaying and summing the exactness diagrams for the component product rules.
  1357. smolyak_display_test
  1358. snakes_and_ladders, a program which simulates a one-player version of the game of Snakes and Ladders, by Mina Aymin.
  1359. snakes_bar, a library which produces bar charts of the count, PDF and CDF estimates for the length of a one-player game of Snakes and Ladders, produced by simulating N games.
  1360. snakes_bar_test
  1361. snakes_histogram, a library which produces histograms of the count, PDF and CDF estimates for the length of a one-player game of Snakes and Ladders, produced by simulating N games.
  1362. snakes_histogram_test
  1363. snakes_matrix, a program which returns the transition matrix for the game of Snakes and Ladders.
  1364. snakes_probability, a program which computes the game length probabilities for the game of Snakes and Ladders, by Desmond Higham and Nicholas Higham.
  1365. sobol, a library which generates elements of the Sobol M dimensional Quasi Mont Carlo (QMC) sequence, by Bennett Fox.
  1366. sobol_test
  1367. solve, a library which demonstrates how Gauss elimination can be used to solve a linear system A*x=b.
  1368. solve_test
  1369. sor, a library which implements a simple version of the successive over-relaxation (SOR) method for the iteration solution of a linear system of equations.
  1370. sor_test
  1371. sort_rc, a library which can sort a list of any kind of objects, using reverse communication (RC).
  1372. sort_rc_test
  1373. sort_test
  1374. sparse_count, a library which is for the analysis and creation of sparse grids in which a single family of 1D quadrature rules is used for all spatial dimensions, for various growth rules.
  1375. sparse_count_test
  1376. sparse_display, a library which can read information defining a matrix of numbers and display the sparsity pattern or location of the nonzero elements using gnuplot. This operation is already available in the built-in MATLAB "spy" command.
  1377. sparse_display_test
  1378. sparse_grid_cc, a library which creates sparse grids based on Clenshaw-Curtis quadrature rules.
  1379. sparse_grid_cc_test
  1380. sparse_grid_composite, a library which creates sparse grids based on 1D composite rules (currently only of order 1).
  1381. sparse_grid_composite_test
  1382. sparse_grid_gl, a library which creates sparse grids based on Gauss-Legendre rules.
  1383. sparse_grid_gl_test
  1384. sparse_grid_hermite, a library which creates sparse grids based on Gauss-Hermite rules.
  1385. sparse_grid_hermite_test
  1386. sparse_grid_hw, a library which creates sparse grids based on Gauss-Legendre, Gauss-Hermite, Gauss-Patterson, or a nested variation of Gauss-Hermite rules, by Florian Heiss and Viktor Winschel.
  1387. sparse_grid_hw_test
  1388. sparse_grid_laguerre, a library which creates sparse grids based on Gauss-Laguerre rules.
  1389. sparse_grid_laguerre_test
  1390. sparse_grid_total_poly, a library which investigates the efficient approximation of all polynomials up to a given total degree using sparse grids.
  1391. sparse_grid_total_poly_test
  1392. sparse_interp_nd, a library which can be used to define a sparse interpolant to a function f(x) of a M dimensional argument.
  1393. sparse_interp_nd_test
  1394. sparse_test
  1395. sphere_cubed_grid, a library which uses the projection of a cube to create grids of points, lines, and quadrilaterals on the surface of the unit sphere in 3D.
  1396. sphere_cubed_grid_test
  1397. sphere_cvt, a program which carries out the Centroidal Voronoi Tessellation (CVT) iteration on the surface of the unit sphere in 3D.
  1398. sphere_cvt_test
  1399. sphere_delaunay, a program which computes the Delaunay triangulation of points on the surface of the unit sphere in 3D.
  1400. sphere_delaunay_test
  1401. sphere_distance, a library which considers the problem of describing the typical value of the distance between a pair of points randomly selected on the unit sphere.
  1402. sphere_distance_test
  1403. sphere_exactness, a program which tests the polynomial exactness of a quadrature rule on the surface of the unit sphere in 3D.
  1404. sphere_exactness_test
  1405. sphere_fibonacci_grid, a library which uses a Fibonacci spiral to create a grid of points on the surface of the unit sphere in 3D.
  1406. sphere_fibonacci_grid_test
  1407. sphere_grid, a library which provides a number of ways of generating grids of points, or of points and lines, or of points and lines and faces, on the surface of the unit sphere in 3D.
  1408. sphere_grid_test
  1409. sphere_integrals, a library which returns the exact value of the integral of any monomial over the surface of the unit sphere in 3D.
  1410. sphere_integrals_test
  1411. sphere_lebedev_rule, a library which computes Lebedev quadrature rules on the surface of the unit sphere in 3D.
  1412. sphere_lebedev_rule_test
  1413. sphere_lebedev_rule_display, a program which reads a file defining a Lebedev quadrature rule on the surface of the unit sphere in 3D and displays the point locations.
  1414. sphere_lebedev_rule_display_test
  1415. sphere_llq_grid, a library which uses longitudes and latitudes to create grids of points, lines, and quadrilaterals on the surface of the unit sphere in 3D.
  1416. sphere_llq_grid_test
  1417. sphere_llt_grid, a library which uses longitudes and latitudes to create grids of points, lines, and triangles on the surface of the unit sphere in 3D.
  1418. sphere_llt_grid_test
  1419. sphere_monte_carlo, a library which applies a Monte Carlo method to estimate the integral of a function on the surface of the unit sphere in 3D.
  1420. sphere_monte_carlo_test
  1421. sphere_stereograph, a library which computes the stereographic mapping between points on the surface of the unit sphere in 3D and points on the plane Z = 1; a generalized mapping is also available.
  1422. sphere_stereograph_test
  1423. sphere_stereograph_display, a library which computes and displays the results of several stereographic projections between points on the surface of the unit sphere in 3D and a plane.
  1424. sphere_stereograph_display_test
  1425. sphere_triangle_monte_carlo, a library which used the Monte Carlo method to estimate the integral of a function defined in a triangle on the surface of the unit sphere in 3D.
  1426. sphere_triangle_monte_carlo_test
  1427. sphere_triangle_quad, a library which uses quadrature to estimate the integral of a function in a spherical triangle on the surface of the unit sphere in 3D.
  1428. sphere_triangle_quad_test
  1429. sphere_voronoi, a program which computes the Voronoi diagram of points on the surface of the unit sphere in 3D.
  1430. sphere_voronoi_test
  1431. spherical_harmonic, a library which evaluates spherical harmonic functions.
  1432. spherical_harmonic_test
  1433. spinterp, a library which carries out piecewise multilinear hierarchical sparse grid interpolation, quadrature and optimization, by Andreas Klimke; an earlier version of this software is ACM TOMS Algorithm 847.
  1434. spinterp_test
  1435. spiral_data, a program which computes a velocity vector field that satisfies the continuity equation, writing the data to a file that can be plotted by gnuplot.
  1436. spiral_data_test
  1437. spline, a library which interpolates and approximates via splines;
  1438. spline_test
  1439. spquad, a library which computes the points and weights of a sparse grid quadrature rule for an M dimensional integral, based on the Clenshaw-Curtis quadrature rule, by Greg von Winckel.
  1440. spquad_test
  1441. spring_ode, a program which shows how line printer graphics can be used to make a crude illustration of a solution of the ordinary differential equation (ODE) that describes the motion of a weight attached to a spring.
  1442. square_arbq_rule, a library which returns quadrature rules, with exactness up to total degree 20, over the interior of the symmetric square in 2D, by Hong Xiao and Zydrunas Gimbutas.
  1443. square_arbq_rule_test
  1444. square_distance, a library which considers the problem of describing the typical value of the distance between a pair of points randomly selected in the unit square.
  1445. square_distance_test
  1446. square_exactness, a library which investigates the polynomial exactness of quadrature rules for f(x,y) over the interior of a rectangle in 2D.
  1447. square_exactness_test
  1448. square_felippa_rule, a library which returns Felippa's quadratures rules for approximating integrals over the interior of a square in 2D.
  1449. square_felippa_rule_test
  1450. square_grid, a library which computes a grid of points over the interior of a square in 2D.
  1451. square_grid_test
  1452. square_integrals, a library which returns the exact value of the integral of any monomial over the interior of the unit square or symmetric unit square in 2D.
  1453. square_integrals_test
  1454. square_minimal_rule, a library which returns "almost minimal" quadrature rules, with exactness up to total degree 55, over the interior of the symmetric square in 2D, by Mattia Festa and Alvise Sommariva.
  1455. square_minimal_rule_test
  1456. square_monte_carlo, a library which applies a Monte Carlo method to estimate the integral of a function over the interior of the unit square in 2D.
  1457. square_monte_carlo_test
  1458. square_symq_rule, a library which returns symmetric quadrature rules, with exactness up to total degree 20, over the interior of the symmetric square in 2D, by Hong Xiao and Zydrunas Gimbutas.
  1459. square_symq_rule_test
  1460. st_io, a library which reads and writes sparse linear systems stored in the Sparse Triplet (ST) format.
  1461. st_io_test
  1462. st_to_cc, a library which converts sparse matrix data from Sparse Triplet (ST) format to Compressed Column (CC) format;
  1463. st_to_cc_test
  1464. st_to_mm, a program which converts a sparse matrix file from Sparse Triplet (ST) format to Matrix Market (MM) format;
  1465. st_to_mm_test
  1466. st_to_msm, a program which reads a Sparse Triplet (ST) file and creates a corresponding MATLAB Sparse Matrix.
  1467. st_to_msm_test
  1468. stla_display, a program which displays an ASCII stereolithography (STL) 3D graphics file;
  1469. stla_display_test
  1470. stla_io, a library which reads and writes an ASCII stereolithography (STL) 3D graphics file;
  1471. stla_io_test
  1472. stla_to_tri_surface, a program which reads an ASCII stereolithography (STL) 3D graphics file and extracts the surface mesh data as a tri_surface dataset.
  1473. stla_to_tri_surface_test
  1474. stla_to_tri_surface_fast, a program which is a faster version of stla_to_tri_surface.
  1475. stla_to_tri_surface_fast_test
  1476. stochastic_diffusion, functions which implement several versions of a stochastic diffusivity coefficient.
  1477. stochastic_diffusion_test
  1478. stochastic_heat2d, a program which implements a finite difference method (FDM) for the steady (time independent) 2D heat equation, with a stochastic heat diffusivity coefficient.
  1479. stochastic_heat2d_test
  1480. stochastic_rk, a library which applies a Runge-Kutta (RK) scheme to approximate the solution of a stochastic ordinary differential equation (SODE).
  1481. stochastic_rk_test
  1482. stokes_2d_exact, a library which evaluates exact solutions to the incompressible steady Stokes equations over the unit square in 2D.
  1483. stokes_2d_exact_test
  1484. string_simulation, a program which simulates the behavior of a vibrating string by solving the corresponding initial boundary value problem (IBVP).
  1485. stroud, a library which defines quadrature rules for a variety of M-dimensional regions, including the interior of the square, cube and hypercube, the pyramid, cone and ellipse, the hexagon, the M-dimensional octahedron, the circle, sphere and hypersphere, the triangle, tetrahedron and simplex, and the surface of the circle, sphere and hypersphere.
  1486. stroud_test
  1487. subpak, a library which includes many utility routines;
  1488. subpak_test
  1489. subset, a library which enumerates, generates, randomizes, ranks and unranks combinatorial objects including combinations, compositions, Gray codes, index sets, partitions, permutations, polynomials, subsets, and Young tables. Backtracking routines are included to solve some combinatorial problems.
  1490. subset_test
  1491. subset_sum, a program which seeks solutions of the subset sum problem.
  1492. subset_sum_test
  1493. subset_sum_brute, a program which seeks solutions of the subset sum problem, using a brute force approach.
  1494. subset_sum_brute_test
  1495. sudoku, a library which handles Sudoku puzzles;
  1496. sudoku_test
  1497. superlu_test
  1498. surf_test
  1499. svd_basis, a program which applies the singular value decomposition (SVD) to a collection of data vectors, extracting dominant modes;
  1500. svd_basis_test
  1501. svd_circle, a MATLAB program which analyzes a linear map of the unit circle caused by an arbitrary 2x2 matrix A, using the singular value decomposition.
  1502. svd_circle_test
  1503. svd_faces, a MATLAB library which applies singular value decomposition (SVD) analysis to a set of images.
  1504. svd_faces_test
  1505. svd_fingerprint, a program which reads a file containing a fingerprint image and uses the singular value decomposition (SVD) to compute and display a series of low rank approximations to the image.
  1506. svd_fingerprint_test
  1507. svd_gray, a program which reads a gray scale image, computes the Singular Value Decomposition (SVD), and constructs a series of low rank approximations to the image.
  1508. svd_gray_test
  1509. svd_lls, a program which uses the singular value decomposition (SVD) to construct and plot the best affine and linear relationships in the sense of least square, between two vectors of data.
  1510. svd_lls_test
  1511. svd_powers, a MATLAB library which applies singular value decomposition (SVD) analysis to a set of powers x(i)^(j-1).
  1512. svd_powers_test
  1513. svd_snowfall, a program which reads a file containing historical snowfall data and analyzes the data with the Singular Value Decomposition (SVD).
  1514. svd_snowfall_test
  1515. svd_sphere, a program which analyzes a linear map of the unit sphere caused by an arbitrary 3x3 matrix A, using the singular value decomposition.
  1516. svd_sphere_test
  1517. svd_test
  1518. svd_truncated_test
  1519. table_io, a library which reads and writes a simple table file;
  1520. table_io_test
  1521. task_division, a library which implements a simple procedure for smoothly dividing T tasks among P processors; such a method can be useful in MPI and other parallel environments, particularly when T is not an exact multiple of P, and when the processors can be indexed starting from 0 or from 1.
  1522. task_division_test
  1523. tensor_grid_display, a program which can display the grid points of a tensor product rule used for interpolation or quadrature, in 1D, 2D or 3D.
  1524. tensor_grid_display_test
  1525. test_approx, a library which implements test problems for approximation, provided as a set of (x,y) data.
  1526. test_approx_test
  1527. test_con, a library which implements test problems for numerical continuation.
  1528. test_con_test
  1529. test_eigen, a library which implements test matrices for eigenvalue analysis.
  1530. test_eigen_test
  1531. test_int, a library which implements test problems for approximate integration (quadrature) in one dimension.
  1532. test_int_test
  1533. test_int_2d, a library which implements test problems for approximate integration (quadrature) in two dimensions.
  1534. test_int_2d_test
  1535. test_interp, a library which defines test problems for interpolation, provided as a set of (x,y(x)) data.
  1536. test_interp_test
  1537. test_interp_1d, a library which defines test problems for interpolation of data y(x), which depends on a 1D argument.
  1538. test_interp_1d_test
  1539. test_interp_2d, a library which defines test problems for interpolation of data z(x,y), which depends on a 2D argument.
  1540. test_interp_2d_test
  1541. test_interp_fun, a library which defines test problems for interpolation which are available in functional form.
  1542. test_interp_fun_test
  1543. test_interp_nd, a library which defines test problems for interpolation of data z(x), depending on an M dimensional argument.
  1544. test_interp_nd_test
  1545. test_lls, a library which implements linear least squares (LLS) test problems of the form A*x=b.
  1546. test_lls_test
  1547. test_mat, a library which defines test matrices for which some of the determinant, eigenvalues, inverse, null vectors, P*L*U factorization or linear system solution are already known, including the Vandermonde and Wathen matrix.
  1548. test_mat_test
  1549. test_matrix_exponential, a library which defines a set of test cases for computing the matrix exponential.
  1550. test_matrix_exponential_test
  1551. test_min, a library which implements test problems for minimization of a scalar function of a scalar variable.
  1552. test_min_test
  1553. test_nearest, a library which tests the time complexity of various procedures for solving the nearest neighbor problem.
  1554. test_nearest_test
  1555. test_nint, a library which implements test problems for approximate integration (quadrature) in M dimensions.
  1556. test_nint_test
  1557. test_ode, a library which defines some sample ordinary differential equations (ODE's) for testing initial value problem solvers;
  1558. test_ode_test
  1559. test_opt, a library which implements test problems for optimization of a scalar function of several variables.
  1560. test_opt_test
  1561. test_opt_con, a library which defines test problems for the minimization of a scalar function of several variables, with the search constrained to lie within a specified hyper-rectangle.
  1562. test_opt_con_test
  1563. test_optimization, a library which implements test problems for optimization of a scalar function of several variables, as described by Molga and Smutnicki.
  1564. test_optimization_test
  1565. test_partial_digest, a library which can generate example cases of the partial digest problem.
  1566. test_partial_digest_test
  1567. test_triangle_integrals, a library which defines tests involving the integration of an integrand function over some specific triangle, not necessarily the unit triangle.
  1568. test_triangle_integrals_test
  1569. test_triangulation, a library which defines test problems for triangulation;
  1570. test_triangulation_test
  1571. test_values, a library which returns selected values of some special functions;
  1572. test_values_test
  1573. test_zero, a library which defines some functions f(x) suitable for testing software that solves f(x)=0;
  1574. test_zero_test
  1575. tet_mesh, a library which works with tetrahedral meshes in 3D;
  1576. tet_mesh_test
  1577. tet_mesh_boundary, a program which reads information defining a tetrahedral mesh of points in 3D, and determines the triangular faces that form the boundary of the mesh; it writes out files containing the nodes and elements defining this TRI_SURFACE data.
  1578. tet_mesh_boundary_test
  1579. tet_mesh_display, a program which reads data defining a (small) tetrahedral mesh, and displays a wireframe image of the nodes and edges;
  1580. tet_mesh_display_test
  1581. tet_mesh_l2q, a program which reads information about a 4-node (linear) tetrahedral mesh and creates data defining a corresponding 10-node (quadratic) tetrahedral mesh;
  1582. tet_mesh_l2q_test
  1583. tet_mesh_q2l, a program which reads information about a 10-node (quadratic) tet mesh and creates data defining a corresponding 4-node (linear) tetrahedral mesh;
  1584. tet_mesh_q2l_test
  1585. tet_mesh_quad, a program which estimates the integral of a function over a region defined by a tetrahedral mesh.
  1586. tet_mesh_quad_test
  1587. tet_mesh_quality, a program which computes various quality measures for a tetrahedral mesh of a set of nodes in 3D;
  1588. tet_mesh_quality_test
  1589. tet_mesh_rcm, a program which computes the Reverse Cuthill McKee (RCM) reordering for the nodes of a tetrahedral mesh that uses 4-node or 10-node tetrahedrons;
  1590. tet_mesh_rcm_test
  1591. tet_mesh_refine, a program which refines a tetrahedral mesh;
  1592. tet_mesh_refine_test
  1593. tet_mesh_tet_neighbors, a program which reads information about a tetrahedral mesh and writes out a list of the tetrahedrons adjacent to a given tetrahedron;
  1594. tet_mesh_tet_neighbors_test
  1595. tet_mesh_to_gmsh, a program which write a Gmsh file describing a tetrahedral mesh;
  1596. tet_mesh_to_gmsh_test
  1597. tet_mesh_to_xml, a program which write an XML file describing a tetrahedral mesh;
  1598. tet_mesh_to_xml_test
  1599. tet_mesh_volumes, a program which computes the volume of each tetrahedron in a tetrahedral mesh;
  1600. tet_mesh_volumes_test
  1601. tetrahedron_arbq_rule, a library which returns quadrature rules, with exactness up to total degree 15, over the interior of a tetrahedron in 3D, by Hong Xiao and Zydrunas Gimbutas.
  1602. tetrahedron_arbq_rule_test
  1603. tetrahedron_exactness, a program which tests the polynomial exactness of a quadrature rule over the interior of a tetrahedron in 3D.
  1604. tetrahedron_exactness_test
  1605. tetrahedron_felippa_rule, a library which returns Felippa's quadratures rules for approximating integrals over the interior of a tetrahedron in 3D.
  1606. tetrahedron_felippa_rule_test
  1607. tetrahedron_grid, a library which computes a grid of points over the interior of a tetrahedron in 3D.
  1608. tetrahedron_grid_test
  1609. tetrahedron_integrals, a library which returns the exact value of the integral of any monomial over the interior of the unit tetrahedron in 3D.
  1610. tetrahedron_integrals_test
  1611. tetrahedron_keast_rule, a library which defines ten quadrature rules, of degree of exactness 0 through 8, over the interior of the tetrahedron in 3D.
  1612. tetrahedron_keast_rule_test
  1613. tetrahedron_monte_carlo, a library which uses the Monte Carlo method to estimate an integral over the interior of a general tetrahedron in 3D.
  1614. tetrahedron_monte_carlo_test
  1615. tetrahedron_ncc_rule, a library which defines Newton-Cotes closed (NCC) quadrature rules over the interior of a tetrahedron in 3D.
  1616. tetrahedron_ncc_rule_test
  1617. tetrahedron_nco_rule, a library which defines Newton-Cotes open (NCO) quadrature rules over the interior of a tetrahedron in 3D.
  1618. tetrahedron_nco_rule_test
  1619. tetrahedron_properties, a program which computes properties, including the centroid, circumsphere, dihedral angles, edge lengths, face angles, face areas, insphere, quality, solid angles, and volume for a tetrahedron in 3D.
  1620. tetrahedron_properties_test
  1621. tetrahedron_slice_animate, a program which is given a tetrahedron and a vector, and displays an evenly spaced sequence of planes that intersect the tetrahedron and are normal to the vector.
  1622. tetrahedron_slice_display, a program which determines the intersection between a tetrahedron and a plane and displays the result.
  1623. tetrahedron_slice_display_test
  1624. tetrahedron01_monte_carlo, a library which uses the Monte Carlo method to estimate an integral over the interior of the unit tetrahedron in 3D.
  1625. tetrahedron01_monte_carlo_test
  1626. theodolite, a library which presents the problem of estimating the location of an event which occurs in the sky, atmosphere, or the heavens, using nothing but the reported angle of observation from several stations; a nonlinear least squares (NLS) solver is needed.
  1627. theodolite_test
  1628. three_body_simulation, a program which simulates the behavior of three planets, constrained to lie in a plane, and moving under the influence of gravity, by Walter Gander and Jiri Hrebicek.
  1629. tic_toc_test
  1630. timer_test
  1631. timestamp, a library which prints the current YMDHMS date as a timestamp;
  1632. timestamp_test
  1633. toeplitz_cholesky, a library which computes the Cholesky factorization of a nonnegative definite symmetric Toeplitz matrix.
  1634. toeplitz_cholesky_test
  1635. toms097, a library which computes the distance between all pairs of nodes in a directed graph with weighted edges, using Floyd's algorithm. This is a version of ACM TOMS algorithm 97.
  1636. toms097_test
  1637. toms112, a library which determines whether a point is contained in a polygon, by Moshe Shimrat. This is a version of ACM TOMS algorithm 112.
  1638. toms112_test
  1639. toms178, a library which seeks the minimizer of a scalar function of several variables using the Hooke-Jeeves method, by Arthur Kaupe. This is a version of ACM TOMS algorithm 178.
  1640. toms178_test
  1641. toms179, a library which calculates the incomplete Beta ratio, by Oliver Ludwig. This is a version of ACM TOMS algorithm 179.
  1642. toms179_test
  1643. toms243, a library which evaluates the logarithm of a complex value, by David Collens. This is a version of ACM TOMS algorithm 243.
  1644. toms243_test
  1645. toms291, a library which approximates the logarithm of the Gamma function. This is a version of ACM TOMS algorithm 291.
  1646. toms291_test
  1647. toms443, a library which evaluates Lambert's W function. This is a version of ACM TOMS algorithm 443.
  1648. toms443_test
  1649. toms446, a library which manipulates Chebyshev series for interpolation and approximation, by Roger Broucke. This is a version of ACM TOMS algorithm 446.
  1650. toms446_test
  1651. toms462, a library which evaluates the upper right tail of the bivariate normal distribution; that is, the probability that normal variables X and Y with correlation R will satisfy H <= X and K <= Y. This is a version of ACM TOMS algorithm 462.
  1652. toms462_test
  1653. toms515, a library which can select subsets of size K from a set of size N, This is a version of ACM TOMS Algorithm 515, by Bill Buckles, Matthew Lybanon.
  1654. toms515_test
  1655. toms577, a library which evaluates Carlson's elliptic integral functions RC, RD, RF and RJ. This is a version of ACM TOMS algorithm 577.
  1656. toms577_test
  1657. toms655, a library which computes the weights for interpolatory quadrature rule; this library is commonly called IQPACK, by Sylvan Elhay and Jaroslav Kautsky. This is a version of ACM TOMS algorithm 655.
  1658. toms655_test
  1659. toms743, a library which evaluates Lambert's W function. This is a version of ACM TOMS algorithm 743, by Barry, Barry and Culligan-Hensley.
  1660. toms743_test
  1661. toms847, a library which carries out piecewise multilinear hierarchical sparse grid interpolation, commonly known as SPINTERP, by Andreas Klimke. This is a version of ACM TOMS Algorithm 847.
  1662. toms847_test
  1663. toms886, a library which defines the Padua points for interpolation in a 2D region, including the rectangle, triangle, and ellipse, by Marco Caliari, Stefano de Marchi, Marco Vianello. This is a version of ACM TOMS algorithm 886.
  1664. toms886_test
  1665. traffic_simulation, a program which simulates the cars waiting to get through a traffic light.
  1666. traffic_simulation_test
  1667. tri_surface_display, a program which displays a triangulated surface;
  1668. tri_surface_display_test
  1669. tri_surface_io, a library which reads and writes the 3D graphics information in a tri_surface file;
  1670. tri_surface_io_test
  1671. tri_surface_to_obj, a program which reads a tri_surface dataset and extracts the surface mesh data as an OBJ file.
  1672. tri_surface_to_obj_test
  1673. tri_surface_to_stla, a program which reads a tri_surface dataset and extracts the surface mesh data as an ASCII stereolithography (STL) file.
  1674. tri_surface_to_stla_test
  1675. triangle_analyze, a program which reads a triangle defined in a file, and uses the TRIANGLE_PROPERTIES library to compute angles, area, centroid, circumcircle, edge lengths, incircle, orientation, orthocenter, and quality.
  1676. triangle_analyze_test
  1677. triangle_display, a program which displays the nodes and elements of a triangulation on the MATLAB graphics screen, assuming the data has been stored in NODE and ELE files by the triangle() program.
  1678. triangle_display_test
  1679. triangle_distance, a library which considers the problem of describing the typical value of the distance between a pair of points randomly selected in a triangle.
  1680. triangle_distance_test
  1681. triangle_dunavant_rule, a library which defines Dunavant quadrature rules over the interior of a triangle in 2D.
  1682. triangle_dunavant_rule_test
  1683. triangle_exactness, a program which tests the polynomial exactness of a quadrature rule over the interior of a triangle in 2D.
  1684. triangle_exactness_test
  1685. triangle_fekete_rule, a library which sets up one of seven Fekete rules for interpolation or quadrature over the interior of a triangle in 2D.
  1686. triangle_fekete_rule_test
  1687. triangle_felippa_rule, a library which returns Felippa's quadratures rules for approximating integrals over the interior of a triangle in 2D.
  1688. triangle_felippa_rule_test
  1689. triangle_grid, a library which computes a grid of points over the interior of a triangle in 2D.
  1690. triangle_grid_test
  1691. triangle_histogram, a program which computes histograms of data over the interior of a unit triangle in 2D.
  1692. triangle_histogram_test
  1693. triangle_integrals, a library which returns the exact value of the integral of any polynomial over the interior of an arbitrary triangle in 2D.
  1694. triangle_integrals_test
  1695. triangle_interpolate, a library which shows how vertex data can be interpolated at any point in the interior of a triangle.
  1696. triangle_interpolate_test
  1697. triangle_io, a library which can read or write some of the files created by Jonathan Shewchuk's triangle program.
  1698. triangle_io_test
  1699. triangle_lyness_rule, a library which returns Lyness-Jespersen quadrature rules over the interior of a triangle in 2D;
  1700. triangle_lyness_rule_test
  1701. triangle_monte_carlo, a library which uses the Monte Carlo method to estimate an integral over the interior of a general triangle in 2D.
  1702. triangle_monte_carlo_test
  1703. triangle_ncc_rule, a library which defines Newton-Cotes closed (NCC) quadrature rules over the interior of a triangle in 2D.
  1704. triangle_ncc_rule_test
  1705. triangle_nco_rule, a library which defines Newton-Cotes open (NCO) quadrature rules over the interior of a triangle in 2D.
  1706. triangle_nco_rule_test
  1707. triangle_properties, a program which computes properties, including angles, area, centroid, circumcircle, edge lengths, incircle, orientation, orthocenter, and quality, of a triangle in 2D.
  1708. triangle_properties_test
  1709. triangle_svg, a library which uses Scalable Vector Graphics (SVG) to plot a triangle and any number of points, to illustrate quadrature rules and sampling techniques.
  1710. triangle_svg_test
  1711. triangle_symq_rule, a library which returns efficient symmetric quadrature rules, with exactness up to total degree 50, over the interior of a triangle in 2D, by Hong Xiao and Zydrunas Gimbutas.
  1712. triangle_symq_rule_test
  1713. triangle_to_fem, a program which reads the NODE and ELE files created by the triangle program to describe a triangular mesh, and writes a corresponding pair of node and element files in the 2D FEM format.
  1714. triangle_to_fem_test
  1715. triangle_to_xml, a program which reads the NODE and ELE files created by triangle() to describe a triangular mesh in 2D, and writes out a corresponding XML mesh file for use by DOLFIN or FENICS.
  1716. triangle_to_xml_test
  1717. triangle_twb_rule, a MATLAB library which generates the points and weights of quadrature rules over the interior of a triangle in 2D, determined by Taylor, Wingate, and Bos.
  1718. triangle_twb_rule_test
  1719. triangle_wandzura_rule, a library which returns quadrature rules of exactness 5, 10, 15, 20, 25 and 30 over the interior of the triangle in 2D.
  1720. triangle_wandzura_rule_test
  1721. triangle01_integrals, a library which returns the integral of any monomial over the interior of the unit triangle in 2D.
  1722. triangle01_integrals_test
  1723. triangle01_monte_carlo, a library which uses the Monte Carlo method to estimate an integral over the interior of the unit triangle in 2D.
  1724. triangle01_monte_carlo_test-
  1725. triangulate, a program which triangulates a polygonal region, based on a C program by Joseph ORourke;
  1726. triangulate_test
  1727. triangulate_rectangle, a program which sets up a grid of triangles in a rectangular region.
  1728. triangulate_rectangle_test
  1729. triangulation, a library which computes the triangulation of a set of points in the plane, and performs various operations using a triangulation, including searching a Delaunay triangulation to find which triangle contains a given point.
  1730. triangulation_test
  1731. triangulation_boundary_edges, a program which reads data defining a triangulation, determines which edges lie on the boundary, organizes them into connected components, and writes this information to a file.
  1732. triangulation_boundary_edges_test
  1733. triangulation_boundary_nodes, a program which reads data defining a triangulation, determines which nodes lie on the boundary, and writes their coordinates to a file;
  1734. triangulation_boundary_nodes_test
  1735. triangulation_corner, a program which modifies triangulations in which one or more triangles have more than one boundary edge.
  1736. triangulation_corner_test
  1737. triangulation_delaunay_discrepancy, a program which measures the amount by which a triangulation fails the local Delaunay test;
  1738. triangulation_delaunay_discrepancy_test
  1739. triangulation_display, a program which displays the nodes and elements of a triangulation on the MATLAB graphics screen;
  1740. triangulation_display_test
  1741. triangulation_histogram, a program which computes histograms of data over a triangulation.
  1742. triangulation_histogram_test
  1743. triangulation_l2q, a program which reads information about a 3-node (linear) triangulation and creates data defining a corresponding 6-node (quadratic) triangulation;
  1744. triangulation_l2q_test
  1745. triangulation_mask, a program which reads a triangulation and calls a user-supplied routine to consider each triangle for deletion;
  1746. triangulation_mask_test
  1747. triangulation_node_to_element, a program which reads files describing a set of nodes, their triangulation, and the value of one or more quantities at each node, and outputs a file that averages the quantities for each element. This operation in effect creates an order1 finite element model of the data.
  1748. triangulation_node_to_element_test
  1749. triangulation_order1_display, a program which plots piecewise constant data associated with a triangulation;
  1750. triangulation_order1_display_test
  1751. triangulation_order3_contour, a program which plots color contours of a scalar quantity evaluated at the nodes of a 3-node triangle triangulation.
  1752. triangulation_order3_contour_test
  1753. triangulation_order6_contour, a program which plots color contours of a scalar quantity evaluated at the nodes of a 6-node triangle triangulation.
  1754. triangulation_order6_contour_test
  1755. triangulation_orient, a program which ensures that the triangles in an order 3 or order 6 triangulation have positive orientation;
  1756. triangulation_orient_test
  1757. triangulation_plot, a program which plots the nodes and elements of a triangulation as a PostScript file;
  1758. triangulation_plot_test
  1759. triangulation_q2l, a program which reads information about a 6-node triangulation and creates data defining a corresponding 3-node triangulation;
  1760. triangulation_q2l_test
  1761. triangulation_quad, a program which reads information about a triangulation and the value of a function at the nodes and estimates the integral of the function over the triangulated region.
  1762. triangulation_quad_test
  1763. triangulation_quality, a program which reads information about a triangulation and computes various quality measures;
  1764. triangulation_quality_test
  1765. triangulation_rcm, a program which computes the Reverse Cuthill McKee (RCM) reordering for the nodes of a triangulation that uses 3-node or 6-node triangles;
  1766. triangulation_rcm_test
  1767. triangulation_refine, a program which refines a triangulation;
  1768. triangulation_refine_test
  1769. triangulation_refine_local, a program which refines a triangulation locally; a single triangular element is replaced by four smaller triangles, and neighboring information is updated.
  1770. triangulation_refine_local_test
  1771. triangulation_svg, a program which creates an SVG image of a triangulation, which can be displayed by a web browser.
  1772. triangulation_svg_test
  1773. triangulation_t3_to_t4, a program which reads information about a 3-node T3 triangulation and creates data defining a corresponding 4-node T4 triangulation;
  1774. triangulation_t3_to_t4_test
  1775. triangulation_triangle_neighbors, a program which reads data defining a triangulation, finds the three neighbor triangles for each triangle, and writes them to a file;
  1776. triangulation_triangle_neighbors_test
  1777. truel_simulation, a program which simulates N repetitions of a duel between three players, each of whom has a known firing accuracy.
  1778. truel_simulation_test
  1779. truncated_normal, a library which works with the truncated normal distribution over [A,B], or [A,+oo) or (-oo,B], returning the probability density function (PDF), the cumulative density function (CDF), the inverse CDF, the mean, the variance, and sample values.
  1780. truncated_normal_test
  1781. truncated_normal_rule, a program which computes a quadrature rule for a normal probability density function (PDF), sometimes called a Gaussian distribution, that has been truncated to [A,+oo), (-oo,B] or [A,B].
  1782. truncated_normal_rule_test
  1783. truncated_normal_sparse_grid, a program which computes a sparse grid based on a normal probability density function (PDF), also called a Gaussian distribution, that has been truncated to [A,+oo), (-oo,B] or [A,B].
  1784. truncated_normal_sparse_grid_test
  1785. tsp_brute, a program which reads a file of city-to-city distances and solves a (small!) traveling salesperson problem (TSP), using brute force.
  1786. tsp_brute_test
  1787. tsp_descent, a program which reads a file of city-to-city distances, choose an initial tour at random, and then tries some simple variations to quickly find a tour of lower length.
  1788. tsp_descent_test
  1789. tsp_greedy, a program which reads a file of city-to-city distances, picks a starting city, and then successively visits the nearest unvisited city.
  1790. tsp_greedy_test
  1791. tsp_random, a program which reads a file of city-to-city distances, and then randomly samples a number of possible tours, to quickly seek a tour of lower length.
  1792. tsp_random_test
  1793. two_body_simulation, a program which simulates the behavior of two bodies, constrained to lie in a plane, moving under the influence of gravity, with one body much more massive than the other.
  1794. two_body_simulation_test
  1795. ubvec, a library which demonstrates how nonnegative integers can be stored as unsigned binary vectors, and arithmetic can be performed on them.
  1796. ubvec_test
  1797. unicycle, a library which considers permutations containing a single cycle, sometimes called cyclic permutations.
  1798. unicycle_test
  1799. uniform, a library which implements a uniform random number generator (RNG) for a variety of arithmetic types.
  1800. uniform_test
  1801. upc, is a library which can compute the check digit associated with a uniform product code (UPC), or it can report whether a 12-digit UPC is actually valid.
  1802. upc_test
  1803. urn_simulation, a program which simulates the experiment of sampling K balls from an urn containing N balls of various colors.
  1804. urn_simulation_test
  1805. usa_cvt_geo, programs which explore the creation of a centroidal Voronoi Tessellation (CVT) of the continental United States, based solely on geometric considerations.
  1806. usa_cvt_geo_test
  1807. van_der_corput, a library which computes elements of the van der Corput 1-dimensional Quasi Mont Carlo (QMC) sequence, using a simple interface.
  1808. van_der_corput_test
  1809. vandermonde, a library which implements the Bjork-Pereyra algorithm for accurate solution of linear systems involving the Vandermonde matrix.
  1810. vandermonde_test
  1811. vandermonde_approx_1d, a library which finds a polynomial approximant to data y(x) of a 1D argument by setting up and solving an overdetermined linear system for the polynomial coefficients involving the Vandermonde matrix.
  1812. vandermonde_approx_1d_test
  1813. vandermonde_approx_2d, a library which finds a polynomial approximant p(x,y) to data z(x,y) of a 2D argument by setting up and solving an overdetermined linear system for the polynomial coefficients involving the Vandermonde matrix.
  1814. vandermonde_approx_2d_test
  1815. vandermonde_interp_1d, a library which finds a polynomial interpolant to data y(x) of a 1D argument by solving a linear system for the polynomial coefficients involving the Vandermonde matrix.
  1816. vandermonde_interp_1d_test
  1817. vandermonde_interp_2d, a library which finds a polynomial interpolant to data z(x,y) of a 2D argument by solving a linear system for the polynomial coefficients involving the Vandermonde matrix.
  1818. vandermonde_interp_2d_test
  1819. voronoi_city, a program which displays the steps involved in computing the Voronoi diagram of 3 points, which we think of as cities connected by roads.
  1820. voronoi_city_test
  1821. voronoi_display, a program which computes the exact Voronoi diagram using geompack, and displays it.
  1822. voronoi_display_test
  1823. voronoi_mountains, a program which makes a mountain plot of a Voronoi diagram, that is, a surface plot of the distance from each point to its nearest Voronoi generator.
  1824. voronoi_mountains_test
  1825. voronoi_neighbors, a program which is given a set of points in the plane and determines the Voronoi adjacency structure, that is, which points share an edge of the Voronoi diagram.
  1826. voronoi_neighbors_test
  1827. voronoi_plot, a program which estimates the Voronoi neighborhoods of points using sampling, and with a distance based on the L1, L2, LInfinity or arbitrary LP norms;
  1828. voronoi_plot_test
  1829. voronoi_test
  1830. vpa_test
  1831. walker_sample, a library which efficiently samples a discrete probability vector using Walker sampling.
  1832. walker_sample_test
  1833. walsh, a library which implements versions of the Walsh and Haar transforms.
  1834. walsh_test
  1835. wathen, a library which compares storage schemes (full, banded, sparse triplet, sparse) and solution strategies (A\x, Linpack, conjugate gradient) for linear systems involving the Wathen matrix, which can arise when solving a problem using the finite element method (FEM).
  1836. wathen_test
  1837. wavelet, a library which does some simple wavelet calculations;
  1838. wavelet_test
  1839. wedge_exactness, a program which investigates the polynomial exactness of a quadrature rule over the interior of the unit wedge in 3D.
  1840. wedge_exactness_test
  1841. wedge_felippa_rule, a library which returns quadrature rules for approximating integrals over the interior of the unit wedge in 3D.
  1842. wedge_felippa_rule_test
  1843. wedge_grid, a library which computes a grid of points over the interior of the unit wedge in 3D.
  1844. wedge_grid_test
  1845. wedge_integrals, a library which returns the exact value of the integral of any monomial over the interior of the unit wedge in 3D.
  1846. wedge_integrals_test
  1847. wedge_monte_carlo, a library which uses the Monte Carlo method to estimate an integral over the interior of the unit wedge in 3D.
  1848. wedge_monte_carlo_test
  1849. weekday, a library which determines the day of the week corresponding to a given date, such as 14 October 1066, Julian calendar, ... which was a Saturday.
  1850. weekday_test
  1851. will_you_be_alive, a library which contains the scripts used to carry out the probability simulations described in Paul Nahin's "Will You Be Alive 10 Years From Now?";
  1852. will_you_be_alive_test
  1853. wishart, a library which produces sample matrices from the Wishart or Bartlett distributions, useful for sampling random covariance matrices.
  1854. wishart_test
  1855. wtime, a library which returns a reading of the wall clock time in seconds.
  1856. wtime_test
  1857. xml2struct, a program which reads a file containing XML data, and produces a corresponding MATLAB struct.
  1858. xml2struct_test
  1859. zero_rc, a library which seeks a solution of a scalar nonlinear equation f(x)=0, using reverse communication (RC), by Richard Brent.
  1860. zero_rc_test
  1861. ziggurat, a library which implements uniform, normal and exponential random number generators (RNG's) using the ziggurat method, by Marsaglia and Tsang.
  1862. ziggurat_test
  1863. zombies, a library which uses a generalized Susceptible-Infected-Recovered (SIR) disease model to simulate a zombie attack, developed by Philip Munz.
  1864. zombies_test

Last revised on 07 May 2019.