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:
-
Mar 17, 2011, 9:48:59 AM (15 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v8
|
v9
|
|
| 21 | 21 | 1. '''NameBlock''': Solved some problems about copying and reassigning objects and members. |
| 22 | 22 | |
| 23 | | == Handling with large TOL objects == |
| | 23 | == System == |
| | 24 | 1. [ticket/1011 TOLHOME] : If there is an environment variable called TOLHOME it will be used as TOL |
| | 25 | application data directory, instead of HOME/.tol in linux or APPDATA/tol. You can see |
| | 26 | your current address at TOL global variable {{{Text TolAppDataPath}}} |
| | 27 | 1. [wiki:TolConfigManager TolConfigManager]: TOL User Configuration Manager |
| | 28 | |
| | 29 | == Handling with large or special TOL objects == |
| 24 | 30 | |
| 25 | 31 | 1. '''Indexed sets''': |
| 26 | | 1. new functions Append, Remove and Replace to handle with indexed (or not) sets. |
| 27 | | 1. HashMap: Handling and storing generic hashed mapping data using internal index by name |
| | 32 | 1. New functions [ticket/1011 Append, Remove and Replace] to handle with indexed (or not) sets. |
| | 33 | 1. [source/tolp/OfficialTolArchiveNetwork/HashMap/HashMap.tol HashMap]: Handling and storing generic hashed mapping data using internal index by name |
| 28 | 34 | features of set |
| 29 | | 1. MatEncode: Encoding cualitative and cuantitive data using matrices |
| 30 | | 1. MatQuery: Sorting, selecting and classifying matrix data. |
| 31 | | |
| | 35 | 1. [source:/tolp/OfficialTolArchiveNetwork/MatEncode/MatEncode.tol MatEncode]: Encoding cualitative and cuantitive data using matrices |
| | 36 | 1. MatQuery: [source:/tolp/OfficialTolArchiveNetwork/MatQuery/sort.tol Sorting], [source:/tolp/OfficialTolArchiveNetwork/MatQuery/select.tol selecting] and source:/tolp/OfficialTolArchiveNetwork/MatQuery/classify.tol classifying] matrix data. |
| | 37 | 1. [source:/tolp/OfficialTolArchiveNetwork/GraphTools/GraphTools.tol GraphTools] Graph theory tools |
| 32 | 38 | |
| 33 | 39 | == Numerical methods and models == |
| … |
… |
|
| 41 | 47 | 1. Constrained real optimization with [OfficialTolArchiveNetworkNonLinGloOpt NonLinGloOpt] and |
| 42 | 48 | TolIpopt. |
| 43 | | 1. MulVarFunAprox: Interpolation and aproximation of scalar and vectorial functions. |
| | 49 | 1. [source:/tolp/OfficialTolArchiveNetwork/MulVarFunAprox MulVarFunAprox]: [https://www.tol-project.org/export/HEAD/tolp/OfficialTolArchiveNetwork/MulVarFunAprox/doc/MulVarFunAprox.pdf Multivariant Interpolation and aproximation]. |
| 44 | 50 | 1. MatQuery: |
| 45 | | 1. K-Nearest Neighbor Searching |
| 46 | | 1. Delaunay 2D-Triangulation |
| | 51 | 1. [source:/tolp/OfficialTolArchiveNetwork/MatQuery/KNN.tol KNN] K-Nearest Neighbor Searching |
| | 52 | 1. [source:/tolp/OfficialTolArchiveNetwork/MatQuery/TPP.tol TPP] Delaunay 2D-Triangulation |
| 47 | 53 | |
| 48 | 54 | == Data tools == |