#include "FortranNameMacro.H"
#include "BaseNamespaceHeader.H"
#include "BaseNamespaceFooter.H"

Go to the source code of this file.
Functions | |
| void | LAPACK (GEMM, gemm)(const char *TRANSA |
| Forward declaration of lapack routines. | |
| void | LAPACK (TRSM, trsm)(const char *SIDE |
| solve matrix equations with triangular matrix (BLAS routine) | |
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 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 |
| void LAPACK | ( | GEMM | , | |
| gemm | ||||
| ) | const |
Forward declaration of lapack routines.
multiply two matrices (BLAS routine)
| void LAPACK | ( | TRSM | , | |
| trsm | ||||
| ) | const |
solve matrix equations with triangular matrix (BLAS routine)
| void const char* TRANSB |
| void const char const char const char const int * M |
Referenced by ArSp::ArrayOfMatrixAlloc::allocate(), operator<<(), and PetscSolver< T >::solve_mfree_private().
| void const char const char const char const int const int * N |
Referenced by BASISV_TM(), IndexTM< T, N >::coarsen(), IndexTM< int, SpaceDim >::componentwiseLE(), Metaprograms::LexLT< N, T >::doit(), IndexTM< T, N >::dotProduct(), IndexTM< int, SpaceDim >::factorial(), IndexTM< T, N >::IndexTM(), IndexTM< T, N >::linearIn(), IndexTM< T, N >::linearOut(), IndexTM< T, N >::max(), IndexTM< T, N >::maxDir(), IndexTM< T, N >::min(), IndexTM< T, N >::minDir(), NodeFArrayBox::operator()(), Metaprograms::dterm< N, OP >::operator()(), Metaprograms::NestedPrestagedLoop< N, OP >::operator()(), Metaprograms::NestedLoop< N, OP >::operator()(), Metaprograms::Transform< N, T, FunctorT >::operator()(), Metaprograms::LexLT< N, T >::operator()(), Metaprograms::Accum< N, T, ReduceT, TransformT >::operator()(), Metaprograms::InnerProduct< N, T, RT, PlusT, TimesT >::operator()(), IndexTM< T, N >::operator-(), operator<<(), Tuple< T, N >::operator=(), IndexTM< T, N >::operator=(), operator>>(), Tuple< T, N >::operator[](), IndexTM< T, N >::operator[](), BaseFab< T >::performSetVal(), Metaprograms::pointwiseCompare(), IndexTM< T, N >::reciprocal(), IndexTM< T, N >::reflect(), IndexTM< T, N >::setAll(), IndexTM< T, N >::setVal(), IndexTM< T, N >::shift(), PetscSolver< T >::solve_mfree_private(), and Tuple< T, N >::Tuple().
| void const char const int const int const int* K |
| void const char const char const char const int const int const Real const Real const int 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 |
Referenced by operator-(), operator/(), operatorOp(), and operatorOpScalar().
| 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 |
1.5.5