function x = solve_triu(T,b) % SOLVE_TRIU Left division by upper triangular matrix. % SOLVE_TRIU(T,b) is the same as T\b but requires T to be upper triangular % and runs faster. error('You must run install_lightspeed in order to use this function.')