Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NRMat< bool > Class Template Reference

#include <nrutil_mtl.h>

Inheritance diagram for NRMat< bool >:

NRMat< int > List of all members.

Public Member Functions

 NRMat ()
 NRMat (int n, int m)
 NRMat (const bool &a, int n, int m)
 NRMat (const bool *a, int n, int m)

template<>
class NRMat< bool >


Member Function Documentation

NRMat< bool >::NRMat const bool *  a,
int  n,
int  m
[inline]
 

Definition at line 167 of file nrutil_mtl.h.

00167                                            : NRMat<int>(n,m) {
00168                 for (int i=0; i< n; i++)
00169                         for (int j=0; j<m; j++)
00170                                 mymat[i][j] = *a++;}

NRMat< bool >::NRMat const bool &  a,
int  n,
int  m
[inline]
 

Definition at line 166 of file nrutil_mtl.h.

00166 : NRMat<int>(int(a),n,m) {}

NRMat< bool >::NRMat int  n,
int  m
[inline, explicit]
 

Reimplemented from NRMat< int >.

Definition at line 165 of file nrutil_mtl.h.

00165 : NRMat<int>(n,m) {}

NRMat< bool >::NRMat  )  [inline]
 

Reimplemented from NRMat< int >.

Definition at line 164 of file nrutil_mtl.h.

00164 : NRMat<int>() {}


The documentation for this class was generated from the following file:
Generated on Thu Nov 1 11:59:43 2007 for loon by  doxygen 1.3.9.1