Class: IntMDMatrix

Inherits:
FixPointMDMatrix show all
Defined in:
lib/colt/matrix/hierarchy.rb

Direct Known Subclasses

IntMDMatrix1D, IntMDMatrix2D, IntMDMatrix3D

Instance Attribute Summary

Attributes inherited from MDMatrix

#coerced, #colt_algebra, #colt_matrix, #colt_property, #mdarray

Attributes included from Colt::Property

#colt_matrix, #colt_property

Instance Method Summary collapse

Methods inherited from FixPointMDMatrix

#singular?

Methods inherited from MDMatrix

#add, arange, build, #coerce, #copy, #div, double, #each, #each_with_counter, #fill, #fill_cond, #flip, float, from_colt_matrix, from_mdarray, fromfunction, #get, init_with, int, linspace, long, #next, #normalize!, ones, #print, #rank, #reduce, #region, #reset_traversal, #reshape!, #set, #shape, #size, #sub, #sum, typed_arange

Methods included from Colt::Property

#check_rectangular, #check_square, #density, #diagonal?, #diagonally_dominant_by_column?, #diagonally_dominant_by_row?, #equals?, #generate_non_singular!, #identity?, #lower_bandwidth, #lower_bidiagonal?, #lower_triangular?, #non_negative?, #orthogonal?, #positive?, #properties, #semi_bandwidth, #singular?, #skew_symmetric?, #square?, #strictly_lower_triangular?, #strictly_triangular?, #strictly_upper_triangular?, #symmetric?, #tolerance, #tolerance=, #triangular?, #tridiagonal?, #unit_triangular?, #upper_bandwidth, #upper_bidiagonal?, #upper_triangular?, #zero?

Constructor Details

#initialize(mdarray, colt_matrix) ⇒ IntMDMatrix





209
210
211
# File 'lib/colt/matrix/hierarchy.rb', line 209

def initialize(mdarray, colt_matrix)
  super(mdarray, colt_matrix, IntProperty.new)
end