diff options
Diffstat (limited to 'js/Linear/CLSS_f.js')
-rw-r--r-- | js/Linear/CLSS_f.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/Linear/CLSS_f.js b/js/Linear/CLSS_f.js index 703a2bba..c861c59c 100644 --- a/js/Linear/CLSS_f.js +++ b/js/Linear/CLSS_f.js @@ -25,6 +25,14 @@ function CLSS_f() { return this.x; } CLSS_f.prototype.get = function CLSS_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; } CLSS_f.prototype.set = function CLSS_f() { this.A = parseFloat((arguments[0]["A"])) |