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) • 376 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.pinvDocs = void 0;
const pinvDocs = exports.pinvDocs = {
name: 'pinv',
category: 'Matrix',
syntax: ['pinv(x)'],
description: 'Calculate the Moore–Penrose inverse of a matrix',
examples: ['pinv([1, 2; 3, 4])', 'pinv([[1, 0], [0, 1], [0, 1]])', 'pinv(4)'],
seealso: ['inv']
};