()
| 2715 | |
| 2716 | var Equation = function () { |
| 2717 | function Equation() { |
| 2718 | _classCallCheck(this, Equation); |
| 2719 | |
| 2720 | this.inputRow = 0; |
| 2721 | this.inputValue = null; |
| 2722 | this.states = []; |
| 2723 | } |
| 2724 | |
| 2725 | /** |
| 2726 | * connects two matrices together by add |
nothing calls this directly
no test coverage detected