antioch-0.4.0
|
Functions | |
template<template< typename, int, int, int, int, int > class _Matrix, typename _Scalar , int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols> | |
max (const _Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > &a, const _Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > &b) ANTIOCH_AUTOFUNC(_Matrix< _Scalar ANTIOCH_COMMA _Rows ANTIOCH_COMMA _Cols ANTIOCH_COMMA _Options ANTIOCH_COMMA _MaxRows ANTIOCH_COMMA _MaxCols > | |
a | array ().max(b.array())) template< template< typename |
typename _Scalar int _Rows int _Cols int _Options int _MaxRows int _MaxCols inline | min (const _Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > &a, const _Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > &b) ANTIOCH_AUTOFUNC(_Matrix< _Scalar ANTIOCH_COMMA _Rows ANTIOCH_COMMA _Cols ANTIOCH_COMMA _Options ANTIOCH_COMMA _MaxRows ANTIOCH_COMMA _MaxCols > |
template<typename T > | |
Antioch::enable_if_c < Antioch::is_valarray< T > ::value, std::ostream & > ::type | operator<< (std::ostream &output, const T &a) |
template<typename T , typename T2 > | |
Antioch::enable_if_c < Antioch::is_valarray< T > ::value, typename Antioch::state_type< T >::type > ::type | pow (const T &in, const T2 &n) |
template<typename T > | |
std::valarray< T > | max (const std::valarray< T > &a, const std::valarray< T > &b) |
template<typename T > | |
std::valarray< T > | min (const std::valarray< T > &a, const std::valarray< T > &b) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &output, const std::vector< T > &a) |
template<typename T > | |
std::vector< T > | operator* (const std::vector< T > &src, const T &mul) |
template<typename T > | |
std::vector< T > | operator/ (const std::vector< T > &src, const T &mul) |
Variables | |
a | int |
a std::array | ( | ) |
|
inline |
Referenced by Antioch::SigmaBinConverter< VectorCoeffType >::custom_bin_value(), Antioch::StatMechThermodynamics< CoeffType >::cv_rot(), Antioch::IdealGasMicroThermo< MacroThermo, CoeffType >::cv_rot_over_R(), Antioch::StatMechThermodynamics< CoeffType >::cv_rot_over_R(), Antioch::ReactionSet< CoeffType >::get_parameter_of_reaction(), Antioch::max(), max(), Antioch::ReactionSet< CoeffType >::set_parameter_of_reaction(), Antioch::StatMechThermodynamics< CoeffType >::T_from_e_tot(), and vec_compare().
|
inline |
Definition at line 83 of file valarray_utils.h.
References max().
|
inline |
|
inline |
Definition at line 98 of file valarray_utils.h.
References min().
|
inline |
Definition at line 67 of file vector_utils.h.
|
inline |
Definition at line 80 of file vector_utils.h.
|
inline |
Definition at line 52 of file vector_utils.h.
|
inline |
Definition at line 54 of file valarray_utils.h.
|
inline |
Definition at line 71 of file valarray_utils.h.
Referenced by Antioch::Units< T >::add_SI(), BHE(), Antioch::build_rate(), Antioch::Units< T >::develop_symbol(), F(), FTroe(), Antioch::ReactionSet< CoeffType >::get_reactive_scheme(), HE(), Kooij(), Antioch::MixtureAveragedTransportMixture< CoeffType >::MixtureAveragedTransportMixture(), Antioch::Units< T >::raise(), test_values(), tester(), vectester(), VH(), and Antioch::WilkeMixture< CoeffType >::WilkeMixture().
a std::int |
Definition at line 67 of file eigen_utils.h.
Referenced by Antioch::ChemKinParser< NumericType >::parse_equation(), Antioch::ASCIIParser< NumericType >::read_chemical_species(), Antioch::ASCIIParser< NumericType >::read_electronic_data(), Antioch::ASCIIParser< NumericType >::read_vibrational_data(), Antioch::UnitBaseConstant::SIPrefixeStore< T >::SIPrefixeStore(), Antioch::SplitString(), Antioch::UnitBaseConstant::UnitBaseStore< T >::UnitBaseStore(), and tinyxml2::XMLPrinter::XMLPrinter().