예제 #1
0
[[nodiscard]] auto jacobian_determinant(matrix_type const& jacobian)
{
    return jacobian.determinant();
}