root/library/tests/pdfds.cfg @ 699

Revision 693, 313 bytes (checked in by mido, 15 years ago)

mpdf renamed to pdf in the whole library

Line 
1ds={
2class = "PdfDS";
3pdf = {
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.