mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Clean up informal language, vague TODOs, and dead code in comments
libeigen/eigen!2191 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -105,7 +105,7 @@ struct sparse_eval<T, Rows, 1, Flags> {
|
||||
typedef SparseVector<Scalar_, ColMajor, StorageIndex_> type;
|
||||
};
|
||||
|
||||
// TODO this seems almost identical to plain_matrix_type<T, Sparse>
|
||||
// TODO: consider unifying with plain_matrix_type<T, Sparse>.
|
||||
template <typename T, int Rows, int Cols, int Flags>
|
||||
struct sparse_eval {
|
||||
typedef typename traits<T>::Scalar Scalar_;
|
||||
|
||||
Reference in New Issue
Block a user