SyTen

◆ logGE()

template<typename... Args>
void syten::logGE ( Args &&...  data)
inline

Logs generic errors to the standard file streams and std::cerr.

Remarks
Passing a syten::Fmt or syten::FmtNN object as first argument (constructed from a default format string) uses the fmt library, e.g. logGE(Fmt{"{:2} {:3}"}, 1, 12) gives 1 12.

References logE().

Referenced by syten::T3N::DMRG::Run::checkNormAndStabilise(), syten::QR::DenseQR< std::complex< double > >::DenseQR(), syten::QR::DenseQR< double >::DenseQR(), syten::QR::DenseQR< std::complex< float > >::DenseQR(), syten::QR::DenseQR< float >::DenseQR(), syten::SVD::DenseSVD< std::complex< double > >::DenseSVD(), syten::SVD::DenseSVD< double >::DenseSVD(), syten::SVD::DenseSVD< std::complex< float > >::DenseSVD(), syten::SVD::DenseSVD< float >::DenseSVD(), do_apply_op(), do_expval(), entropyTwoSite(), full_rank_ness(), syten::Pyten::init_log(), issue_error(), load_archive(), syten::Test::logErr(), onterminate(), rank(), replace(), syten::Krylov::Evolution::run_evolution(), serialise_configuration(), syten::DenseSolve::solve_cm(), and streamed_replace().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: