|
static void | printr3_d (std::ofstream &ofs, const std::string &s, const ModuleBase::realArray &u) |
|
static void | printr4_d (std::ofstream &ofs, const std::string &s, const ModuleBase::realArray &u) |
|
static void | printM3 (std::ofstream &ofs, const std::string &description, const ModuleBase::Matrix3 &m) |
|
static void | printM3 (const std::string &description, const ModuleBase::Matrix3 &m) |
|
static void | printrm (std::ofstream &ofs, const std::string &s, const ModuleBase::matrix &m, const double &limit=1.0e-15) |
|
static void | printrm (const std::string &s, const ModuleBase::matrix &m, const double &limit=1.0e-15) |
|
static void | printcm (std::ofstream &ofs, const std::string &s, const ModuleBase::ComplexMatrix &m) |
|
static void | printcm (const std::string &s, const ModuleBase::ComplexMatrix &m) |
|
static void | printcm_real (const std::string &s, const ModuleBase::ComplexMatrix &m, const double &limit=1.0e-15) |
|
static void | printcm_real_limit_hermit (const std::string &s, const ModuleBase::ComplexMatrix &m, const double &limit) |
|
static void | printcm_imag (const std::string &s, const ModuleBase::ComplexMatrix &m, const double &limit=1.0e-15) |
|
static void | printcm_norm (const std::string &s, const ModuleBase::ComplexMatrix &m, const double &limit) |
|
static void | printcm_norm (std::ofstream &ofs, const std::string &s, const ModuleBase::ComplexMatrix &m, const double &limit) |
|
template<class T > |
static void | printr1_d (std::ofstream &ofs, const std::string &s, T *u, int n1) |
|
template<class T > |
static void | printr1_d (const std::string &s, T *u, const int n1) |
|
template<class T > |
static void | printV3 (std::ofstream &ofs, const ModuleBase::Vector3< T > v) |
|
template<class T > |
static void | printV3 (const ModuleBase::Vector3< T > v) |
|
template<class T > |
static void | printv31_d (std::ofstream &ofs, const std::string &s, ModuleBase::Vector3< T > *u, int n1) |
|
template<class T > |
static void | printv31_d (const std::string &s, ModuleBase::Vector3< T > *u, int n1) |
|