Changeset 1436 in Sophya for trunk/SophyaLib/Manual/sophya.tex
- Timestamp:
- Mar 9, 2001, 3:29:32 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Manual/sophya.tex
r1435 r1436 77 77 \item[] {\bf SysTools/} General architecture support classes such 78 78 as {\tt PPersist, NDataBlock<T>}, and few utility classes 79 ({\tt DataCard, DVList} \ldots). 79 ({\tt DataCard, DVList} \ldots). Presently, this module contains 80 also classes implementing interfaces to OS specific services, such 81 as shared object and dynamic link handling. This module will be 82 separated in three modules, one for the general architecture 83 support, one for the utility classes, and one for the OS specific 84 services. 80 85 \item[] {\bf TArray/} template numerical arrays, vectors and matrices \\ 81 86 ({\tt PixelMap<T> SphericalMap<T>} \ldots) … … 95 100 classes for spectral emission and detector frequency response modelling \\ 96 101 ({\tt SpectralResponse, RadSpectra, BlackBody} \ldots) 97 \item[] {\bf Samba/} Spherical harmonic analysis .102 \item[] {\bf Samba/} Spherical harmonic analysis, noise generators \ldots 98 103 \end{itemize} 99 104 … … 1242 1247 \newpage 1243 1248 \section{Building and installing Sophya} 1244 Presently, the Sophya library compilationhas been tested with the following1249 Presently, the Sophya library has been tested with the following 1245 1250 compiler/platform pairs: 1246 1251 … … 1248 1253 \begin{tabular}{ll} 1249 1254 Compaq/DEC OSF1 & cxx (6.0 , 6.2) \\ 1255 Compaq/DEC OSF1 & g++ (2.95) \\ 1250 1256 Linux & g++ (2.91 , 2.95) \\ 1251 1257 Linux & KCC (3.4) \\ 1252 1258 Solaris & g++ (2.95) \\ 1253 SGI IRIX64 & CC 1259 SGI IRIX64 & CC (7.3) \\ 1254 1260 \end{tabular} 1255 1261 \end{center}
Note:
See TracChangeset
for help on using the changeset viewer.