Public Types | Public Member Functions

sub_matrix< MatrixType > Class Template Reference

#include <qr.hpp>

Public Types

typedef MatrixType::value_type value_type

Public Member Functions

 sub_matrix (MatrixType &mat, range row_range, range col_range)
value_type operator() (size_t row, size_t col) const
size_t size1 () const
size_t size2 () const

template<typename MatrixType>
class viennacl::linalg::sub_matrix< MatrixType >


Member Typedef Documentation

typedef MatrixType::value_type value_type

Constructor & Destructor Documentation

sub_matrix ( MatrixType &  mat,
range  row_range,
range  col_range 
) [inline]

Member Function Documentation

value_type operator() ( size_t  row,
size_t  col 
) const [inline]
size_t size1 (  )  const [inline]
size_t size2 (  )  const [inline]

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