VinaLC: Parallel Molecular Docking Program

Biochemical and Biophysical Systems Group
VinaLC version: 1.1.2

strictly_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
 
 strictly_triangular_matrix ()
 
 strictly_triangular_matrix (sz n, const T &filler_val)
 
void resize (sz n, const T &filler_val)
 
void append (const strictly_triangular_matrix< T > &m, const T &filler_val)
 
void append (const matrix< T > &rectangular, const strictly_triangular_matrix< T > &triangular)
 
VINA_MATRIX_DEFINE_OPERATORS sz dim () const
 

Private Attributes

std::vector< T > m_data
 
sz m_dim
 

Constructor & Destructor Documentation

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

Member Function Documentation

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

Referenced by strictly_triangular_matrix< distance_type >::index_permissive().

Here is the caller graph for this function:

template<typename T>
sz strictly_triangular_matrix< T >::index_permissive ( sz  i,
sz  j 
) const
inline
template<typename T>
void strictly_triangular_matrix< T >::resize ( sz  n,
const T &  filler_val 
)
inline

Referenced by strictly_triangular_matrix< distance_type >::append(), and nr_update_matrixes().

Here is the caller graph for this function:

template<typename T>
void strictly_triangular_matrix< T >::append ( const strictly_triangular_matrix< T > &  m,
const T &  filler_val 
)
inline

Referenced by strictly_triangular_matrix< distance_type >::append(), and non_rigid_parsed::mobility_matrix().

Here is the caller graph for this function:

template<typename T>
void strictly_triangular_matrix< T >::append ( const matrix< T > &  rectangular,
const strictly_triangular_matrix< T > &  triangular 
)
inline

Member Data Documentation

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

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