Class: Matrix::MatrixDetails

Inherits:
Struct
  • Object
show all
Defined in:
lib/quality_extensions/matrix/linked_vectors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#iObject

Returns the value of attribute i

Returns:

  • (Object)

    the current value of i



22
23
24
# File 'lib/quality_extensions/matrix/linked_vectors.rb', line 22

def i
  @i
end

#matrixObject

Returns the value of attribute matrix

Returns:

  • (Object)

    the current value of matrix



22
23
24
# File 'lib/quality_extensions/matrix/linked_vectors.rb', line 22

def matrix
  @matrix
end