![]() |
deal.II version 9.7.1
|
#include <deal.II/base/numbers.h>#include <deal.II/lac/blas_extension_templates.h>#include <deal.II/lac/block_vector.h>#include <deal.II/lac/full_matrix.h>#include <deal.II/lac/lapack_full_matrix.h>#include <deal.II/lac/lapack_support.h>#include <deal.II/lac/lapack_templates.h>#include <deal.II/lac/sparse_matrix.h>#include <deal.II/lac/utilities.h>#include <deal.II/lac/vector.h>#include <iomanip>#include <iostream>#include "lac/lapack_full_matrix.inst"Go to the source code of this file.
Namespaces | |
| namespace | internal |
| namespace | internal::LAPACKFullMatrixImplementation |
Functions | |
| template<typename T> | |
| void | internal::LAPACKFullMatrixImplementation::geev_helper (const char vl, const char vr, AlignedVector< T > &matrix, const types::blas_int n_rows, std::vector< T > &real_part_eigenvalues, std::vector< T > &imag_part_eigenvalues, std::vector< T > &left_eigenvectors, std::vector< T > &right_eigenvectors, std::vector< T > &real_work, std::vector< T > &, const types::blas_int work_flag, types::blas_int &info) |
| template<typename T> | |
| void | internal::LAPACKFullMatrixImplementation::geev_helper (const char vl, const char vr, AlignedVector< std::complex< T > > &matrix, const types::blas_int n_rows, std::vector< T > &, std::vector< std::complex< T > > &eigenvalues, std::vector< std::complex< T > > &left_eigenvectors, std::vector< std::complex< T > > &right_eigenvectors, std::vector< std::complex< T > > &complex_work, std::vector< T > &real_work, const types::blas_int work_flag, types::blas_int &info) |
| template<typename T> | |
| void | internal::LAPACKFullMatrixImplementation::gesdd_helper (const char job, const types::blas_int n_rows, const types::blas_int n_cols, AlignedVector< T > &matrix, std::vector< T > &singular_values, AlignedVector< T > &left_vectors, AlignedVector< T > &right_vectors, std::vector< T > &real_work, std::vector< T > &, std::vector< types::blas_int > &integer_work, const types::blas_int work_flag, types::blas_int &info) |
| template<typename T> | |
| void | internal::LAPACKFullMatrixImplementation::gesdd_helper (const char job, const types::blas_int n_rows, const types::blas_int n_cols, AlignedVector< std::complex< T > > &matrix, std::vector< T > &singular_values, AlignedVector< std::complex< T > > &left_vectors, AlignedVector< std::complex< T > > &right_vectors, std::vector< std::complex< T > > &work, std::vector< T > &real_work, std::vector< types::blas_int > &integer_work, const types::blas_int &work_flag, types::blas_int &info) |