|
std::string | libMesh::Utility::system_info () |
|
template<typename ForwardIter , typename T > |
void | libMesh::Utility::iota (ForwardIter first, ForwardIter last, T value) |
|
template<class InputIterator > |
bool | libMesh::Utility::is_sorted (InputIterator first, InputIterator last) |
|
template<class ForwardIterator , class T > |
ForwardIterator | libMesh::Utility::binary_find (ForwardIterator first, ForwardIterator last, const T &value) |
|
template<class ForwardIterator , class T , class Compare > |
ForwardIterator | libMesh::Utility::binary_find (ForwardIterator first, ForwardIterator last, const T &value, Compare comp) |
|
template<int N, typename T > |
T | libMesh::Utility::pow (const T &x) |
|
unsigned int | libMesh::Utility::factorial (unsigned int n) |
|
template<typename T > |
T | libMesh::Utility::binomial (T n, T k) |
|
template<typename T > |
void | libMesh::Utility::deallocate (std::vector< T > &vec) |
|
std::string | libMesh::Utility::complex_filename (const std::string &basename, unsigned int r_o_c=0) |
|
void | libMesh::Utility::prepare_complex_data (const std::vector< Complex > &source, std::vector< Real > &real_part, std::vector< Real > &imag_part) |
|
int | libMesh::Utility::mkdir (const char *pathname) |
|