mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
typo in variable name not revealed by ICC
This commit is contained in:
@@ -142,7 +142,7 @@ class PardisoImpl
|
|||||||
* See the PARDISO manual to know how to use it. */
|
* See the PARDISO manual to know how to use it. */
|
||||||
Array<Index,64,1>& pardisoParameterArray()
|
Array<Index,64,1>& pardisoParameterArray()
|
||||||
{
|
{
|
||||||
return m_param;
|
return m_iparm;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Performs a symbolic decomposition on the sparcity of \a matrix.
|
/** Performs a symbolic decomposition on the sparcity of \a matrix.
|
||||||
|
|||||||
Reference in New Issue
Block a user