Class: NMatrix::IO::Matlab::Mat5Reader::MatrixDataStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/nmatrix/io/mat5_reader.rb

Direct Known Subclasses

MatrixData

Instance Attribute Summary collapse

Instance Attribute Details

#cellsObject

Returns the value of attribute cells

Returns:

  • (Object)

    the current value of cells



91
92
93
# File 'lib/nmatrix/io/mat5_reader.rb', line 91

def cells
  @cells
end

#column_indexObject

Returns the value of attribute column_index

Returns:

  • (Object)

    the current value of column_index



91
92
93
# File 'lib/nmatrix/io/mat5_reader.rb', line 91

def column_index
  @column_index
end

#complexObject

Returns the value of attribute complex

Returns:

  • (Object)

    the current value of complex



91
92
93
# File 'lib/nmatrix/io/mat5_reader.rb', line 91

def complex
  @complex
end

#dimensionsObject

Returns the value of attribute dimensions

Returns:

  • (Object)

    the current value of dimensions



91
92
93
# File 'lib/nmatrix/io/mat5_reader.rb', line 91

def dimensions
  @dimensions
end

#globalObject

Returns the value of attribute global

Returns:

  • (Object)

    the current value of global



91
92
93
# File 'lib/nmatrix/io/mat5_reader.rb', line 91

def global
  @global
end

#imaginary_partObject

Returns the value of attribute imaginary_part

Returns:

  • (Object)

    the current value of imaginary_part



91
92
93
# File 'lib/nmatrix/io/mat5_reader.rb', line 91

def imaginary_part
  @imaginary_part
end

#logicalObject

Returns the value of attribute logical

Returns:

  • (Object)

    the current value of logical



91
92
93
# File 'lib/nmatrix/io/mat5_reader.rb', line 91

def logical
  @logical
end

#matlab_classObject

Returns the value of attribute matlab_class

Returns:

  • (Object)

    the current value of matlab_class



91
92
93
# File 'lib/nmatrix/io/mat5_reader.rb', line 91

def matlab_class
  @matlab_class
end

#matlab_nameObject

Returns the value of attribute matlab_name

Returns:

  • (Object)

    the current value of matlab_name



91
92
93
# File 'lib/nmatrix/io/mat5_reader.rb', line 91

def matlab_name
  @matlab_name
end

#nonzero_maxObject

Returns the value of attribute nonzero_max

Returns:

  • (Object)

    the current value of nonzero_max



91
92
93
# File 'lib/nmatrix/io/mat5_reader.rb', line 91

def nonzero_max
  @nonzero_max
end

#real_partObject

Returns the value of attribute real_part

Returns:

  • (Object)

    the current value of real_part



91
92
93
# File 'lib/nmatrix/io/mat5_reader.rb', line 91

def real_part
  @real_part
end

#row_indexObject

Returns the value of attribute row_index

Returns:

  • (Object)

    the current value of row_index



91
92
93
# File 'lib/nmatrix/io/mat5_reader.rb', line 91

def row_index
  @row_index
end