mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-13 18:37:27 +08:00
fix minor typo in doc
This commit is contained in:
parent
357fe3641d
commit
1edb396542
@ -211,7 +211,7 @@ Here is a typical usage example:
|
||||
\code
|
||||
typedef Eigen::Triplet<double> T;
|
||||
std::vector<T> tripletList;
|
||||
triplets.reserve(estimation_of_entries);
|
||||
tripletList.reserve(estimation_of_entries);
|
||||
for(...)
|
||||
{
|
||||
// ...
|
||||
|
Loading…
x
Reference in New Issue
Block a user