Exemplo n.º 1
0
[[nodiscard]] auto jacobian_determinant(matrix_type const& jacobian)
{
    return jacobian.determinant();
}