Ignore:
Timestamp:
Dec 6, 2017, 7:05:25 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
06b3e84d21e073249ada6d3b863bb3b8ce91d3be
Parents:
3803c6a39fad57f9a8e12942b2928c215504e027
Message:
format: Warn -> WarnS, trailing spaces
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/svd/tests/testsvdunit.h

    r3803c6 raad4ca4  
    9090        failthreshold = amp::ampf<Precision>("5.0E-3");
    9191        a.setbounds(0, maxmn-1, 0, maxmn-1);
    92        
     92
    9393        //
    9494        // TODO: div by zero fail, convergence fail
     
    9696        for(gpass=1; gpass<=1; gpass++)
    9797        {
    98            
     98
    9999            //
    100100            // zero matrix, several cases
     
    114114                }
    115115            }
    116            
     116
    117117            //
    118118            // Long dense matrix
     
    146146                }
    147147            }
    148            
     148
    149149            //
    150150            // Dense matrices
     
    164164                }
    165165            }
    166            
     166
    167167            //
    168168            // Sparse matrices, very sparse matrices, incredible sparse matrices
     
    184184            }
    185185        }
    186        
     186
    187187        //
    188188        // report
     
    283283
    284284        minmn = ap::minint(m, n);
    285        
     285
    286286        //
    287287        // decomposition error
     
    301301        }
    302302        materr = amp::maximum<Precision>(materr, locerr);
    303        
     303
    304304        //
    305305        // orthogonality error
     
    331331        }
    332332        orterr = amp::maximum<Precision>(orterr, locerr);
    333        
     333
    334334        //
    335335        // values order error
     
    373373
    374374
    375        
     375
    376376        //
    377377        // Main SVD test
     
    384384        }
    385385        getsvderror<Precision>(a, m, n, u, w, vt, materr, orterr, wsorted);
    386        
     386
    387387        //
    388388        // Additional SVD tests
     
    439439            }
    440440        }
    441        
     441
    442442        //
    443443        // update counter
Note: See TracChangeset for help on using the changeset viewer.