mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
merge
This commit is contained in:
@@ -645,6 +645,7 @@ template<typename SparseMatrixType> void sparse_basic(const SparseMatrixType& re
|
||||
|
||||
template<typename SparseMatrixType>
|
||||
void big_sparse_triplet(Index rows, Index cols, double density) {
|
||||
g_dense_op_sparse_count = 0; // Suppresses compiler warning.
|
||||
typedef typename SparseMatrixType::StorageIndex StorageIndex;
|
||||
typedef typename SparseMatrixType::Scalar Scalar;
|
||||
typedef Triplet<Scalar,Index> TripletType;
|
||||
|
||||
Reference in New Issue
Block a user