Loading...
Searching...
No Matches
linear_form.hpp File Reference
#include <concepts>
#include "vector.hpp"

Go to the source code of this file.

Namespaces

namespace  terra
 
namespace  terra::linalg
 Contains linear algebra utilities and functions for the Terra project.
 

Concepts

concept  terra::linalg::LinearFormLike
 Concept for types that behave like linear forms.
 

Functions

template<LinearFormLike LinearForm>
void terra::linalg::apply (LinearForm &L, typename LinearForm::DstVectorType &dst)
 Apply a linear form and write to a destination vector.