Tesseract  3.02
GENERIC_MATRIX< T > Class Template Reference

#include <matrix.h>

Inheritance diagram for GENERIC_MATRIX< T >:
GENERIC_2D_ARRAY< T >

List of all members.

Public Member Functions

 GENERIC_MATRIX (int dimension, const T &empty)
int dimension () const

Detailed Description

template<class T>
class GENERIC_MATRIX< T >

Definition at line 180 of file matrix.h.


Constructor & Destructor Documentation

template<class T>
GENERIC_MATRIX< T >::GENERIC_MATRIX ( int  dimension,
const T &  empty 
) [inline]

Definition at line 185 of file matrix.h.


Member Function Documentation

template<class T>
int GENERIC_MATRIX< T >::dimension ( ) const [inline]

Definition at line 190 of file matrix.h.

{ return this->dim1(); }

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