Searched refs:Triplet (Results 1 – 11 of 11) sorted by relevance
/external/google-fruit/include/fruit/impl/meta/ |
D | triplet.h | 27 struct Triplet { struct 36 using type = Triplet<First, Second, Third>; argument
|
D | graph.h | 75 Triplet<VisitedSet, Vector<Node>, Bool<false>>,
|
/external/eigen/Eigen/src/SparseCore/ |
D | SparseUtil.h | 154 class Triplet 157 Triplet() : m_row(0), m_col(0), m_value(0) {} 159 Triplet(const StorageIndex& i, const StorageIndex& j, const Scalar& v = Scalar(0))
|
/external/eigen/doc/special_examples/ |
D | Tutorial_sparse_example.cpp | 5 typedef Eigen::Triplet<double> T;
|
D | Tutorial_sparse_example_details.cpp | 6 typedef Eigen::Triplet<double> T;
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | ConstrainedConjGrad.h | 61 typedef Triplet<double> T; in pseudo_inverse()
|
/external/eigen/doc/ |
D | SparseQuickReference.dox | 62 std::vector< Eigen::Triplet<double> > tripletList; 68 <td>A complete example is available at \link TutorialSparseFilling Triplet Insertion \endlink.</td>
|
D | TutorialSparse.dox | 97 … \c SparseMatrix<double>, and a triplet list of the same scalar type \c Triplet<double>. A triple… 198 typedef Eigen::Triplet<double> T; 211 See the SparseMatrix::setFromTriplets() function and class Triplet for more details.
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | BlockSparseMatrix.h | 89 typedef typename Iterator::value_type Triplet; 90 bool operator()(const Triplet& a, const Triplet& b)
|
D | MarketIO.h | 146 typedef Triplet<Scalar,Index> T; in loadMarket()
|
/external/eigen/test/ |
D | sparse_basic.cpp | 361 typedef Triplet<Scalar,StorageIndex> TripletType; in sparse_basic() 622 typedef Triplet<Scalar,Index> TripletType; in big_sparse_triplet()
|