Go to the source code of this file.
 | 
| void  | LAPACK (GEMM, gemm)(const char *TRANSA | 
|   | Forward declaration of lapack routines.  More...
  | 
|   | 
| void  | LAPACK (TRSM, trsm)(const char *SIDE | 
|   | solve matrix equations with triangular matrix (BLAS routine)  More...
  | 
|   | 
 | 
| void const char *  | TRANSB | 
|   | 
| void const char const int *  | M | 
|   | 
| void const char const int const int *  | N | 
|   | 
| void const char const int const int const int *  | K | 
|   | 
| void const char const int const int const int const Real *  | ALPHA | 
|   | 
| void const char const int const int const int const Real const Real *  | A | 
|   | 
| void const char const int const int const int const Real const Real const int *  | LDA | 
|   | 
| void const char const int const int const int const Real const Real const int const Real *  | B | 
|   | 
| void const char const int const int const int const Real const Real const int const Real const int *  | LDB | 
|   | 
| void const char const int const int const int const Real const Real const int const Real const int const Real *  | BETA | 
|   | 
| void const char const int const int const int const Real const Real const int const Real const int const Real Real *  | C | 
|   | 
| void const char const int const int const int const Real const Real const int const Real const int const Real Real const int *  | LDC | 
|   | 
| void const char *  | UPLO | 
|   | 
| void const char const char *  | TRANSA | 
|   | 
| void const char const char const char *  | DIAG | 
|   | 
◆ _LAPACK_H_
◆ LAPACK() [1/2]
      
        
          | void LAPACK  | 
          ( | 
          GEMM  | 
          ,  | 
        
        
           | 
           | 
          gemm  | 
            | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
Forward declaration of lapack routines. 
multiply two matrices (BLAS routine) 
 
 
◆ LAPACK() [2/2]
      
        
          | void LAPACK  | 
          ( | 
          TRSM  | 
          ,  | 
        
        
           | 
           | 
          trsm  | 
            | 
        
        
           | 
          ) | 
           |  const | 
        
      
 
solve matrix equations with triangular matrix (BLAS routine) 
 
 
◆ TRANSB
      
        
          | void const char const char const char const int * M | 
        
      
 
 
      
        
          | void const char const char const char const int const int * N | 
        
      
 
Referenced by BASISV_TM(), IndexTM< Real, GLOBALDIM >::coarsen(), IndexTM< Real, GLOBALDIM >::componentwiseLE(), Metaprograms::LexLT< N, T >::doit(), IndexTM< Real, GLOBALDIM >::dotProduct(), IndexTM< Real, GLOBALDIM >::factorial(), IndexTM< Real, GLOBALDIM >::IndexTM(), BaseFab< Real >::interval(), IndexTM< Real, GLOBALDIM >::linearIn(), IndexTM< Real, GLOBALDIM >::linearOut(), IndexTM< Real, GLOBALDIM >::max(), IndexTM< Real, GLOBALDIM >::maxDir(), IndexTM< Real, GLOBALDIM >::min(), IndexTM< Real, GLOBALDIM >::minDir(), Metaprograms::InnerProduct< N, T, RT, PlusT, TimesT >::operator()(), Metaprograms::Accum< N, T, ReduceT, TransformT >::operator()(), Metaprograms::LexLT< N, T >::operator()(), Metaprograms::Transform< N, T, FunctorT >::operator()(), Metaprograms::NestedLoop< N, OP >::operator()(), Metaprograms::NestedPrestagedLoop< N, OP >::operator()(), Metaprograms::dterm< N, OP >::operator()(), NodeFArrayBox::operator()(), IndexTM< Real, GLOBALDIM >::operator-(), operator<<(), Tuple< EBFaceFAB *, CH_SPACEDIM >::operator=(), IndexTM< Real, GLOBALDIM >::operator=(), operator>>(), Tuple< EBFaceFAB *, CH_SPACEDIM >::operator[](), IndexTM< Real, GLOBALDIM >::operator[](), BaseFab< Real >::performSetVal(), Metaprograms::pointwiseCompare(), IndexTM< Real, GLOBALDIM >::reciprocal(), IndexTM< Real, GLOBALDIM >::reflect(), IndexTM< Real, GLOBALDIM >::setAll(), IndexTM< Real, GLOBALDIM >::setVal(), IndexTM< Real, GLOBALDIM >::shift(), PetscSolver< LevelData< FArrayBox > >::solve_mfree_private(), and Tuple< EBFaceFAB *, CH_SPACEDIM >::Tuple().
 
 
      
        
          | void const char const int const int const int* K | 
        
      
 
 
◆ ALPHA
      
        
          | void const char const char const char const int const int const Real * ALPHA | 
        
      
 
 
      
        
          | void const char const char const char const int const int const Real const Real * A | 
        
      
 
 
◆ LDA
      
        
          | void const char const char const char const int const int const Real const Real const int * LDA | 
        
      
 
 
      
        
          | void const char const char const char const int const int const Real const Real const int Real * B | 
        
      
 
 
◆ LDB
      
        
          | void const char const char const char const int const int const Real const Real const int Real const int * LDB | 
        
      
 
 
◆ BETA
      
        
          | void const char const int const int const int const Real const Real const int const Real const int const Real* BETA | 
        
      
 
 
      
        
          | void const char const int const int const int const Real const Real const int const Real const int const Real Real* C | 
        
      
 
 
◆ LDC
      
        
          | void const char const int const int const int const Real const Real const int const Real const int const Real Real const int* LDC | 
        
      
 
 
◆ UPLO
◆ TRANSA
      
        
          | void const char const char* TRANSA | 
        
      
 
 
◆ DIAG
      
        
          | void const char const char const char* DIAG |