TemplateTNT::Matrix class Reference
Main Page Namespace List Compound List File List Namespace Members Compound Members File Members
Copyright By PowCoder代写 加微信 powcoder
TNT::Matrix Class Template Reference
#include
List of all members.
Public Types
typedef Subscript size_type
typedef T value_type
typedef T element_type
typedef T* pointer
typedef T* iterator
typedef T& reference
typedef const T* const_iterator
typedef const T& const_reference
Public Methods
Subscript lbound () const
operator T ** ()
operator T ** () const
Subscript size () const
Matrix (const Matrix< T > &A)
Matrix (Subscript M, Subscript N, const T &value=T())
Matrix (Subscript M, Subscript N, const T *v)
Matrix (Subscript M, Subscript N, const char *s)
~Matrix ()
Matrix
Matrix
Matrix
Subscript dim (Subscript d) const
Subscript num_rows () const
Subscript num_cols () const
T* operator[] (Subscript i)
const T* operator[] (Subscript i) const
reference operator() (Subscript i)
const_reference operator() (Subscript i) const
reference operator() (Subscript i, Subscript j)
const_reference operator() (Subscript i, Subscript j) const
Protected Attributes
Subscript m_
Subscript n_
Subscript mn_
T** rowm1_
Detailed Description
template
[Deprecatred] Value-based Matrix class from pre-1.0 TNT version. Provides a row-oriented, 0-based [i][j] and 1-based (i,j) indexing. Kept here for backward compatiblity, but should use the newer TNT::Array2D classes instead.
Member Typedef Documentation
template
typedef const T * TNT::Matrix
template
typedef const T & TNT::Matrix
template
typedef T TNT::Matrix
template
typedef T * TNT::Matrix
template
typedef T * TNT::Matrix
template
typedef T & TNT::Matrix
template
typedef Subscript TNT::Matrix
template
typedef T TNT::Matrix
Constructor & Destructor Documentation
template
TNT::Matrix
template
TNT::Matrix
const Matrix< T > & A )
template
TNT::Matrix
Subscript M,
Subscript N,
const T & value = T() )
template
TNT::Matrix
Subscript M,
Subscript N,
const T * v )
template
TNT::Matrix
Subscript M,
Subscript N,
const char * s )
template
TNT::Matrix
Member Function Documentation
template
Subscript TNT::Matrix
Subscript d ) const
template
Subscript TNT::Matrix
) const [inline]
template
Matrix
Subscript M,
Subscript N )
template
Subscript TNT::Matrix
) const [inline]
template
Subscript TNT::Matrix
) const [inline]
template
TNT::Matrix
) const [inline]
template
TNT::Matrix
) [inline]
template
const_reference TNT::Matrix
Subscript i,
Subscript j ) const [inline]
template
reference TNT::Matrix
Subscript i,
Subscript j ) [inline]
template
const_reference TNT::Matrix
Subscript i ) const [inline]
template
reference TNT::Matrix
Subscript i ) [inline]
template
Matrix
const T & scalar )
template
Matrix
const Matrix< T > & A )
template
const T * TNT::Matrix
Subscript i ) const [inline]
template
T * TNT::Matrix
Subscript i ) [inline]
template
Subscript TNT::Matrix
) const [inline]
Member Data Documentation
template
Subscript TNT::Matrix
template
Subscript TNT::Matrix
template
Subscript TNT::Matrix
template
T ** TNT::Matrix
template
T ** TNT::Matrix
template
T * TNT::Matrix
template
T * TNT::Matrix
The documentation for this class was generated from the following file: tnt_cmat.h
Generated at Thu Jun 26 17:26:24 2003 for Template Numerical Toolkit (TNT) by
1.2.5 written by Dimitri van Heesch,
© 1997-2001
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com