Class: Algebra::SquareMatrix::EigenSystem
- Defined in:
- lib/algebra/linear-algebra.rb
Instance Attribute Summary collapse
-
#addelms ⇒ Object
Returns the value of attribute addelms.
-
#chpoly ⇒ Object
Returns the value of attribute chpoly.
-
#espaces ⇒ Object
Returns the value of attribute espaces.
-
#evalues ⇒ Object
Returns the value of attribute evalues.
-
#evectors ⇒ Object
Returns the value of attribute evectors.
-
#extfield ⇒ Object
Returns the value of attribute extfield.
-
#facts ⇒ Object
Returns the value of attribute facts.
-
#roots ⇒ Object
Returns the value of attribute roots.
-
#tmatrix ⇒ Object
Returns the value of attribute tmatrix.
Instance Attribute Details
#addelms ⇒ Object
Returns the value of attribute addelms
58 59 60 |
# File 'lib/algebra/linear-algebra.rb', line 58 def addelms @addelms end |
#chpoly ⇒ Object
Returns the value of attribute chpoly
58 59 60 |
# File 'lib/algebra/linear-algebra.rb', line 58 def chpoly @chpoly end |
#espaces ⇒ Object
Returns the value of attribute espaces
58 59 60 |
# File 'lib/algebra/linear-algebra.rb', line 58 def espaces @espaces end |
#evalues ⇒ Object
Returns the value of attribute evalues
58 59 60 |
# File 'lib/algebra/linear-algebra.rb', line 58 def evalues @evalues end |
#evectors ⇒ Object
Returns the value of attribute evectors
58 59 60 |
# File 'lib/algebra/linear-algebra.rb', line 58 def evectors @evectors end |
#extfield ⇒ Object
Returns the value of attribute extfield
58 59 60 |
# File 'lib/algebra/linear-algebra.rb', line 58 def extfield @extfield end |
#facts ⇒ Object
Returns the value of attribute facts
58 59 60 |
# File 'lib/algebra/linear-algebra.rb', line 58 def facts @facts end |
#roots ⇒ Object
Returns the value of attribute roots
58 59 60 |
# File 'lib/algebra/linear-algebra.rb', line 58 def roots @roots end |
#tmatrix ⇒ Object
Returns the value of attribute tmatrix
58 59 60 |
# File 'lib/algebra/linear-algebra.rb', line 58 def tmatrix @tmatrix end |