Class: Algebra::SquareMatrix::EigenSystem

Inherits:
Struct
  • Object
show all
Defined in:
lib/algebra/linear-algebra.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addelmsObject

Returns the value of attribute addelms



58
59
60
# File 'lib/algebra/linear-algebra.rb', line 58

def addelms
  @addelms
end

#chpolyObject

Returns the value of attribute chpoly



58
59
60
# File 'lib/algebra/linear-algebra.rb', line 58

def chpoly
  @chpoly
end

#espacesObject

Returns the value of attribute espaces



58
59
60
# File 'lib/algebra/linear-algebra.rb', line 58

def espaces
  @espaces
end

#evaluesObject

Returns the value of attribute evalues



58
59
60
# File 'lib/algebra/linear-algebra.rb', line 58

def evalues
  @evalues
end

#evectorsObject

Returns the value of attribute evectors



58
59
60
# File 'lib/algebra/linear-algebra.rb', line 58

def evectors
  @evectors
end

#extfieldObject

Returns the value of attribute extfield



58
59
60
# File 'lib/algebra/linear-algebra.rb', line 58

def extfield
  @extfield
end

#factsObject

Returns the value of attribute facts



58
59
60
# File 'lib/algebra/linear-algebra.rb', line 58

def facts
  @facts
end

#rootsObject

Returns the value of attribute roots



58
59
60
# File 'lib/algebra/linear-algebra.rb', line 58

def roots
  @roots
end

#tmatrixObject

Returns the value of attribute tmatrix



58
59
60
# File 'lib/algebra/linear-algebra.rb', line 58

def tmatrix
  @tmatrix
end