lattice_rule_test
    
    
    
      lattice_rule_test,
      a MATLAB code which
      calls lattice_rule(), which
      approximate integrals in multiple 
      dimensions using lattice rules.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Programs:
    
    
      
      lattice_rule,
      a MATLAB code which
      approximates M-dimensional integrals using lattice rules.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          e_01_2d.m,
          the exact integral of 2d test function #1.
        
 
        - 
          f_01_2d.m,
          is the 2D test function #1.
        
 
        - 
          lattice_rule_test01.m,
          tests FIBONACCI_LATTICE_Q;
        
 
        - 
          lattice_rule_test02.m,
          tests FIBONACCI_LATTICE_T.
        
 
        - 
          lattice_rule_test03.m,
          tests tests FIBONACCI_LATTICE_B;
        
 
        - 
          lattice_rule_test04.m,
          tests FIBONACCI_LATTICE_Q1;
        
 
        - 
          lattice_rule_test05.m,
          tests FIBONACCI_LATTICE_Q2;
        
 
        - 
          lattice_rule_test06.m,
          tests tests FIBONACCI_LATTICE_Q3;
        
 
        - 
          lattice_rule_test07.m,
          tests tests LATTICE.
        
 
        - 
          lattice_rule_test08.m,
          tests tests LATTICE.
        
 
        - 
          lattice_rule_test085.m,
          tests tests LATTICE.
        
 
        - 
          lattice_rule_test09.m,
          tests tests LATTICE_NP0;
        
 
        - 
          lattice_rule_test10.m,
          tests LATTICE_NP1;
        
 
        - 
          lattice_rule_test11.m,
          tests MONTE_CARLO;
        
 
        - 
          lattice_rule_test12.m,
          tests LATTICE_PRINT.
        
 
        - 
          lattice_rule_test13.m,
          tests FIND_Z20.
        
 
        - 
          lattice_rule_test14.m,
          tests FIBONACCI_LATTICE_Q_NODES.
        
 
        - 
          f21.txt,
          the 21 points of a Fibonacci lattice for K = 8, M = 21.
        
 
        - 
          f21.png,
          a PNG image of
          a Fibonacci lattice.
        
 
        - 
          f144.txt,
          the 144 points of a Fibonacci lattice for K = 12, M = 144.
        
 
        - 
          f144.png,
          a PNG image of
          a Fibonacci lattice.
        
 
      
    
    
    
      Last revised on 11 February 2019.