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.

Changes between Version 6 and Version 7 of TolDoc


Ignore:
Timestamp:
Nov 27, 2009, 6:02:47 PM (15 years ago)
Author:
Víctor de Buen Remiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TolDoc

    v6 v7  
    33Documentation 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.
    44
    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.
     5You 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.
    67
    78In [TolUserGuide User Guide] ([TolGuiaUsuario Guía del usuario]) you can find all functions of trunk version of TOL
    89
    910== Kernel ==
    10  * Object Indexed Serialization: [ObjectIndexedSerialization OIS spanish doc]
     11 * [TolOop Object Oriented Programming]
    1112 * Fixed Size Memory: [https://www.tol-project.org/export/HEAD/tolp/trunk/doc/kernel/MemoryHandlers/FSMEM.pdf Spanish programmer guide]
    1213
    13 == Object Oriented Programming  ==
    14  * NameBlock spanish doc
    15 
    1614== 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
    1716 * 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]
    1817
     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 ==
     23TOL 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
    1929== Math ==
     30In an statistical software is very important to have access to the more efficient and robust implementations of mathematical algorithms.
     31TOL 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
    2052
    2153=== Linear algebra ===
     
    3062 * Bayesian Sparse Regression: [https://www.tol-project.org/export/head/tolp/trunk/doc/modeling/BSR/BSR_Bayesian_Sparse_Regression.pdf Spanish Manual]
    3163
    32 == System ==
    33  * Object Indexed Serialization: [ObjectIndexedSerialization OIS spanish doc]
    34 
    35 == Set algebra ==
    36 
    37 == Text ==
    38 
    39 == Database ==
    40 
    41 == Interface ==
    4264
    4365