Chombo + EB + MF  3.2
Macros | Functions | Variables
Lapack.H File Reference
#include "FortranNameMacro.H"
#include "BaseNamespaceHeader.H"
#include "BaseNamespaceFooter.H"
Include dependency graph for Lapack.H:

Go to the source code of this file.

Macros

#define _LAPACK_H_
 

Functions

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...
 

Variables

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 RealALPHA
 
void const char const int const int const int const Real const RealA
 
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 RealB
 
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 RealBETA
 
void const char const int const int const int const Real const Real const int const Real const int const Real RealC
 
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
 

Macro Definition Documentation

◆ _LAPACK_H_

#define _LAPACK_H_

Function Documentation

◆ 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)

Variable Documentation

◆ TRANSB

void const char* TRANSB

◆ M

void const char const char const char const int * M

◆ N

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< Real, SpaceDim *SpaceDim >::operator=(), IndexTM< Real, GLOBALDIM >::operator=(), operator>>(), Tuple< Real, SpaceDim *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< Real, SpaceDim *SpaceDim >::Tuple().

◆ K

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

◆ A

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

◆ B

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

◆ C

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

void const char* UPLO

◆ TRANSA

void const char const char* TRANSA

◆ DIAG

void const char const char const char* DIAG