Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

smIdentity Class Template Reference

#include <Smatrix.hpp>

Inheritance diagram for smIdentity::

smatrix List of all members.

Public Methods

 smIdentity (size_t dim)

template<class t>
class smIdentity< t >


Constructor & Destructor Documentation

template<class t>
smIdentity< t >::smIdentity size_t    dim [inline]
 

Definition at line 1054 of file Smatrix.hpp.

01054                            : smatrix<t>(dim, dim, dim)
01055     {
01056         for(size_t i = 1; i <= dim; i++)
01057             insert(i, i, t(1));
01058     }


The documentation for this class was generated from the following file:
Generated on Sun Oct 14 18:49:46 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001