lapack::repsym< C > Struct Template Reference

Inheritance diagram for lapack::repsym< C >:

linalg::rep1d< C > List of all members.

Detailed Description

template<class C>
struct lapack::repsym< C >

Class of mat_rep derived from linalg::rep1d<C> including the number of rows nbrow_ and the number of columns nbcol_ of the matrix. The matrix is stored by column in the array linalg::rep1d<C>.

Definition at line 27 of file lasym2d.h.

Public Types

typedef C * col_iterator
typedef stride_iterator< C,
C *, size_type
row_iterator
typedef C value_type
typedef unsigned int size_type
typedef C * iterator
typedef iterator const_iterator
typedef std::reverse_iterator<
const_iterator
const_reverse_iterator
typedef std::reverse_iterator<
iterator
reverse_iterator

Public Member Functions

 repsym ()
 repsym (const rep< C > &v)
 repsym (size_type i, size_type j=1)
 repsym (size_type i, size_type j, C *t)
 repsym (size_type i, size_type j, C *t, char c)
 repsym (const char *nm)
repsym< C > & operator= (const repsym< C > &v)
C & operator() (size_type i, size_type j)
const C & operator() (size_type i, size_type j) const
size_type nbrow () const
size_type nbcol () const
void resize (const size_type &n)
size_type size () const
iterator begin ()
const_iterator begin () const
iterator end ()
const_iterator end () const
reverse_iterator rbegin ()
const_reverse_iterator rbegin () const
reverse_iterator rend ()
const_reverse_iterator rend () const
C & operator[] (size_type i)
const C & operator[] (size_type i) const

Public Attributes

size_type nbrow_
size_type nbcol_
size_type lda_
size_type size_
C * tab_


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

SYNAPS DOCUMENTATION
logo