Method: TwoDMatrix#decomp_to_matrix

Defined in:
lib/csrmatrix.rb

#decomp_to_matrixObject



166
167
168
169
# File 'lib/csrmatrix.rb', line 166

def decomp_to_matrix()
  @matrix = Matrix.rows(self.decompose())
  return @matrix
end