template<class NestedDerived>
Rodin::Variational::Transpose<FunctionBase<NestedDerived>> class final

Transpose of a FunctionBase object.

Base classes

template<class Derived>
class FunctionBase<Transpose<FunctionBase<NestedDerived>>>
Base class for function objects which can be evaluated over a mesh.

Constructors, destructors, conversion operators

Transpose(const OperandType& m) constexpr
Constructs the Transpose matrix of the given matrix.

Public functions

auto copy() const -> Transpose* override noexcept
Copies the object and returns a non-owning pointer to the copied object.

Function documentation

template<class NestedDerived>
Transpose* Rodin::Variational::Transpose<FunctionBase<NestedDerived>><NestedDerived>::copy() const override noexcept

Copies the object and returns a non-owning pointer to the copied object.

Returns Non-owning pointer to the copied object.