We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8a4ae commit ea4560bCopy full SHA for ea4560b
src/Multivariate/LowRankFun.jl
@@ -7,7 +7,13 @@ export LowRankFun
7
"""
8
LowRankFun(f, space::TensorSpace)
9
10
-Return an approximation to a bivariate function in low rank form.
+Return an approximation to a bivariate function in a low-rank form
11
+```math
12
+f(x,y) = \\sum_i \\sigma_i \\phi_i(x) \\psi_i(y)
13
+```
14
+where ``\\sigma_i`` represent the highest singular values,
15
+and ``\\phi_i(x)`` and ``\\psi_i(y)`` are orthogonal bases. The summation is truncated
16
+after an acceptable tolerance is reached.
17
18
# Examples
19
```jldoctest
0 commit comments