math_functions.cpp File Reference
#include "mpqc/chemistry/qc/lcao/mbpt/pno/math_functions.h"
#include "mpqc/util/misc/assert.h"
#include <TiledArray/math/blas.h>
#include <TiledArray/math/gemm_helper.h>
#include <TiledArray/math/lapack.h>
#include <utility>
Include dependency graph for math_functions.cpp:

Namespaces

 mpqc
 The top-level namespace for all Massively Parallel Quantum Chemistry package.
 
 mpqc::lcao
 
 mpqc::lcao::pno
 

Functions

void mpqc::lcao::pno::d_gemm (char Atrans, char Btrans, RowMatrixXd const &A, RowMatrixXd const &B, RowMatrixXd &C, double alpha, double beta)
 weird name to avoid dgemm macro defined by MKL in MKL_DIRECT_CALL mode More...
 
void mpqc::lcao::pno::d_gemm (char Atrans, char Btrans, RowMatrixXd const &A, double const *B, long ncols, RowMatrixXd &C, double alpha, double beta)
 weird name to avoid dgemm macro defined by MKL in MKL_DIRECT_CALL mode More...
 
std::pair< RowMatrixXd, VectorD > mpqc::lcao::pno::SymmEVD (RowMatrixXd &A)
 
RowMatrixXd mpqc::lcao::pno::llt_solve (RowMatrixXd &A, RowMatrixXd const &B)