Class: NMatrix::IO::Matlab::Mat5Reader::MatrixDataStruct
- Defined in:
- lib/nmatrix/io/mat5_reader.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#cells ⇒ Object
Returns the value of attribute cells.
-
#column_index ⇒ Object
Returns the value of attribute column_index.
-
#complex ⇒ Object
Returns the value of attribute complex.
-
#dimensions ⇒ Object
Returns the value of attribute dimensions.
-
#global ⇒ Object
Returns the value of attribute global.
-
#imaginary_part ⇒ Object
Returns the value of attribute imaginary_part.
-
#logical ⇒ Object
Returns the value of attribute logical.
-
#matlab_class ⇒ Object
Returns the value of attribute matlab_class.
-
#matlab_name ⇒ Object
Returns the value of attribute matlab_name.
-
#nonzero_max ⇒ Object
Returns the value of attribute nonzero_max.
-
#real_part ⇒ Object
Returns the value of attribute real_part.
-
#row_index ⇒ Object
Returns the value of attribute row_index.
Instance Attribute Details
#cells ⇒ Object
Returns the value of attribute cells
92 93 94 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 92 def cells @cells end |
#column_index ⇒ Object
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 |
#complex ⇒ Object
Returns the value of attribute complex
92 93 94 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 92 def complex @complex end |
#dimensions ⇒ Object
Returns the value of attribute dimensions
92 93 94 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 92 def dimensions @dimensions end |
#global ⇒ Object
Returns the value of attribute global
92 93 94 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 92 def global @global end |
#imaginary_part ⇒ Object
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 |
#logical ⇒ Object
Returns the value of attribute logical
92 93 94 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 92 def logical @logical end |
#matlab_class ⇒ Object
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_name ⇒ Object
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_max ⇒ Object
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_part ⇒ Object
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_index ⇒ Object
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 |