feat:node-modules
This commit is contained in:
14
node_modules/mathjs/lib/cjs/expression/embeddedDocs/construction/sparse.js
generated
vendored
Normal file
14
node_modules/mathjs/lib/cjs/expression/embeddedDocs/construction/sparse.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.sparseDocs = void 0;
|
||||
const sparseDocs = exports.sparseDocs = {
|
||||
name: 'sparse',
|
||||
category: 'Construction',
|
||||
syntax: ['sparse()', 'sparse([a1, b1, ...; a1, b2, ...])', 'sparse([a1, b1, ...; a1, b2, ...], "number")'],
|
||||
description: 'Create a sparse matrix.',
|
||||
examples: ['sparse()', 'sparse([3, 4; 5, 6])', 'sparse([3, 0; 5, 0], "number")'],
|
||||
seealso: ['bignumber', 'boolean', 'complex', 'index', 'number', 'string', 'unit', 'matrix']
|
||||
};
|
||||
Reference in New Issue
Block a user