API referenceΒΆ
List of C++ headers:
- Specializations of the
arpack_solver
class templateezarpack/solver_symmetric.hpp
- symmetric real eigenproblemsezarpack::arpack_solver< Symmetric, Backend >
real_vector_t
real_matrix_t
int_vector_t
real_vector_view_t
real_vector_const_view_t
real_matrix_const_view_t
vector_const_view_t
vector_view_t
Mode
arpack_solver()
operator()()
operator()()
dim()
in_vector_n()
out_vector_n()
workspace_vector()
nconv()
eigenvalues()
eigenvectors()
residual_vector()
Bx_available()
Bx_vector()
stats()
ezarpack::arpack_solver< Symmetric, Backend >::exact_shifts_f
ezarpack::arpack_solver< Symmetric, Backend >::params_t
ezarpack::arpack_solver< Symmetric, Backend >::stats_t
ezarpack/solver_asymmetric.hpp
- general real eigenproblemsezarpack::arpack_solver< Asymmetric, Backend >
real_vector_t
real_matrix_t
complex_vector_t
complex_matrix_t
int_vector_t
real_vector_view_t
real_vector_const_view_t
real_matrix_const_view_t
vector_const_view_t
vector_view_t
Mode
arpack_solver()
operator()()
operator()()
dim()
in_vector_n()
out_vector_n()
workspace_vector()
nconv()
eigenvalues()
eigenvalues()
eigenvectors()
schur_vectors()
residual_vector()
Bx_available()
Bx_vector()
stats()
ezarpack::arpack_solver< Asymmetric, Backend >::exact_shifts_f
ezarpack::arpack_solver< Asymmetric, Backend >::params_t
ezarpack::arpack_solver< Asymmetric, Backend >::stats_t
ezarpack/solver_complex.hpp
- general complex eigenproblemsezarpack::arpack_solver< Complex, Backend >
real_vector_t
complex_vector_t
complex_matrix_t
int_vector_t
complex_vector_view_t
complex_vector_const_view_t
complex_matrix_const_view_t
vector_const_view_t
vector_view_t
Mode
arpack_solver()
operator()()
operator()()
dim()
in_vector_n()
out_vector_n()
workspace_vector()
nconv()
eigenvalues()
eigenvectors()
schur_vectors()
residual_vector()
Bx_available()
Bx_vector()
stats()
ezarpack::arpack_solver< Complex, Backend >::exact_shifts_f
ezarpack::arpack_solver< Complex, Backend >::params_t
ezarpack::arpack_solver< Complex, Backend >::stats_t
- Specializations of the
mpi::arpack_solver
class templateezarpack/mpi/solver_symmetric.hpp
- symmetric real eigenproblemsezarpack::mpi::arpack_solver< Symmetric, Backend >
real_vector_t
real_matrix_t
int_vector_t
real_vector_view_t
real_vector_const_view_t
real_matrix_const_view_t
vector_const_view_t
vector_view_t
Mode
arpack_solver()
arpack_solver()
operator()()
operator()()
dim()
mpi_comm()
local_block_start()
local_block_size()
in_vector_n()
out_vector_n()
workspace_vector()
nconv()
eigenvalues()
eigenvectors()
residual_vector()
Bx_available()
Bx_vector()
stats()
ezarpack::mpi::arpack_solver< Symmetric, Backend >::exact_shifts_f
ezarpack::mpi::arpack_solver< Symmetric, Backend >::params_t
ezarpack::mpi::arpack_solver< Symmetric, Backend >::stats_t
ezarpack/mpi/solver_asymmetric.hpp
- general real eigenproblemsezarpack::mpi::arpack_solver< Asymmetric, Backend >
real_vector_t
real_matrix_t
complex_vector_t
complex_matrix_t
int_vector_t
real_vector_view_t
real_vector_const_view_t
real_matrix_const_view_t
vector_const_view_t
vector_view_t
Mode
arpack_solver()
arpack_solver()
operator()()
operator()()
dim()
mpi_comm()
local_block_start()
local_block_size()
in_vector_n()
out_vector_n()
workspace_vector()
nconv()
eigenvalues()
eigenvalues()
eigenvectors()
schur_vectors()
residual_vector()
Bx_available()
Bx_vector()
stats()
ezarpack::mpi::arpack_solver< Asymmetric, Backend >::exact_shifts_f
ezarpack::mpi::arpack_solver< Asymmetric, Backend >::params_t
ezarpack::mpi::arpack_solver< Asymmetric, Backend >::stats_t
ezarpack/mpi/solver_complex.hpp
- general complex eigenproblemsezarpack::mpi::arpack_solver< Complex, Backend >
real_vector_t
complex_vector_t
complex_matrix_t
int_vector_t
complex_vector_view_t
complex_vector_const_view_t
complex_matrix_const_view_t
vector_const_view_t
vector_view_t
Mode
arpack_solver()
arpack_solver()
operator()()
operator()()
dim()
mpi_comm()
local_block_start()
local_block_size()
in_vector_n()
out_vector_n()
workspace_vector()
nconv()
eigenvalues()
eigenvectors()
schur_vectors()
residual_vector()
Bx_available()
Bx_vector()
stats()
ezarpack::mpi::arpack_solver< Complex, Backend >::exact_shifts_f
ezarpack::mpi::arpack_solver< Complex, Backend >::params_t
ezarpack::mpi::arpack_solver< Complex, Backend >::stats_t
- Data storage backends
ezarpack/storages/base.hpp
- definition ofstorage_traits
structureezarpack/storages/eigen.hpp
- Eigen 3ezarpack::eigen_storage
ezarpack::storage_traits< eigen_storage >
vector
matrix
vector_view
vector_const_view
matrix_view
matrix_const_view
real_vector_type
complex_vector_type
int_vector_type
real_matrix_type
complex_matrix_type
real_vector_view_type
real_vector_const_view_type
complex_vector_view_type
complex_vector_const_view_type
real_matrix_const_view_type
complex_matrix_const_view_type
make_real_vector()
make_complex_vector()
make_int_vector()
make_real_matrix()
make_complex_matrix()
destroy()
destroy()
resize()
resize()
get_data_ptr()
get_data_ptr()
get_col_spacing()
make_vector_view()
make_vector_view()
make_vector_const_view()
make_matrix_const_view()
make_matrix_const_view()
make_asymm_eigenvalues()
make_asymm_eigenvalues()
make_asymm_eigenvectors()
ezarpack/storages/blaze.hpp
- Blazeezarpack::blaze_storage
ezarpack::storage_traits< blaze_storage >
vector
matrix
vector_view
vector_const_view
matrix_view
matrix_const_view
real_vector_type
complex_vector_type
int_vector_type
real_matrix_type
complex_matrix_type
real_vector_view_type
real_vector_const_view_type
complex_vector_view_type
complex_vector_const_view_type
real_matrix_const_view_type
complex_matrix_const_view_type
make_real_vector()
make_complex_vector()
make_int_vector()
make_real_matrix()
make_complex_matrix()
destroy()
destroy()
resize()
resize()
get_data_ptr()
get_data_ptr()
get_col_spacing()
make_vector_view()
make_vector_view()
make_vector_const_view()
make_matrix_const_view()
make_matrix_const_view()
make_asymm_eigenvalues()
make_asymm_eigenvalues()
make_asymm_eigenvectors()
ezarpack/storages/armadillo.hpp
- Armadilloezarpack::armadillo_storage
ezarpack::storage_traits< armadillo_storage >
vector
matrix
vector_view
vector_const_view
matrix_view
matrix_const_view
real_vector_type
complex_vector_type
int_vector_type
real_matrix_type
complex_matrix_type
real_vector_view_type
real_vector_const_view_type
complex_vector_view_type
complex_vector_const_view_type
real_matrix_const_view_type
complex_matrix_const_view_type
make_real_vector()
make_complex_vector()
make_int_vector()
make_real_matrix()
make_complex_matrix()
destroy()
destroy()
resize()
resize()
get_data_ptr()
get_data_ptr()
get_col_spacing()
make_vector_view()
make_vector_view()
make_vector_const_view()
make_matrix_const_view()
make_matrix_const_view()
make_asymm_eigenvalues()
make_asymm_eigenvalues()
make_asymm_eigenvectors()
ezarpack/storages/ublas.hpp
- Boost uBLASezarpack::ublas_storage
ezarpack::storage_traits< ublas_storage >
vector
matrix
vector_view
vector_const_view
matrix_view
matrix_const_view
real_vector_type
complex_vector_type
int_vector_type
real_matrix_type
complex_matrix_type
real_vector_view_type
real_vector_const_view_type
complex_vector_view_type
complex_vector_const_view_type
real_matrix_const_view_type
complex_matrix_const_view_type
make_real_vector()
make_complex_vector()
make_int_vector()
make_real_matrix()
make_complex_matrix()
destroy()
destroy()
resize()
resize()
get_data_ptr()
get_data_ptr()
get_col_spacing()
make_vector_view()
make_vector_view()
make_vector_const_view()
make_matrix_const_view()
make_matrix_const_view()
make_asymm_eigenvalues()
make_asymm_eigenvalues()
make_asymm_eigenvectors()
ezarpack/storages/triqs.hpp
- TRIQS arraysezarpack::triqs_storage
ezarpack::storage_traits< triqs_storage >
vector
matrix
vector_view
vector_const_view
matrix_view
matrix_const_view
real_vector_type
complex_vector_type
int_vector_type
real_matrix_type
complex_matrix_type
real_vector_view_type
real_vector_const_view_type
complex_vector_view_type
complex_vector_const_view_type
real_matrix_const_view_type
complex_matrix_const_view_type
make_real_vector()
make_complex_vector()
make_int_vector()
make_real_matrix()
make_complex_matrix()
destroy()
destroy()
resize()
resize()
get_data_ptr()
get_data_ptr()
get_col_spacing()
make_vector_view()
make_vector_view()
make_vector_const_view()
make_matrix_const_view()
make_matrix_const_view()
make_asymm_eigenvalues()
make_asymm_eigenvalues()
make_asymm_eigenvectors()
ezarpack/storages/nda.hpp
- TRIQS/ndaezarpack::nda_storage
ezarpack::storage_traits< nda_storage >
vector
matrix
vector_view
vector_const_view
matrix_view
matrix_const_view
real_vector_type
complex_vector_type
int_vector_type
real_matrix_type
complex_matrix_type
real_vector_view_type
real_vector_const_view_type
complex_vector_view_type
complex_vector_const_view_type
real_matrix_const_view_type
complex_matrix_const_view_type
make_real_vector()
make_complex_vector()
make_int_vector()
make_real_matrix()
make_complex_matrix()
destroy()
destroy()
resize()
resize()
get_data_ptr()
get_data_ptr()
get_col_spacing()
make_vector_view()
make_vector_view()
make_vector_const_view()
make_matrix_const_view()
make_matrix_const_view()
make_asymm_eigenvalues()
make_asymm_eigenvalues()
make_asymm_eigenvectors()
ezarpack/storages/xtensor.hpp
- xtensorezarpack::xtensor_storage
ezarpack::storage_traits< xtensor_storage >
vector
matrix
vector_view
vector_const_view
matrix_view
matrix_const_view
real_vector_type
complex_vector_type
int_vector_type
real_matrix_type
complex_matrix_type
real_vector_view_type
real_vector_const_view_type
complex_vector_view_type
complex_vector_const_view_type
real_matrix_const_view_type
complex_matrix_const_view_type
make_real_vector()
make_complex_vector()
make_int_vector()
make_real_matrix()
make_complex_matrix()
destroy()
destroy()
resize()
resize()
get_data_ptr()
get_data_ptr()
get_col_spacing()
make_vector_view()
make_vector_view()
make_vector_const_view()
make_matrix_const_view()
make_matrix_const_view()
make_asymm_eigenvalues()
make_asymm_eigenvalues()
make_asymm_eigenvectors()
- Auxiliary headers
ezarpack/common.hpp
- declarations of common types and exceptionsezarpack/solver_base.hpp
- primaryarpack_solver
class templateezarpack/arpack_solver.hpp
- include allarpack_solver
specializationsezarpack/arpack.hpp
- low level C++ interface to FORTRAN routines of ARPACKezarpack/mpi/solver_base.hpp
- primarympi::arpack_solver
class templateezarpack/mpi/arpack_solver.hpp
- include allmpi::arpack_solver
specializationsezarpack/mpi/parpack.hpp
- low level C++ interface to FORTRAN routines of PARPACKezarpack/mpi/mpi_util.hpp
- MPI utility functionsezarpack/version.hpp
- ezARPACK version information