Prev Next

Speed Testing Utilities

Speed Main Program
speed_main Speed Testing Main Program

Speed Utility Routines
det_by_lu Determinant Using Expansion by Lu Factorization
det_by_minor Determinant Using Expansion by Minors
det_of_minor Determinant of a Minor
det_33 Check Determinant of 3 by 3 matrix
det_grad_33 Check Gradient of Determinant of 3 by 3 matrix
sparse_evaluate Evaluate a Function That Has a Sparse Hessian
uniform_01 Simulate a [0,1] Uniform Random Variate

Library Routines
LuFactor LU Factorization of A Square Matrix
LuInvert Invert an LU Factored Equation
LuSolve Compute Determinant and Solve Linear Equations
Poly Evaluate a Polynomial or its Derivative

Source Code
det_by_lu.hpp Source: det_by_lu
det_by_minor.hpp Source: det_by_minor
det_grad_33.hpp Source: det_grad_33
det_of_minor.hpp Source: det_of_minor
lu_factor.hpp Source: LuFactor
lu_invert.hpp Source: LuInvert
lu_solve.hpp Source: LuSolve
poly.hpp Source: Poly
sparse_evaluate.hpp Source: sparse_evaluate
uniform_01.hpp Source: uniform_01

Input File: omh/speed_utility.omh