Skip to content

[stdlib_linalg] matrix property checks #499

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 37 commits into from
Dec 31, 2021
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
3d86036
Add all single input chekcs
ghbrown Aug 21, 2021
6d9848f
Fix is_diagonal and add some tests
ghbrown Aug 24, 2021
4c5fdf1
Add is_symmetric and is_skew_symmetric tests
ghbrown Aug 25, 2021
f28bb47
Add tests for is_skew_symmetric and start is_triangular tests
ghbrown Aug 26, 2021
857a9bb
Start complex is_triangular tests
ghbrown Aug 27, 2021
a14af3b
Add final tests
ghbrown Aug 28, 2021
bdae9ae
Style changes
ghbrown Aug 28, 2021
e1f07e6
Separate calls to check in tests
ghbrown Aug 30, 2021
55e0dd0
Extend is_hamiltonian to real types and add is_hamiltonian tests
ghbrown Aug 31, 2021
fd8fcf1
Replace A_shape with size() calls
ghbrown Sep 2, 2021
3196fea
Add docs and examples
ghbrown Sep 6, 2021
c31200f
Add stdlib_error dependency to stdlib_linalg for GNU make
ghbrown Sep 6, 2021
ce2722d
Add missing slash to broken GNU makefile
ghbrown Sep 6, 2021
0da0d7d
Change (.not * .eq *) to (* .ne. *) for brevity
ghbrown Sep 27, 2021
1a9ddb3
Switch to modern relational operators
ghbrown Sep 28, 2021
ed42211
Change style of output comments in docs
ghbrown Sep 29, 2021
58346ff
Remove doubled check for squareness
ghbrown Oct 4, 2021
a759929
Make zero variables into parameters
ghbrown Oct 4, 2021
1915bbb
Clarify return value documentation
ghbrown Oct 4, 2021
677c577
Change to more specific documentation URLs
ghbrown Oct 4, 2021
080b552
update links for FORD
jvdp1 Oct 4, 2021
9412890
Merge pull request #1 from jvdp1/linalg_link
ghbrown Oct 4, 2021
6f6f5ac
Separate out matrix property checks tests
ghbrown Oct 11, 2021
c3d07a1
Merge branch 'matrix_property_checks' of github.com:ghbrown/stdlib in…
ghbrown Oct 11, 2021
8324fa7
Merge branch 'master' into matrix_property_checks
ghbrown Oct 11, 2021
12be97b
Add back optval dependencies accidentally removed in merge conflict r…
ghbrown Oct 11, 2021
d0a4a76
Remove redundant tests after separation
ghbrown Oct 16, 2021
0a0137b
After catch up merge
ghbrown Dec 27, 2021
74abe0f
Add fypp version of is_square
ghbrown Dec 27, 2021
ecc38d1
Settle on global style for fypp templating and add is_diagonal and is…
ghbrown Dec 27, 2021
009e22c
Implement all tests with testdrive and fypp
ghbrown Dec 27, 2021
03306f1
Add missing source file to manual makefile
ghbrown Dec 27, 2021
58fc9a2
Add missing separator for line break
ghbrown Dec 27, 2021
09e333f
Correct error in fypp templating
ghbrown Dec 28, 2021
c7c8bcd
Fix GNU makefiles and cleanup cmake and fypp fixes
ghbrown Dec 28, 2021
8d36da6
Blank line insertion and deletion
ghbrown Dec 28, 2021
60f0fa6
Remove hash files generated during testing
ghbrown Dec 31, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove redundant tests after separation
  • Loading branch information
ghbrown committed Oct 16, 2021
commit d0a4a76e1946f260669eb4937bf483224ba916b0
Loading