mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-23 18:20:47 +08:00
The sparse quick reference guide is not ready
This commit is contained in:
parent
1b9097644d
commit
b202c5ed2f
@ -29,7 +29,6 @@ For a first contact with Eigen, the best place is to have a look at the \ref Get
|
||||
- \ref TutorialSparse
|
||||
- \ref TutorialMapClass
|
||||
- \ref QuickRefPage
|
||||
- \ref SparseQuickRefPage
|
||||
- <b>Advanced topics</b>
|
||||
- \ref TopicAliasing
|
||||
- \ref TopicLazyEvaluation
|
||||
|
@ -193,17 +193,6 @@ The following functions are useful to extract a block of rows (resp. columns) fr
|
||||
sm2 = sm1.selfadjointview<Lower>(); // Build a selfadjoint matrix from the lower part of sm1.
|
||||
\endcode
|
||||
|
||||
\section Uncategorized Miscellaneous
|
||||
??? Internal low-level functions to insert the values in the matrix ???
|
||||
\code
|
||||
// Start a new inner column (resp. row) for a row major (resp. column major)
|
||||
sm1.startVec(k);
|
||||
// Insert the element v_ij assuming the nonzero does not already exist and that the new coefficient is the last one according to the storage order.
|
||||
sm1.insertBack(i, j) = v;
|
||||
sm1.insertBackByOuterInner(i, j) = v;
|
||||
sm1.insertBackByOuterInnerUnordered()
|
||||
sm1.finalize(); // Finalize a low level insertion of values
|
||||
\endcode
|
||||
|
||||
*/
|
||||
}
|
Loading…
Reference in New Issue
Block a user