Reference documentation for deal.II version GIT relicensing-214-g6e74dec06b 2024-03-27 18:10:01+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
internal::VectorOperations::Norm1< Number, RealType > Struct Template Reference

#include <deal.II/lac/vector_operations_internal.h>

Public Member Functions

 Norm1 (const Number *X)
 
RealType operator() (const size_type i) const
 
VectorizedArray< Number > do_vectorized (const size_type i) const
 

Public Attributes

const Number * X
 

Static Public Attributes

static const bool vectorizes = VectorizedArray<Number>::size() > 1
 

Detailed Description

template<typename Number, typename RealType>
struct internal::VectorOperations::Norm1< Number, RealType >

Definition at line 820 of file vector_operations_internal.h.

Constructor & Destructor Documentation

◆ Norm1()

template<typename Number , typename RealType >
internal::VectorOperations::Norm1< Number, RealType >::Norm1 ( const Number *  X)
inline

Definition at line 824 of file vector_operations_internal.h.

Member Function Documentation

◆ operator()()

template<typename Number , typename RealType >
RealType internal::VectorOperations::Norm1< Number, RealType >::operator() ( const size_type  i) const
inline

Definition at line 829 of file vector_operations_internal.h.

◆ do_vectorized()

template<typename Number , typename RealType >
VectorizedArray< Number > internal::VectorOperations::Norm1< Number, RealType >::do_vectorized ( const size_type  i) const
inline

Definition at line 835 of file vector_operations_internal.h.

Member Data Documentation

◆ vectorizes

template<typename Number , typename RealType >
const bool internal::VectorOperations::Norm1< Number, RealType >::vectorizes = VectorizedArray<Number>::size() > 1
static

Definition at line 822 of file vector_operations_internal.h.

◆ X

template<typename Number , typename RealType >
const Number* internal::VectorOperations::Norm1< Number, RealType >::X

Definition at line 842 of file vector_operations_internal.h.


The documentation for this struct was generated from the following file: