dina-agi
Version:
DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.
14 lines (13 loc) • 409 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.schurDocs = void 0;
const schurDocs = exports.schurDocs = {
name: 'schur',
category: 'Algebra',
syntax: ['schur(A)'],
description: 'Performs a real Schur decomposition of the real matrix A = UTU\'',
examples: ['schur([[1, 0], [-4, 3]])', 'A = [[1, 0], [-4, 3]]', 'schur(A)'],
seealso: ['lyap', 'sylvester']
};