Reference documentation for deal.II version 9.5.0
|
#include <deal.II/lac/tensor_product_matrix.h>
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 262 of file tensor_product_matrix.h.
using internal::TensorProductMatrixSymmetricSum::MatrixPairComparator< Number >::VectorizedArrayTrait = ::internal::VectorizedArrayTrait<Number> |
Definition at line 264 of file tensor_product_matrix.h.
using internal::TensorProductMatrixSymmetricSum::MatrixPairComparator< Number >::ScalarNumber = typename VectorizedArrayTrait::value_type |
Definition at line 266 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 269 of file tensor_product_matrix.h.
|
inline |
Definition at line 273 of file tensor_product_matrix.h.
|
inline |
Definition at line 278 of file tensor_product_matrix.h.
|
staticconstexpr |
Definition at line 267 of file tensor_product_matrix.h.
|
private |
Definition at line 304 of file tensor_product_matrix.h.