mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
triangular solve... almost finished
This commit is contained in:
@@ -110,7 +110,7 @@ class SuperNodalMatrix
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the pointers to the beginning of each column in \ref outerIndexPtr()
|
||||
* Return the pointers to the beginning of each column in \ref valuePtr()
|
||||
*/
|
||||
Index* colIndexPtr()
|
||||
{
|
||||
@@ -146,7 +146,13 @@ class SuperNodalMatrix
|
||||
return m_sup_to_col;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Return the number of supernodes
|
||||
*/
|
||||
int nsuper()
|
||||
{
|
||||
return m_nsuper;
|
||||
}
|
||||
class InnerIterator;
|
||||
class SuperNodeIterator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user