Logo  0.95.0-final
Finite Element Embedded Library and Language in C++
Feel++ Feel++ on Github Feel++ community
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Feel::MatrixTriplet< T > Class Template Reference

#include <matrixtriplet.hpp>

Detailed Description

template<typename T>
class Feel::MatrixTriplet< T >

brief description

Author
Christophe Prud'homme
See Also
Version
Id:
devel.el,v 1.1.1.1 2001/05/23 21:11:14 prudhomm Exp

Public Types

Typedefs
typedef T value_type
 

Public Member Functions

Constructors, destructor
 MatrixTriplet (int nr, int nc, std::vector< int > const &_Ti, std::vector< int > const &_Tj, std::vector< double > const &_Tx)
 
 MatrixTriplet (MatrixTriplet const &mt)
 
 ~MatrixTriplet ()
 
Accessors
int nrows () const
 
int ncols () const
 
int nz () const
 
int const * Ti () const
 
int const * Tj () const
 
value_type const * Tx () const
 

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

Generated on Sun Dec 22 2013 13:11:20 for Feel++ by doxygen 1.8.5