29 #ifndef __MatrixTriplet_H
30 #define __MatrixTriplet_H 1
61 std::vector<int>
const& _Ti, std::vector<int>
const& _Tj, std::vector<double>
const& _Tx )
107 int const* Ti()
const
111 int const* Tj()
const
115 value_type
const* Tx()
const
143 std::vector<int> M_Ti;
144 std::vector<int> M_Tj;
145 std::vector<value_type> M_Tx;
brief description
Definition: matrixtriplet.hpp:43