root/library/tests/merger.cfg @ 675

Revision 675, 0.6 kB (checked in by mido, 15 years ago)

experiment: epdf as a descendat of mpdf

Line 
1Sources = (
2  {
3      class = "enorm<ldmat>";
4      mu = ( "matrix", 1, 2, [ 0.0, 2.0 ] );
5      R = ( "matrix", 2, 2, [ 2.0, 0.0, 0.0, 0.5 ] );
6      rv :
7      {
8        class = "RV";
9        names = ( "a", "b" );
10      };
11  },
12  {
13      class = "egiw";
14      V = ( "matrix", 2, 2, [ 20.0, 8.0, 8.0, 4.0 ] );
15      nu = 4.0;
16      dimx = 1.0;
17      rv :
18      {
19        class = "RV";
20        names = ( "a", "b" );
21      };
22  } );
23Support :
24{
25  class = "rectangular_support";
26  ranges = ( [ -5.0, 5.0 ], [ 0.001, 5.0 ] );
27  gridsizes = [ 10, 10 ];
28};
29Merger :
30{
31  class = "merger_base";
32  beta = 1.0;
33  method = "geometric";
34};
Note: See TracBrowser for help on using the browser.