feat:node-modules
This commit is contained in:
8
node_modules/mathjs/lib/esm/expression/embeddedDocs/construction/matrix.js
generated
vendored
Normal file
8
node_modules/mathjs/lib/esm/expression/embeddedDocs/construction/matrix.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export var matrixDocs = {
|
||||
name: 'matrix',
|
||||
category: 'Construction',
|
||||
syntax: ['[]', '[a1, b1, ...; a2, b2, ...]', 'matrix()', 'matrix("dense")', 'matrix([...])'],
|
||||
description: 'Create a matrix.',
|
||||
examples: ['[]', '[1, 2, 3]', '[1, 2, 3; 4, 5, 6]', 'matrix()', 'matrix([3, 4])', 'matrix([3, 4; 5, 6], "sparse")', 'matrix([3, 4; 5, 6], "sparse", "number")'],
|
||||
seealso: ['bignumber', 'boolean', 'complex', 'index', 'number', 'string', 'unit', 'sparse']
|
||||
};
|
||||
Reference in New Issue
Block a user