![]() |
Prev | Next |
speed_main | Speed Test Main Program |
det_by_lu | Determinant Using Expansion by Lu Factorization |
det_by_minor | Determinant Using Expansion by Minors |
det_grad_33 | Check Gradient of Determinant of 3 by 3 matrix |
det_of_minor | Determinant of a Minor |
uniform_01 | Simulate a [0,1] Uniform Random Variate |
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 |
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 |
uniform_01.hpp | Source: uniform_01 |