VinaLC: Parallel Molecular Docking Program

Biochemical and Biophysical Systems Group
VinaLC version: 1.1.2

matrix< T > Class Template Reference

#include <matrix.h>

Public Member Functions

sz index (sz i, sz j) const
 
 matrix ()
 
 matrix (sz i, sz j, const T &filler_val)
 
void resize (sz m, sz n, const T &filler_val)
 
void append (const matrix< T > &x, const T &filler_val)
 
VINA_MATRIX_DEFINE_OPERATORS sz dim_1 () const
 
sz dim_2 () const
 

Private Attributes

std::vector< T > m_data
 
sz m_i
 
sz m_j
 

Constructor & Destructor Documentation

template<typename T>
matrix< T >::matrix ( )
inline
template<typename T>
matrix< T >::matrix ( sz  i,
sz  j,
const T &  filler_val 
)
inline

Member Function Documentation

template<typename T>
sz matrix< T >::index ( sz  i,
sz  j 
) const
inline
template<typename T>
void matrix< T >::resize ( sz  m,
sz  n,
const T &  filler_val 
)
inline

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

Here is the caller graph for this function:

template<typename T>
void matrix< T >::append ( const matrix< T > &  x,
const T &  filler_val 
)
inline
template<typename T>
sz matrix< T >::dim_2 ( ) const
inline

Member Data Documentation

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

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