Reference documentation for deal.II version GIT relicensing-437-g81ec864850 2024-04-19 07:30:02+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 | List of all members
internal::VectorOperations::Vector_copy< Number, OtherNumber > Struct Template Reference

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

Public Member Functions

 Vector_copy (const OtherNumber *const src, Number *const dst)
 
void operator() (const size_type begin, const size_type end) const
 

Public Attributes

const OtherNumber *const src
 
Number *const dst
 

Detailed Description

template<typename Number, typename OtherNumber>
struct internal::VectorOperations::Vector_copy< Number, OtherNumber >

Definition at line 228 of file vector_operations_internal.h.

Constructor & Destructor Documentation

◆ Vector_copy()

template<typename Number , typename OtherNumber >
internal::VectorOperations::Vector_copy< Number, OtherNumber >::Vector_copy ( const OtherNumber *const  src,
Number *const  dst 
)
inline

Definition at line 230 of file vector_operations_internal.h.

Member Function Documentation

◆ operator()()

template<typename Number , typename OtherNumber >
void internal::VectorOperations::Vector_copy< Number, OtherNumber >::operator() ( const size_type  begin,
const size_type  end 
) const
inline

Definition at line 239 of file vector_operations_internal.h.

Member Data Documentation

◆ src

template<typename Number , typename OtherNumber >
const OtherNumber* const internal::VectorOperations::Vector_copy< Number, OtherNumber >::src

Definition at line 254 of file vector_operations_internal.h.

◆ dst

template<typename Number , typename OtherNumber >
Number* const internal::VectorOperations::Vector_copy< Number, OtherNumber >::dst

Definition at line 255 of file vector_operations_internal.h.


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