diff options
Diffstat (limited to 'js/Linear/DLSS_f.js')
-rw-r--r-- | js/Linear/DLSS_f.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/Linear/DLSS_f.js b/js/Linear/DLSS_f.js index 4afd0f91..cd486c1c 100644 --- a/js/Linear/DLSS_f.js +++ b/js/Linear/DLSS_f.js @@ -24,6 +24,14 @@ function DLSS_f() { return this.x; } DLSS_f.prototype.get = function DLSS_f() { + var options = { + A:["A matrix",this.A], + B:["B matrix",this.B], + C:["C matrix",this.C], + D:["D matrix",this.D], + x0:["Initial state",this.x0], + } + return options; } DLSS_f.prototype.set = function DLSS_f() { this.A = parseFloat((arguments[0]["A"])) |