Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-2836-g362046b457 2025-03-13 15:40:00+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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Namespaces | Macros | Functions
read_write_vector.cc File Reference
#include <deal.II/lac/read_write_vector.h>
#include <deal.II/lac/read_write_vector.templates.h>
#include "lac/read_write_vector.inst"

Go to the source code of this file.

Namespaces

namespace  LinearAlgebra
 

Macros

#define TEMPL_COPY_CONSTRUCTOR(S1, S2)
 

Functions

 LinearAlgebra::TEMPL_COPY_CONSTRUCTOR (double, float)
 
 LinearAlgebra::TEMPL_COPY_CONSTRUCTOR (float, double)
 
 LinearAlgebra::TEMPL_COPY_CONSTRUCTOR (std::complex< double >, std::complex< float >)
 
 LinearAlgebra::TEMPL_COPY_CONSTRUCTOR (std::complex< float >, std::complex< double >)
 

Macro Definition Documentation

◆ TEMPL_COPY_CONSTRUCTOR

#define TEMPL_COPY_CONSTRUCTOR (   S1,
  S2 
)
Value:
template ReadWriteVector<S1> &ReadWriteVector<S1>::operator= \
<S2>(const ReadWriteVector<S2> &)

Definition at line 29 of file read_write_vector.cc.