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
91 92 93 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 91 def cells @cells end |
#column_index ⇒ Object
Returns the value of attribute column_index
91 92 93 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 91 def column_index @column_index end |
#complex ⇒ Object
Returns the value of attribute complex
91 92 93 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 91 def complex @complex end |
#dimensions ⇒ Object
Returns the value of attribute dimensions
91 92 93 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 91 def dimensions @dimensions end |
#global ⇒ Object
Returns the value of attribute global
91 92 93 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 91 def global @global end |
#imaginary_part ⇒ Object
Returns the value of attribute imaginary_part
91 92 93 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 91 def imaginary_part @imaginary_part end |
#logical ⇒ Object
Returns the value of attribute logical
91 92 93 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 91 def logical @logical end |
#matlab_class ⇒ Object
Returns the value of attribute matlab_class
91 92 93 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 91 def matlab_class @matlab_class end |
#matlab_name ⇒ Object
Returns the value of attribute matlab_name
91 92 93 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 91 def matlab_name @matlab_name end |
#nonzero_max ⇒ Object
Returns the value of attribute nonzero_max
91 92 93 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 91 def nonzero_max @nonzero_max end |
#real_part ⇒ Object
Returns the value of attribute real_part
91 92 93 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 91 def real_part @real_part end |
#row_index ⇒ Object
Returns the value of attribute row_index
91 92 93 |
# File 'lib/nmatrix/io/mat5_reader.rb', line 91 def row_index @row_index end |