File tree 2 files changed +35
-11
lines changed
lib/node_modules/@stdlib/blas/base/snrm2
2 files changed +35
-11
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ limitations under the License.
26
26
27
27
The [ L2-norm] [ l2-norm ] is defined as
28
28
29
- <!-- <equation class="equation" label="eq:l2_norm" align="center raw="\|\mathbf{x}\|_2 = \sqrt{\mathbf{x}^T\mathbf{x} }" alt="L2-norm definition."> -->
29
+ <!-- <equation class="equation" label="eq:l2_norm" align="center raw="\|\mathbf{x}\|_2 = \sqrt{x_0^2 + x_1^2 + \ldots + x_{N-1}^2 }" alt="L2-norm definition."> -->
30
30
31
- <div class =" equation " align =" center " data-raw-text =" \|\mathbf{x}\|_2 = \sqrt{\mathbf{x}^T\mathbf{x} } " data-equation =" eq:l2_norm " >
31
+ <div class =" equation " align =" center " data-raw-text =" \|\mathbf{x}\|_2 = \sqrt{x_0^2 + x_1^2 + \ldots + x_{N-1}^2 } " data-equation =" eq:l2_norm " >
32
32
<img src="https://cdn.rawgit.com/stdlib-js/stdlib/19e5f15ab257f0018399b51e1b16b9b132233829/lib/node_modules/@stdlib/blas/base/snrm2/docs/img/equation_l2_norm.svg" alt="L2-norm definition.">
33
33
<br>
34
34
</div >
You can’t perform that action at this time.
0 commit comments