Add additional methods in SparseLU and Improve the naming conventions

This commit is contained in:
Desire NUENTSA
2013-01-25 20:38:26 +01:00
parent d58056bde4
commit 7f0f7ab5b4
18 changed files with 334 additions and 257 deletions

View File

@@ -12,6 +12,7 @@
#define SPARSELU_KERNEL_BMOD_H
namespace Eigen {
namespace internal {
/**
* \brief Performs numeric block updates from a given supernode to a single column
@@ -111,6 +112,7 @@ template <> struct LU_kernel_bmod<1>
}
};
} // end namespace Eigen
} // end namespace internal
} // end namespace Eigen
#endif // SPARSELU_KERNEL_BMOD_H