Go to the source code of this file.
|
template<class T > |
T | norm_max (Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &m) |
|
template<class T > |
bool | check_is_symmetric (Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &m, const T &tol_m_max) |
|
template<class T > |
void | local_lump (Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &m) |
|
template<class T > |
void | local_invert (Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &m, bool is_diag) |
|
◆ _RHEOLEF_instanciate
#define _RHEOLEF_instanciate |
( |
|
T | ) |
|
Value:template T norm_max (Eigen::Matrix<T,Eigen::Dynamic,Eigen::Dynamic>& m); \
template bool check_is_symmetric (Eigen::Matrix<T,Eigen::Dynamic,Eigen::Dynamic>&,
const T&); \
template void local_lump (Eigen::Matrix<T,Eigen::Dynamic,Eigen::Dynamic>&); \
template void local_invert (Eigen::Matrix<T,Eigen::Dynamic,Eigen::Dynamic>&, bool); \
Definition at line 102 of file form_vf_assembly.cc.