factorial == Description === A flow that calculates the matrix product of two matrices. Root Diagram === Click image to navigate flow hierarchy. Features Used === * Root Flow * Connections between functions * Loop-back connections to accumulate an array, used to gather Numbers into array/number and then array/number into array/array/number (i.e. Matrix) * Initializing function inputs with values, once and constantly * Multiple connections into and out of functions * Library Functions `to_json`, `multiply`, `subtract` from `flowstdlib` * Library Functions `tap`, `compare` from `flowstdlib` * Use of aliases to refer to functions with different names inside a flow * Automatic array decomposing into the elements the array holds when target function input does not accept the array type Functions Diagram === This diagram shows the exploded diagram of all functions in all flows, and their connections. Click image to view functions graph.