Skip to content
Snippets Groups Projects
Commit 9c72e72a authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Update a comment

parent 29538d73
Branches
Tags
1 merge request!1496IsDenseMatrix for transposed matrix-view
Pipeline #76835 passed
Pipeline: Dune Nightly Test

#76857

    ......@@ -81,9 +81,9 @@ namespace Impl {
    // Wrapper representing the transposed of a matrix.
    // Creating the wrapper does not compute anything
    // but only serves for tagging the wrapped matrix
    // for transposition. This class will store M by value.
    // To support reference-semantic, it supports using
    // M=std::reference_wrapper<OriginalMatrixType>.
    // for transposition. This class will store the matrix
    // of type `Matrix` by value. To support reference-semantic,
    // it supports using Matrix=std::reference_wrapper<OriginalMatrixType>.
    template<class Matrix>
    class TransposedMatrixWrapper :
    public TransposedMatrixWrapperMixin<ResolveRef_t<Matrix>>
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment