mirror of
https://github.com/orange-cpp/omath.git
synced 2026-06-15 11:44:34 +00:00
fix
This commit is contained in:
@@ -398,7 +398,7 @@ namespace omath
|
|||||||
{
|
{
|
||||||
const auto det = determinant();
|
const auto det = determinant();
|
||||||
|
|
||||||
if (std::abs(det) < std::numeric_limits<Type>::epsilon())
|
if (internal::abs(det) < std::numeric_limits<Type>::epsilon())
|
||||||
return std::nullopt;
|
return std::nullopt;
|
||||||
|
|
||||||
const auto transposed_mat = transposed();
|
const auto transposed_mat = transposed();
|
||||||
|
|||||||
Reference in New Issue
Block a user