Reference documentation for deal.II version GIT relicensing-216-gcda843ca70 2024-03-28 12:20: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
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 "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.