|
MOAB
4.9.3pre
|
#include <IterativeSolverBase.h>
Classes | |
| struct | any_conversion |
| struct | no |
| struct | yes |
Public Types | |
| enum | { value = sizeof(test<MatrixType>(ms_from, 0))==sizeof(yes) } |
Static Public Attributes | |
| static MatrixType | ms_from |
Static Private Member Functions | |
| template<typename T > | |
| static yes | test (const Ref< const T > &, int) |
| template<typename T > | |
| static no | test (any_conversion< T >,...) |
Definition at line 18 of file IterativeSolverBase.h.
| anonymous enum |
Definition at line 37 of file IterativeSolverBase.h.
| static yes Eigen::internal::is_ref_compatible_impl< MatrixType >::test | ( | const Ref< const T > & | , |
| int | |||
| ) | [static, private] |
| static no Eigen::internal::is_ref_compatible_impl< MatrixType >::test | ( | any_conversion< T > | , |
| ... | |||
| ) | [static, private] |
MatrixType Eigen::internal::is_ref_compatible_impl< MatrixType >::ms_from [static] |
Definition at line 36 of file IterativeSolverBase.h.