Reference documentation for deal.II version 9.6.0
|
#include <deal.II/lac/vector_operations_internal.h>
Public Member Functions | |
Vectorization_equ_aubv (Number *const val, const Number *const u_val, const Number *const v_val, const Number a, const Number b) | |
void | operator() (const size_type begin, const size_type end) const |
Public Attributes | |
Number *const | val |
const Number *const | u_val |
const Number *const | v_val |
const Number | stored_a |
const Number | stored_b |
Definition at line 630 of file vector_operations_internal.h.
|
inline |
Definition at line 632 of file vector_operations_internal.h.
|
inline |
Definition at line 645 of file vector_operations_internal.h.
Number* const internal::VectorOperations::Vectorization_equ_aubv< Number >::val |
Definition at line 662 of file vector_operations_internal.h.
const Number* const internal::VectorOperations::Vectorization_equ_aubv< Number >::u_val |
Definition at line 663 of file vector_operations_internal.h.
const Number* const internal::VectorOperations::Vectorization_equ_aubv< Number >::v_val |
Definition at line 664 of file vector_operations_internal.h.
const Number internal::VectorOperations::Vectorization_equ_aubv< Number >::stored_a |
Definition at line 665 of file vector_operations_internal.h.
const Number internal::VectorOperations::Vectorization_equ_aubv< Number >::stored_b |
Definition at line 666 of file vector_operations_internal.h.