votca 2024.2-dev
|
#include <aopotential.h>
Public Member Functions | |
Index | Dimension () |
const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > & | Matrix () const |
Protected Member Functions | |
Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | Fill (const AOBasis &aobasis) const |
virtual void | FillBlock (Eigen::Block< Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > > &matrix, const AOShell &shell_row, const AOShell &shell_col) const =0 |
Protected Attributes | |
Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > | aopotential_ |
Definition at line 36 of file aopotential.h.
|
inline |
Definition at line 38 of file aopotential.h.
|
protected |
Definition at line 27 of file aopotential.cc.
|
protectedpure virtual |
|
inline |
Definition at line 39 of file aopotential.h.
|
protected |
Definition at line 49 of file aopotential.h.