Skip to content

Commit

Permalink
Update cpp/basix/math.h
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Scroggs <[email protected]>
  • Loading branch information
garth-wells and mscroggs authored Nov 18, 2024
1 parent 48725fc commit 5a54b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/basix/math.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ std::pair<std::vector<T>, std::vector<T>> eigh(std::span<const T> A,

/// @brief Solve A X = B.
/// @param[in] A The matrix.
/// @param[in] B Right-hand side matrix/vector.@brief
/// @param[in] B Right-hand side matrix/vector.
/// @return A^{-1} B.
template <std::floating_point T>
std::vector<T>
Expand Down

0 comments on commit 5a54b52

Please sign in to comment.