|
ergo
|
#include <iostream>#include "matrix_typedefs.h"#include "realtype.h"#include "matrix_utilities.h"#include "integral_matrix_wrappers.h"#include "SizesAndBlocks.h"#include "Matrix.h"#include "Vector.h"#include "MatrixSymmetric.h"#include "MatrixTriangular.h"#include "MatrixGeneral.h"#include "VectorGeneral.h"#include "output.h"#include "get_eigenvectors.h"Macros | |
| #define | SCALAR_TOL template_blas_sqrt(mat::getMachineEpsilon<real>()) |
Typedefs | |
| typedef ergo_real | real |
Functions | |
| template<typename Matrix> | |
| void | init_matrix (Matrix &X, const int N, const int M) |
| Create hierarchical matrix structure. | |
| void | get_matrix_from_full (std::vector< real > const &A, int N, int M, symmMatrix &X) |
| int | main () |
Variables | |
| mat::SizesAndBlocks | rows |
| mat::SizesAndBlocks | cols |
| #define SCALAR_TOL template_blas_sqrt(mat::getMachineEpsilon<real>()) |
| void get_matrix_from_full | ( | std::vector< real > const & | A, |
| int | N, | ||
| int | M, | ||
| symmMatrix & | X ) |
References A, and init_matrix().
Referenced by main().
| void init_matrix | ( | Matrix & | X, |
| const int | N, | ||
| const int | M ) |
Create hierarchical matrix structure.
| Matrix | type of the matrix (ex. symmMatrix) |
!!
Referenced by get_matrix_from_binary(), get_matrix_from_full(), get_matrix_from_full(), get_matrix_from_sparse(), get_random_sparse_blocks_matrix(), get_random_symm_matrix(), main(), sprandsym(), test1(), test2(), test3(), and test4().
| int main | ( | ) |
| mat::SizesAndBlocks cols |
Referenced by assign_from_full_matrix(), mat::MatrixGeneral< Treal, Tmatrix >::eucl(), mat::MatrixSymmetric< Treal, Tmatrix >::eucl(), mat::MatrixTriangular< Treal, Tmatrix >::eucl(), mat::euclIfSmall(), mat::EuclTruncationBase< Tmatrix, Treal >::EuclTruncationBase(), Ordering_col_wise::get(), Ordering_row_wise::get(), get_all_matrix_elements_nosymm(), SCF_restricted::get_expected_values_pos_operator(), get_Huckel_matrix_periodic(), mat::MatrixSymmetric< Treal, Tmatrix >::getSizesAndBlocksForFrobNormMat(), init_matrix(), init_matrix(), init_matrix(), main(), main(), mainFun(), mainFun(), print_matrix(), PurificationGeneral< MatrixType >::set_eigenvectors_params(), sprandsym(), test1(), test2(), test3(), and test4().
| mat::SizesAndBlocks rows |
Referenced by assign_from_full_matrix(), PurificationGeneral< MatrixType >::compute_eigenvector(), PurificationGeneral< MatrixType >::compute_eigenvectors_without_diagonalization(), PurificationGeneral< MatrixType >::compute_eigenvectors_without_diagonalization_on_F(), mat::EuclTruncationBase< Tmatrix, Treal >::EuclTruncationBase(), Ordering_col_wise::get(), Ordering_row_wise::get(), get_all_matrix_elements_nosymm(), GetDensFromFock::get_dens_from_fock_sparse(), SCF_restricted::get_expected_values_pos_operator(), get_Huckel_matrix_periodic(), mat::MatrixSymmetric< Treal, Tmatrix >::getSizesAndBlocksForFrobNormMat(), init_matrix(), init_matrix(), init_matrix(), main(), main(), mainFun(), mainFun(), print_matrix(), sprandsym(), test1(), test2(), test3(), and test4().