Feel++ 0.91.0
Feel::MatrixTriplet< T > Class Template Reference

brief description More...

#include <matrixtriplet.hpp>

List of all members.

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

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