module NumRu::Misc

Overview

Miscellaneous functions and classes to facilitate programming.

Index

CLASSES

MODULES

MODULE FUNCTIONS

Module functions

check_shape_consistency(cshapes, *args)

Check the consistency of array shapes (multi-dim such as NArray). Exception is raised if inconsistent.

ARGUMENTS

RETURN VALUE

POSSIBLE EXCEPTIONS

EXAMPLES