Project

General

Profile

Feature #10070 ยป add_methods_to_comments.patch

gogotanaka (Kazuki Tanaka), 07/19/2014 07:10 AM

View differences:

lib/matrix.rb
# * Matrix.zero(n)
# * Matrix.row_vector(row)
# * Matrix.column_vector(column)
# * Matrix.empty(row_count, column_count)
#
# To access Matrix elements/columns/rows/submatrices/properties:
# * #[](i, j)
......
# * #*(x) "is matrix or number"
# * #+(v)
# * #-(v)
# * #/(v)
# * #+@
# * #-@
#
    (1-1/1)