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

Returns:

  • (Object)

    the current value of addelms



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

def addelms
  @addelms
end

#chpolyObject

Returns the value of attribute chpoly

Returns:

  • (Object)

    the current value of chpoly



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

def chpoly
  @chpoly
end

#espacesObject

Returns the value of attribute espaces

Returns:

  • (Object)

    the current value of espaces



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

def espaces
  @espaces
end

#evaluesObject

Returns the value of attribute evalues

Returns:

  • (Object)

    the current value of evalues



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

def evalues
  @evalues
end

#evectorsObject

Returns the value of attribute evectors

Returns:

  • (Object)

    the current value of evectors



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

def evectors
  @evectors
end

#extfieldObject

Returns the value of attribute extfield

Returns:

  • (Object)

    the current value of extfield



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

def extfield
  @extfield
end

#factsObject

Returns the value of attribute facts

Returns:

  • (Object)

    the current value of facts



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

def facts
  @facts
end

#rootsObject

Returns the value of attribute roots

Returns:

  • (Object)

    the current value of roots



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

def roots
  @roots
end

#tmatrixObject

Returns the value of attribute tmatrix

Returns:

  • (Object)

    the current value of tmatrix



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

def tmatrix
  @tmatrix
end