VinaLC: Parallel Molecular Docking Program

Biochemical and Biophysical Systems Group
VinaLC version: 1.1.2

triangular_matrix< T > Class Template Reference

#include <matrix.h>

Public Member Functions

sz index (sz i, sz j) const
 
sz index_permissive (sz i, sz j) const
 
 triangular_matrix ()
 
 triangular_matrix (sz n, const T &filler_val)
 
VINA_MATRIX_DEFINE_OPERATORS sz dim () const
 

Private Attributes

std::vector< T > m_data
 
sz m_dim
 

Constructor & Destructor Documentation

template<typename T>
triangular_matrix< T >::triangular_matrix ( )
inline
template<typename T>
triangular_matrix< T >::triangular_matrix ( sz  n,
const T &  filler_val 
)
inline

Member Function Documentation

template<typename T>
sz triangular_matrix< T >::index ( sz  i,
sz  j 
) const
inline

Referenced by triangular_matrix< precalculate_element >::index_permissive().

Here is the caller graph for this function:

template<typename T>
sz triangular_matrix< T >::index_permissive ( sz  i,
sz  j 
) const
inline

Referenced by precalculate::index_permissive(), and minus_mat_vec_product().

Here is the caller graph for this function:

template<typename T>
VINA_MATRIX_DEFINE_OPERATORS sz triangular_matrix< T >::dim ( ) const
inline

Referenced by bfgs_update(), minus_mat_vec_product(), precalculate::precalculate(), set_diagonal(), and precalculate::widen().

Here is the caller graph for this function:

Member Data Documentation

template<typename T>
std::vector<T> triangular_matrix< T >::m_data
private

The documentation for this class was generated from the following file: