Reference documentation for deal.II version 9.5.0
|
#include <deal.II/lac/la_vector.templates.h>
#include "la_vector.inst"
Go to the source code of this file.
Namespaces | |
namespace | LinearAlgebra |
Macros | |
#define | TEMPL_COPY_CONSTRUCTOR(S1, S2) template Vector<S1> &Vector<S1>::operator=<S2>(const Vector<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 >) | |
#define TEMPL_COPY_CONSTRUCTOR | ( | S1, | |
S2 | |||
) | template Vector<S1> &Vector<S1>::operator=<S2>(const Vector<S2> &) |
Definition at line 33 of file la_vector.cc.