ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
hamilt::BaseMatrix< T > Member List

This is the complete list of members for hamilt::BaseMatrix< T >, including all inherited members.

add_array(T *array)hamilt::BaseMatrix< T >
add_array_ts(T *array)hamilt::BaseMatrix< T >inline
add_element(int mu, int nu, const T &value)hamilt::BaseMatrix< T >inline
allocate(T *data_array=nullptr, bool if_zero=false)hamilt::BaseMatrix< T >
allocatedhamilt::BaseMatrix< T >private
BaseMatrix(const int &nrow_, const int &ncol_, T *data_existed=nullptr)hamilt::BaseMatrix< T >
BaseMatrix(const BaseMatrix< T > &matrix)hamilt::BaseMatrix< T >
BaseMatrix(BaseMatrix< T > &&matrix)hamilt::BaseMatrix< T >
get_col_size() consthamilt::BaseMatrix< T >inline
get_memory_size() consthamilt::BaseMatrix< T >
get_pointer() consthamilt::BaseMatrix< T >inline
get_row_size() consthamilt::BaseMatrix< T >inline
get_value(const size_t &i_row, const size_t &j_col) consthamilt::BaseMatrix< T >inline
mtxhamilt::BaseMatrix< T >mutableprivate
ncol_localhamilt::BaseMatrix< T >private
nrow_localhamilt::BaseMatrix< T >private
operator=(const BaseMatrix &other)hamilt::BaseMatrix< T >
operator=(BaseMatrix &&other) noexcepthamilt::BaseMatrix< T >
set_size(const int &col_size_in, const int &row_size_in)hamilt::BaseMatrix< T >
set_zero()hamilt::BaseMatrix< T >
value_beginhamilt::BaseMatrix< T >private
~BaseMatrix()hamilt::BaseMatrix< T >