Difference between revisions of "Main Page"
From HCL
(→Libraries) |
|||
Line 15: | Line 15: | ||
== [[Libraries]] == | == [[Libraries]] == | ||
* [[MPI]] | * [[MPI]] | ||
− | * [[STL]] | + | * [[STL]], [[Boost]] |
− | + | * [[GSL]], [[Octave]] | |
− | * [[GSL]] | ||
* [[BLAS/LAPACK]] | * [[BLAS/LAPACK]] | ||
* [[The MPI LogP Benchmark|logp_mpi]] | * [[The MPI LogP Benchmark|logp_mpi]] |
Revision as of 09:10, 17 April 2010
This site is set up for sharing ideas, findings and experience in heterogeneous computing. Please, log in and create new or edit existing pages. How to format wiki-pages read here.
Contents
Operating systems
Development tools
Libraries
Data processing
Presentation
Clusters
Some Maths
- Confidence interval (Statistics). Student's t-distribution, which is used to find confidence interval, is implemented in GSL (
gsl_cdf_tdist_Pinv
) - Binomial tree. Use Graphviz to visualize trees