166 167 168 169
# File 'lib/csrmatrix.rb', line 166 def decomp_to_matrix() @matrix = Matrix.rows(self.decompose()) return @matrix end