math_functions.h File Reference
Include dependency graph for math_functions.h:
This graph shows which files directly or indirectly include this file:

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...
 
RowMatrixXd mpqc::lcao::pno::AT_B_C (RowMatrixXd const &A, RowMatrixXd const &B, RowMatrixXd const &C)
 
RowMatrixXd mpqc::lcao::pno::AT_x_B (RowMatrixXd const &A, RowMatrixXd const &B)
 
RowMatrixXd mpqc::lcao::pno::A_x_BT (RowMatrixXd const &A, RowMatrixXd const &B)
 
RowMatrixXd mpqc::lcao::pno::A_x_B (RowMatrixXd const &A, RowMatrixXd const &B)
 
RowMatrixXd mpqc::lcao::pno::A_x_B (RowMatrixXd const &A, TA::Tensor< double > const &B)
 
std::pair< RowMatrixXd, VectorD > mpqc::lcao::pno::SymmEVD (RowMatrixXd &A)
 
RowMatrixXd mpqc::lcao::pno::llt_solve (RowMatrixXd &A, RowMatrixXd const &B)