FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/function/matrix - webdeb/mathjs · GitHub
webdeb
/
mathjs
Public
forked from
josdejong/mathjs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
mathjs
src
function
matrix
on
develop
User selector
Datepicker
Commit history
Commits on Jun 8, 2023
fix: #2880 not possible to map cube root `cbrt` (#2966)
Show description for 3c59d1a
josdejong
authored
3c59d1a
View commit details
Copy full SHA for 3c59d1a
View code at this point
Browse repository at this point
Commits on May 15, 2023
Included math to syntax when missing (#2941)
dvd101x
authored
24a8087
View commit details
Copy full SHA for 24a8087
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
fix #2908: improve docs and examples of functions `partitionSelect`, `diff`, `expm1`, `round`, `nthRoots`, `sign`, `rigthArithShift`, `setIsSubset`, `setSize`, and the docs about units
josdejong
committed
151baca
View commit details
Copy full SHA for 151baca
View code at this point
Browse repository at this point
Commits on Feb 28, 2023
fix #2907: determinant of empty matrix should be 1
josdejong
committed
00cee87
View commit details
Copy full SHA for 00cee87
View code at this point
Browse repository at this point
Commits on Feb 23, 2023
fix a typo in the examples functions `distance`, `getMatrixDataType`, `subset`, and `max` (see #2902)
josdejong
committed
9669734
View commit details
Copy full SHA for 9669734
View code at this point
Browse repository at this point
feat: added chirp-z transform to calculate non-power-of-2 fft (#2900)
Show description for 5171871
cyavictor88
authored
5171871
View commit details
Copy full SHA for 5171871
View code at this point
Browse repository at this point
Commits on Feb 2, 2023
Fix #2891: functions `column` and `row` sometimes returning a scalar number
josdejong
committed
68b4b50
View commit details
Copy full SHA for 68b4b50
View code at this point
Browse repository at this point
Commits on Dec 5, 2022
fix: function `reshape` mutating the original matrix (see #2854)
josdejong
committed
27ffc78
View commit details
Copy full SHA for 27ffc78
View code at this point
Browse repository at this point
Commits on Nov 18, 2022
Fix the docs and types of `forEach`, which returns `void` (see #2840)
josdejong
committed
b050d5e
View commit details
Copy full SHA for b050d5e
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
fix #2834: wrong example for function `sqrtm` in the docs
josdejong
committed
d4ebe8a
View commit details
Copy full SHA for d4ebe8a
View code at this point
Browse repository at this point
Commits on Oct 8, 2022
Fix #2793: `math.flatten()` clones object values too (#2799)
Show description for 5754478
josdejong
and
Glen Whitney
authored
5754478
View commit details
Copy full SHA for 5754478
View code at this point
Browse repository at this point
Commits on Jul 23, 2022
Fix some (of many) issues in the inline function documentation
josdejong
committed
cb8658a
View commit details
Copy full SHA for cb8658a
View code at this point
Browse repository at this point
Commits on Jul 19, 2022
V11 with typed-function@3 (#2560)
Show description for 5932005
authored
5932005
View commit details
Copy full SHA for 5932005
View code at this point
Browse repository at this point
Commits on May 24, 2022
Feature: Implementation of fourier transform (#2540)
Show description for ca3229f
HanchaiN
and
josdejong
authored
ca3229f
View commit details
Copy full SHA for ca3229f
View code at this point
Browse repository at this point
Commits on Apr 29, 2022
Linting: StandardJS for src/, test/; Prettier for types/ (#2544)
Show description for 13a3d4c
ChristopherChudzicki
authored
13a3d4c
View commit details
Copy full SHA for 13a3d4c
View code at this point
Browse repository at this point
Commits on Apr 19, 2022
Feature: Implementation of Moore–Penrose inverse function (#2521)
Show description for 9759509
HanchaiN
and
josdejong
authored
9759509
View commit details
Copy full SHA for 9759509
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
Optimize functions (`det`) (#2516)
Show description for c3003be
HanchaiN
and
gwhitney
authored
c3003be
View commit details
Copy full SHA for c3003be
View code at this point
Browse repository at this point
Commits on Mar 23, 2022
fix(eigs): Correct tracking of transforms in generating complex eigenvectors (#2496)
Show description for bb434c8
gwhitney
authored
bb434c8
View commit details
Copy full SHA for bb434c8
View code at this point
Browse repository at this point
Commits on Mar 2, 2022
doc(map): Clarify the arguments to the callback (#2457)
Show description for b20fb20
gwhitney
and
josdejong
authored
b20fb20
View commit details
Copy full SHA for b20fb20
View code at this point
Browse repository at this point
Commits on Mar 1, 2022
fix(eigs): Handle matrices with complex entries (#2445)
Show description for 9d4ea92
gwhitney
and
josdejong
authored
9d4ea92
View commit details
Copy full SHA for 9d4ea92
View code at this point
Browse repository at this point
docs(subset): Improve documentation of indices (#2446)
Show description for dd1d08a
gwhitney
and
josdejong
authored
dd1d08a
View commit details
Copy full SHA for dd1d08a
View code at this point
Browse repository at this point
Commits on Jun 3, 2021
implemented inverse iteration for eigs
cshaa
committed
e093476
View commit details
Copy full SHA for e093476
View code at this point
Browse repository at this point
Commits on May 13, 2021
Fix error caused by round off issue in IE
josdejong
committed
bacfd5b
View commit details
Copy full SHA for bacfd5b
View code at this point
Browse repository at this point
Commits on May 12, 2021
Fix “AIAO-MIMO” of my previous PRs (#2210)
Show description for 435a6a0
cshaa
authored
435a6a0
View commit details
Copy full SHA for 435a6a0
View code at this point
Browse repository at this point
Commits on May 9, 2021
Some updates in the docs to make the doc generator happy
josdejong
committed
78ba2ee
View commit details
Copy full SHA for 78ba2ee
View code at this point
Browse repository at this point
rename createComplex to createComplexEigs to deduplicate (there is already a function createComplex)
josdejong
committed
df551dc
View commit details
Copy full SHA for df551dc
View code at this point
Browse repository at this point
Matrix creation and conversion methods (#2155)
Show description for d7a5693
cshaa
and
josdejong
authored
d7a5693
View commit details
Copy full SHA for d7a5693
View code at this point
Browse repository at this point
Commits on Apr 18, 2021
General eigenproblem algorithm (#1743)
Show description for 9e8deb5
cshaa
and
josdejong
authored
9e8deb5
View commit details
Copy full SHA for 9e8deb5
View code at this point
Browse repository at this point
Commits on Jan 31, 2021
Implement count based on size (#2092)
Show description for bf0eedf
Josef37
and
josdejong
authored
bf0eedf
View commit details
Copy full SHA for bf0eedf
View code at this point
Browse repository at this point
Commits on Jan 6, 2021
Extract reshape wildcard processing
Josef37
committed
b602e21
View commit details
Copy full SHA for b602e21
View code at this point
Browse repository at this point
Commits on Dec 31, 2020
Add numpy-like reshape wildcard
Josef37
committed
dcab052
View commit details
Copy full SHA for dcab052
View code at this point
Browse repository at this point
Add Julia-like reshape wildcard (wip)
Show description for e62bff8
Josef37
committed
e62bff8
View commit details
Copy full SHA for e62bff8
View code at this point
Browse repository at this point
Commits on Nov 2, 2020
Add missing file extensions on import
josdejong
committed
46b5102
View commit details
Copy full SHA for 46b5102
View code at this point
Browse repository at this point
Merge branch 'develop' into v8
Show description for 41c5e2f
josdejong
committed
41c5e2f
View commit details
Copy full SHA for 41c5e2f
View code at this point
Browse repository at this point
Commits on Oct 28, 2020
implementing rotate(w, theta) (#1992)
Show description for 5849038
rnd-debug
and
josdejong
authored
5849038
View commit details
Copy full SHA for 5849038
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL