Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LRT_infinite_dimensional_systems
conI
Commits
6faf9b7e
Commit
6faf9b7e
authored
Nov 04, 2020
by
Jakob Gabriel
Browse files
quantity.Discrete.l2norm: minor change in comments
parent
2a30f05d
Changes
1
Hide whitespace changes
Inline
Side-by-side
+quantity/Discrete.m
View file @
6faf9b7e
...
...
@@ -1916,7 +1916,8 @@ classdef (InferiorClasses = {?quantity.Symbolic}) Discrete ...
function
xNorm
=
l2norm
(
obj
,
integrationDomain
,
optArg
)
% l2norm calculates the l2 norm
% xNorm = sqrt(int x.' * weight * x ddomain).
% xNorm = sqrt(int(x.' * weight * x ddomain)). The integral is defined from the upper
% and lower bound of the respective domain.
%
% xNorm = l2norm(x) returns sqrt(int x.' * x ddomain), while the integral is
% performed over every domain
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment