package owl-base
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml Scientific and Engineering Computing - Base
Install
dune-project
Dependency
Authors
Maintainers
Sources
owl-1.0.2.tbz
sha256=38d210ce6c1c2f09631fd59951430e4f364b5ae036c71ed1b32ce559b2a29263
sha512=c468100556445384b9c6adad9c37b5a9b8c27db8be35f61979e65fafa88c60221b8bda0a9c06cfbbc8d4e216a1ed08a315dfefb45bb4f5f15aa82d4358f57567
doc/owl-base/Owl_exception/index.html
Module Owl_exception
Core function
``check p e`` raises the exception ``e`` if the predicate ``p`` is ``false``, otherwise returns ``unit``.
Parameters: * ``p``: predicate to check. * ``e``: exception to raise.
Returns: * ``unit``
``verify p f`` calls the function ``f`` which further raises an exception if the predicate ``p`` is ``false``, otherwise returns ``unit``.
Parameters: * ``p``: predicate to check. * ``f``: function to raise the exception.
Returns: * ``unit``
``to_string e`` converts an exception into a string containing more detailed information for debugging the code.
val pp_exception : Format.formatter -> exn -> unit``pp_exception`` is the pretty printer for Owl exceptions.
Exception definition
Invalid matrix shapes for matrix dot product.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page