UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

8 lines 289 B
export var kronDocs = { name: 'kron', category: 'Matrix', syntax: ['kron(x, y)'], description: 'Calculates the Kronecker product of 2 matrices or vectors.', examples: ['kron([[1, 0], [0, 1]], [[1, 2], [3, 4]])', 'kron([1,1], [2,3,4])'], seealso: ['multiply', 'dot', 'cross'] };