Open source gets an "A" grade at UniversityReaders


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Open source gets an "A" grade at UniversityReaders
# 1  
Old 05-22-2008
Open source gets an "A" grade at UniversityReaders

Thu, 22 May 2008 20:00:00 GMT
When Bassim Hamadeh was a student at the University of California, San Diego, he experienced firsthand the challenge of procuring the right textbooks for his classes. "They were high-priced, poor quality custom textbooks," Hamadeh says. So he started planning a business that would make it easier for professors to create and publish high-quality custom texts, and provide those materials to students at an affordable price. Since its launch in 1992, Hamadeh has been running UniversityReaders on open source software.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
dlarrr.f(3)							      LAPACK							       dlarrr.f(3)

NAME
dlarrr.f - SYNOPSIS
Functions/Subroutines subroutine dlarrr (N, D, E, INFO) DLARRR Function/Subroutine Documentation subroutine dlarrr (integerN, double precision, dimension( * )D, double precision, dimension( * )E, integerINFO) DLARRR Purpose: Perform tests to decide whether the symmetric tridiagonal matrix T warrants expensive computations which guarantee high relative accuracy in the eigenvalues. Parameters: N N is INTEGER The order of the matrix. N > 0. D D is DOUBLE PRECISION array, dimension (N) The N diagonal elements of the tridiagonal matrix T. E E is DOUBLE PRECISION array, dimension (N) On entry, the first (N-1) entries contain the subdiagonal elements of the tridiagonal matrix T; E(N) is set to ZERO. INFO INFO is INTEGER INFO = 0(default) : the matrix warrants computations preserving relative accuracy. INFO = 1 : the matrix warrants computations guaranteeing only absolute accuracy. Author: Univ. of Tennessee Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Date: November 2011 Contributors: Beresford Parlett, University of California, Berkeley, USA Jim Demmel, University of California, Berkeley, USA Inderjit Dhillon, University of Texas, Austin, USA Osni Marques, LBNL/NERSC, USA Christof Voemel, University of California, Berkeley, USA Definition at line 95 of file dlarrr.f. Author Generated automatically by Doxygen for LAPACK from the source code. Version 3.4.1 Sun May 26 2013 dlarrr.f(3)