summaryrefslogtreecommitdiff
path: root/js/Linear/TCLSS_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Linear/TCLSS_f.js')
-rw-r--r--js/Linear/TCLSS_f.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/js/Linear/TCLSS_f.js b/js/Linear/TCLSS_f.js
index dff30f43..e34653c0 100644
--- a/js/Linear/TCLSS_f.js
+++ b/js/Linear/TCLSS_f.js
@@ -27,6 +27,14 @@ function TCLSS_f() {
return this.x;
}
TCLSS_f.prototype.get = function TCLSS_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;
}
TCLSS_f.prototype.set = function TCLSS_f() {
this.A = parseFloat((arguments[0]["A"]))