]> SALOME platform Git repositories - modules/yacs.git/blob - src/pmml/doc/doxygen/doxfiles/pmml.dox
Salome HOME
Merge branch V7_3_1_BR
[modules/yacs.git] / src / pmml / doc / doxygen / doxfiles / pmml.dox
1 /*!
2 \page PMMLlib PMMLlib
3
4 \section PmmlIntro Introduction
5
6 PMMLlib is a library (\b libpmmlLib.so or \b pmmllib.dll) fully written in C++ and wrapped to be called in Python too.
7
8 PMMLlib C++ library implements a data structure which is the result of the following tradeoff :
9
10 - Compliant with coupling :
11   - Fields definition defined enough to perform well defined interpolation
12   - exchangeable through process as well in parallel case in SPMD paradigm 
13
14 */