00001 //*****************************************************************// 00002 // Albany 2.0: Copyright 2012 Sandia Corporation // 00003 // This Software is released under the BSD license detailed // 00004 // in the file "license.txt" in the top-level Albany directory // 00005 //*****************************************************************// 00006 00007 #ifndef MOR_SINGULARVALUESHELPERS_HPP 00008 #define MOR_SINGULARVALUESHELPERS_HPP 00009 00010 #include "Teuchos_Array.hpp" 00011 #include "Teuchos_ArrayView.hpp" 00012 00013 namespace MOR { 00014 00015 Teuchos::Array<double> computeDiscardedEnergyFractions(Teuchos::ArrayView<const double> singularValues); 00016 00017 } // namespace MOR 00018 00019 #endif /* MOR_SINGULARVALUESHELPERS_HPP */