All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Private Attributes | Friends | List of all members
fmatvec::GeneralMatrix< T > Class Template Reference

wrapper class for nurbs surface interpolating data point More...

#include <nurbs_defs.h>

Public Member Functions

 GeneralMatrix (int nrows_, int ncols_)
 
 GeneralMatrix (const GeneralMatrix< T > &m)
 
GeneralMatrix< T > & operator= (const GeneralMatrix< T > &m)
 
T & operator() (int i, int j)
 
T const & operator() (int i, int j) const
 
int rows () const
 
int cols () const
 
void resize (int nrows_, int ncols_)
 

Private Attributes

int nrows
 
int ncols
 
T * data
 

Friends

template<typename J >
std::ostream & operator<< (std::ostream &os, const GeneralMatrix< J > &A)
 

Detailed Description

template<typename T>
class fmatvec::GeneralMatrix< T >

wrapper class for nurbs surface interpolating data point


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

Impressum / Disclaimer / Datenschutz Generated by doxygen 1.8.5 Valid HTML