Commit fb373c80 authored by thomas dettbarn's avatar thomas dettbarn
Browse files

optimizations in biDiagonalReductionLeft() and biDiagonalReductionRight() reduced the WMOPS.

parent 8d095e08
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
   the United Nations Convention on Contracts on the International Sales of Goods.

*******************************************************************************************************/
//#define	MYCHANGES
#define	MYCHANGES

#include <stdint.h>
#include "options.h"
@@ -719,11 +719,6 @@ static void biDiagonalReductionRight(
                }
            }
            ( *g ) = ( *g ) / maxWithSign( *sig_x );

            for ( jCh = idx; jCh < nChannelsC; jCh++ ) /*  nChannelsC */
            {
                singularVectors[currChannel][jCh] = ( singularVectors[currChannel][jCh] * ( *sig_x ) );
            }
        }
    }