#include <vector>
#include "oops/util/Logger.h"
Go to the source code of this file.
 | 
|    | oops | 
|   | The namespace for the main oops code. 
  | 
|   | 
 | 
| void  | FtnTriDiagSpectrum (const int &, const double *, const double *, double *, double *) | 
|   | 
| void  | oops::TriDiagSpectrum (const std::vector< double > &diag, const std::vector< double > &sub, std::vector< double > &evals, std::vector< std::vector< double > > &evecs) | 
|   | 
◆ FtnTriDiagSpectrum()
      
        
          | void FtnTriDiagSpectrum  | 
          ( | 
          const int &  | 
          ,  | 
        
        
           | 
           | 
          const double *  | 
          ,  | 
        
        
           | 
           | 
          const double *  | 
          ,  | 
        
        
           | 
           | 
          double *  | 
          ,  | 
        
        
           | 
           | 
          double *  | 
            | 
        
        
           | 
          ) | 
           |  |