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



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

def cells
  @cells
end

#column_indexObject

Returns the value of attribute column_index



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

def column_index
  @column_index
end

#complexObject

Returns the value of attribute complex



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

def complex
  @complex
end

#dimensionsObject

Returns the value of attribute dimensions



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

def dimensions
  @dimensions
end

#globalObject

Returns the value of attribute global



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

def global
  @global
end

#imaginary_partObject

Returns the value of attribute imaginary_part



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

def imaginary_part
  @imaginary_part
end

#logicalObject

Returns the value of attribute logical



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

def logical
  @logical
end

#matlab_classObject

Returns the value of attribute matlab_class



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

def matlab_class
  @matlab_class
end

#matlab_nameObject

Returns the value of attribute matlab_name



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

def matlab_name
  @matlab_name
end

#nonzero_maxObject

Returns the value of attribute nonzero_max



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

def nonzero_max
  @nonzero_max
end

#real_partObject

Returns the value of attribute real_part



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

def real_part
  @real_part
end

#row_indexObject

Returns the value of attribute row_index



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

def row_index
  @row_index
end