-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Hilbert/Banach space structures (#27401)
* change vecnorm to norm; introduce opnorm for matrix norms * fixed vecnorm -> norm in tests for IterativeEigenolvers, complex, offsetarray * dot,vecdot -> inner; deprecate vecdot * add dot(x,y)=inner(x,y) * use dot/inner instead of vecdot in test/offsetarray.jl * replace length with length(LinearIndices(... * const dot = inner * norm(x,p) uses norm(xi) instead of norm(xi,p) * update docstrings of norm and inner * fixed isapprox for UniformScaling * rename inner to dot * fix norm of RowVector and some docstrings as suggested by @Sacha0 * additional test in 'VecOrMat of Vectors' * removed a test in 'VecOrMat of Vectors' * change vecdot for sparse matrices to dot * added news * fixed typo in NEWS and test in givens.jl
- Loading branch information
1 parent
71ec240
commit d128b9c
Showing
28 changed files
with
322 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.