MCPcopy Create free account
hub / github.com/avaxman/Directional / setFromTriplets

Method setFromTriplets

external/eigen/Eigen/src/SparseCore/SparseMatrix.h:1363–1366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361template<typename Scalar, int Options_, typename StorageIndex_>
1362template<typename InputIterators>
1363void SparseMatrix<Scalar,Options_,StorageIndex_>::setFromTriplets(const InputIterators& begin, const InputIterators& end)
1364{
1365 internal::set_from_triplets<InputIterators, SparseMatrix<Scalar,Options_,StorageIndex_> >(begin, end, *this, internal::scalar_sum_op<Scalar,Scalar>());
1366}
1367
1368/** The same as setFromTriplets but when duplicates are met the functor \a dup_func is applied:
1369 * \code

Callers 15

polyvector_precomputeFunction · 0.45
integrateFunction · 0.45
curl_matrix_2DFunction · 0.45
poisson_disk_samplingFunction · 0.45
conf_gradient_matrix_2DFunction · 0.45
branched_gradientFunction · 0.45
setup_mesherFunction · 0.45
sparse_blockFunction · 0.45
setup_integrationFunction · 0.45
d0_matrixFunction · 0.45

Calls

no outgoing calls

Tested by 2

sparse_basicFunction · 0.36
big_sparse_tripletFunction · 0.36