mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 01:29:35 +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
|
\code
|
||||||
typedef Eigen::Triplet<double> T;
|
typedef Eigen::Triplet<double> T;
|
||||||
std::vector<T> tripletList;
|
std::vector<T> tripletList;
|
||||||
triplets.reserve(estimation_of_entries);
|
tripletList.reserve(estimation_of_entries);
|
||||||
for(...)
|
for(...)
|
||||||
{
|
{
|
||||||
// ...
|
// ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user