root/library/tests/mpdfds.cfg @ 598

Revision 598, 315 bytes (checked in by smidl, 15 years ago)

new buffered datalink ( #32 ) and new datasources - all with minor trivial tests

Line 
1ds={
2class = "MpdfDS";
3mpdf = {
4  class = "mlnorm<ldmat>";
5  A = ( "matrix", 1, 2, [ 0.5, -0.1 ] );
6  R = ( "matrix", 1, 1, [ 1e-10 ] );
7  const =  ( "matrix", 1, 1, [ 0.0 ] );
8  rv = {
9    class = "RV";
10    names = ( "a" );
11  };
12  rvc = {
13    class = "RV";
14    names = ( "a", "b" );
15         times = [-1 , 0];
16  };
17};
18};
Note: See TracBrowser for help on using the browser.