LA::NRSMat_from1< T > Class Template Reference

#include <smat.h>

Inheritance diagram for LA::NRSMat_from1< T >:

LA::NRSMat< T >

List of all members.

Public Member Functions

 NRSMat_from1 (const int n)
 NRSMat_from1 (const NRSMat< T > &rhs)
 NRSMat_from1 (const T &a, const int n)
 NRSMat_from1 (const T *a, const int n)
 NRSMat_from1 (const NRMat< T > &rhs)
 NRSMat_from1 (const NRVec< T > &rhs, const int n)
const T & operator() (const int i, const int j) const
T & operator() (const int i, const int j)


Detailed Description

template<typename T>
class LA::NRSMat_from1< T >

generate operators relating NRSMat<T> objects and scalars corresponding macro is defined in vec.h generate operators relating in general two NRSMat<T> objects corresponding macro is defined in vec.h class implementing NRSMat<T> funcitonality with indices running from 1 allmost all function members are inherited, only constructors are given explicitly
The documentation for this class was generated from the following file:


LA library home page http://www.pittnerovi.com/la .