Clean inclusion, namespace definition, and documentation of SparseLU

This commit is contained in:
Gael Guennebaud
2013-01-12 11:55:16 +01:00
parent 50625834e6
commit 38fa432e07
18 changed files with 235 additions and 145 deletions

View File

@@ -29,6 +29,9 @@
*/
#ifndef SPARSELU_PIVOTL_H
#define SPARSELU_PIVOTL_H
namespace Eigen {
/**
* \brief Performs the numerical pivotin on the current column of L, and the CDIV operation.
*
@@ -123,4 +126,7 @@ int SparseLUBase<Scalar,Index>::LU_pivotL(const int jcol, const RealScalar diagp
lu_col_ptr[k] *= temp;
return 0;
}
#endif
} // end namespace Eigen
#endif // SPARSELU_PIVOTL_H