Reference documentation for deal.II version GIT relicensing-220-g40aaea9664 2024-03-28 18:00: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
Classes | Namespaces | Functions
lapack_full_matrix.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/mutex.h>
#include <deal.II/base/smartpointer.h>
#include <deal.II/base/table.h>
#include <deal.II/lac/lapack_support.h>
#include <deal.II/lac/vector_memory.h>
#include <complex>
#include <memory>
#include <vector>

Go to the source code of this file.

Classes

class  LAPACKFullMatrix< number >
 
class  PreconditionLU< number >
 

Namespaces

namespace  internal
 
namespace  internal::LAPACKFullMatrixImplementation
 

Functions

template<typename RealNumber >
std::complex< RealNumber > internal::LAPACKFullMatrixImplementation::pack_complex (const RealNumber &real_part, const RealNumber &imaginary_part)
 
template<typename Number >
std::complex< Number > internal::LAPACKFullMatrixImplementation::pack_complex (const Number &, const std::complex< Number > &complex_number)