This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
mathjs
Watch
1
Star
0
Fork
0
You've already forked mathjs
mirror of
https://github.com/josdejong/mathjs.git
synced
2025-12-08 19:46:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mathjs
/
lib
/
function
/
matrix
History
josdejong
5481b0a663
Introduced an option
math.options.matrix.default
which can have values
matrix
(default) or
array
. This option is used by the functions
eye
,
ones
,
range
, and
zeros
, to determine the type of matrix output.
2013-10-01 20:37:28 +02:00
..
concat.js
added all files in lib/
2013-08-14 15:39:21 +04:00
det.js
added all files in lib/
2013-08-14 15:39:21 +04:00
diag.js
Introduced an option
math.options.matrix.default
which can have values
matrix
(default) or
array
. This option is used by the functions
eye
,
ones
,
range
, and
zeros
, to determine the type of matrix output.
2013-10-01 20:37:28 +02:00
eye.js
Introduced an option
math.options.matrix.default
which can have values
matrix
(default) or
array
. This option is used by the functions
eye
,
ones
,
range
, and
zeros
, to determine the type of matrix output.
2013-10-01 20:37:28 +02:00
inv.js
Introduced an option
math.options.matrix.default
which can have values
matrix
(default) or
array
. This option is used by the functions
eye
,
ones
,
range
, and
zeros
, to determine the type of matrix output.
2013-10-01 20:37:28 +02:00
ones.js
Introduced an option
math.options.matrix.default
which can have values
matrix
(default) or
array
. This option is used by the functions
eye
,
ones
,
range
, and
zeros
, to determine the type of matrix output.
2013-10-01 20:37:28 +02:00
range.js
Introduced an option
math.options.matrix.default
which can have values
matrix
(default) or
array
. This option is used by the functions
eye
,
ones
,
range
, and
zeros
, to determine the type of matrix output.
2013-10-01 20:37:28 +02:00
size.js
Implemented support for booleans in all relevant functions
2013-09-02 21:36:52 +02:00
squeeze.js
Introduced an option
math.options.matrix.default
which can have values
matrix
(default) or
array
. This option is used by the functions
eye
,
ones
,
range
, and
zeros
, to determine the type of matrix output.
2013-10-01 20:37:28 +02:00
subset.js
Replaced functions
get
and
set
of Matrix with a single function
subset
2013-08-31 21:20:02 +02:00
transpose.js
Introduced an option
math.options.matrix.default
which can have values
matrix
(default) or
array
. This option is used by the functions
eye
,
ones
,
range
, and
zeros
, to determine the type of matrix output.
2013-10-01 20:37:28 +02:00
zeros.js
Introduced an option
math.options.matrix.default
which can have values
matrix
(default) or
array
. This option is used by the functions
eye
,
ones
,
range
, and
zeros
, to determine the type of matrix output.
2013-10-01 20:37:28 +02:00