UNPKG

nerdamer-ts

Version:

javascript light-weight symbolic math expression evaluator

12 lines 457 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.matgetrow = void 0; const Matrix_1 = require("../../../../Types/Matrix"); const Symbol_1 = require("../../../../Types/Symbol"); function matgetrow(matrix, i) { if (i.isConstant()) return new Matrix_1.Matrix(matrix.elements[i]); return (0, Symbol_1.symfunction)('matgetrow', arguments); } exports.matgetrow = matgetrow; //# sourceMappingURL=matgetrow.js.map