deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
Public Types | |
using | VectorizedArrayTrait = ::internal::VectorizedArrayTrait< Number > |
using | ScalarNumber = typename VectorizedArrayTrait::value_type |
using | MatrixPairType = std::pair< std::bitset< width >, std::pair< Table< 2, Number >, Table< 2, Number > > > |
Public Member Functions | |
MatrixPairComparator () | |
bool | operator() (const MatrixPairType &left, const MatrixPairType &right) const |
Static Public Attributes | |
static constexpr std::size_t | width = VectorizedArrayTrait::width() |
Private Attributes | |
const ScalarNumber | eps |
Definition at line 261 of file tensor_product_matrix.h.
using internal::TensorProductMatrixSymmetricSum::MatrixPairComparator< Number >::VectorizedArrayTrait = ::internal::VectorizedArrayTrait<Number> |
Definition at line 263 of file tensor_product_matrix.h.
using internal::TensorProductMatrixSymmetricSum::MatrixPairComparator< Number >::ScalarNumber = typename VectorizedArrayTrait::value_type |
Definition at line 265 of file tensor_product_matrix.h.
using internal::TensorProductMatrixSymmetricSum::MatrixPairComparator< Number >::MatrixPairType = std::pair<std::bitset<width>, std::pair<Table<2, Number>, Table<2, Number> >> |
Definition at line 268 of file tensor_product_matrix.h.
|
inline |
Definition at line 272 of file tensor_product_matrix.h.
|
inline |
Definition at line 277 of file tensor_product_matrix.h.
|
staticconstexpr |
Definition at line 266 of file tensor_product_matrix.h.
|
private |
Definition at line 303 of file tensor_product_matrix.h.