close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Nov 27, 2009, 6:02:47 PM (15 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v6
|
v7
|
|
3 | 3 | Documentation of TOL is still poor, sparse and disperse, and it is almost all written in spanish, but we are working to enhance this situation. Any help will be welcome. |
4 | 4 | |
5 | | [https://www.tol-project.org/browser/tolp/trunk/doc Here] is the SVN entry point for all shared documentation that you can browse to download interesting items. |
| 5 | You can find [TolTechDesc in this page] a technical description of TOL. |
| 6 | [source:/tolp/trunk/doc Here] is the SVN entry point for all shared documentation that you can browse to download interesting items. |
6 | 7 | |
7 | 8 | In [TolUserGuide User Guide] ([TolGuiaUsuario Guía del usuario]) you can find all functions of trunk version of TOL |
8 | 9 | |
9 | 10 | == Kernel == |
10 | | * Object Indexed Serialization: [ObjectIndexedSerialization OIS spanish doc] |
| 11 | * [TolOop Object Oriented Programming] |
11 | 12 | * Fixed Size Memory: [https://www.tol-project.org/export/HEAD/tolp/trunk/doc/kernel/MemoryHandlers/FSMEM.pdf Spanish programmer guide] |
12 | 13 | |
13 | | == Object Oriented Programming == |
14 | | * NameBlock spanish doc |
15 | | |
16 | 14 | == Time algebra == |
| 15 | Time algebra gives the name to TOL due to it was the first tarjet and it's already the most original and distinctive feature of TOL |
17 | 16 | * Discrete Time Algebra: [https://www.tol-project.org/export/head/tolp/trunk/doc/kernel/Time/TD-dise%C3%B1o.pdf Spanish TD.Diseño.pdf] |
18 | 17 | |
| 18 | == Massive data handling == |
| 19 | * Database: TOL can handle with all database engines having an ODBC interface, ie, with all the important ones. Afterwords, it has optimiced interfaces with MySQL and PostgreSQL engines. |
| 20 | * Object Indexed Serialization: [ObjectIndexedSerialization OIS spanish doc] |
| 21 | |
| 22 | == Interface == |
| 23 | TOL has various interfaces to interactuate with users: |
| 24 | * tol : the pure console callable executable |
| 25 | * tolsh : a console callable with access to TCL script features |
| 26 | * tolbase : a TCL graphic interface |
| 27 | * vbtol : Visual Basic interface |
| 28 | |
19 | 29 | == Math == |
| 30 | In an statistical software is very important to have access to the more efficient and robust implementations of mathematical algorithms. |
| 31 | TOL has bet on some of the more recognized packages by open source community |
| 32 | * [http://www.netlib.org/blas/index.html BLAS ]: |
| 33 | Basic Linear Algebra Subprograms |
| 34 | * [http://www.netlib.org/lapack/index.html LAPACK]: |
| 35 | Linear Algebra PACKage |
| 36 | * [http://math-atlas.sourceforge.net/ ATLAS]: |
| 37 | Automatically Tuned Linear Algebra Software |
| 38 | * [http://www.cise.ufl.edu/research/sparse/cholmod/ CHOLMOD]: |
| 39 | Sparse Cholesky factorization and update/downdate |
| 40 | * [http://www.gnu.org/software/gsl/ GSL]: |
| 41 | GNU Scientific Library |
| 42 | * [http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/software.htm#s CLUSTERLIB]: |
| 43 | The C clustering library for cDNA microarray data |
| 44 | * [http://www.cs.umd.edu/users/mount/Projects/KMeans/ KMLOCAL]: |
| 45 | Efficient Algorithms for K-Means Clustering |
| 46 | * [http://people.scs.fsu.edu/~burkardt/cpp_src/dcdflib/dcdflib.html DCDFLIB]: |
| 47 | Evaluating cumulative probability density functions |
| 48 | * [http://www.alglib.net ALGLIB]: |
| 49 | Efficient multilingual scientific software library |
| 50 | * [http://www.umiacs.umd.edu/~vikas/Software/optimal_bw/optimal_bw_code.htm optimal_bw]: |
| 51 | Fast O(N+M) Univariate Kernel Density Estimation with Optimal Bandwith |
20 | 52 | |
21 | 53 | === Linear algebra === |
… |
… |
|
30 | 62 | * Bayesian Sparse Regression: [https://www.tol-project.org/export/head/tolp/trunk/doc/modeling/BSR/BSR_Bayesian_Sparse_Regression.pdf Spanish Manual] |
31 | 63 | |
32 | | == System == |
33 | | * Object Indexed Serialization: [ObjectIndexedSerialization OIS spanish doc] |
34 | | |
35 | | == Set algebra == |
36 | | |
37 | | == Text == |
38 | | |
39 | | == Database == |
40 | | |
41 | | == Interface == |
42 | 64 | |
43 | 65 | |