File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
lib/node_modules/@stdlib/blas/base/dsyr2/benchmark/c Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ static double tic( void ) {
8383* Runs a benchmark. 
8484* 
8585* @param iterations   number of iterations 
86- * @param len             number of elements along each dimension 
86+ * @param len          number of elements along each dimension 
8787* @return             elapsed time in seconds 
8888*/ 
8989static  double  benchmark1 ( int  iterations , int  len  ) {
@@ -116,7 +116,7 @@ static double benchmark1( int iterations, int len ) {
116116* Runs a benchmark. 
117117* 
118118* @param iterations   number of iterations 
119- * @param len             number of elements along each dimension 
119+ * @param len          number of elements along each dimension 
120120* @return             elapsed time in seconds 
121121*/ 
122122static  double  benchmark2 ( int  iterations , int  len  ) {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments