.I	Matrix.I
.[]	Matrix.[]
.column_vector	Matrix.column_vector
.columns	Matrix.columns
.diagonal	Matrix.diagonal
.identity	Matrix.I
.new	Object.new
.row_vector	Matrix.row_vector
.rows	Matrix.rows
.scalar	Matrix.scalar
.unit	Matrix.I
.zero	Matrix.zero
#*	Matrix#*
#**	Matrix#**
#+	Matrix#+
#-	Matrix#-
#/	Matrix#/
#==	Object#==
#===	Object#===
#=~	Object#=~
#[]	Matrix#[]
#__id__	Object#__id__
#__send__	Object#__send__
#_dump	Object#_dump
#class	Object#class
#clone	Object#clone
#coerce	Matrix#coerce
#collect	Matrix#collect
#column	Matrix#column
#column_size	Matrix#column_size
#column_vectors	Matrix#column_vectors
#compare_by_row_vectors	Matrix#compare_by_row_vectors
#dclone	Object#dclone
#det	Matrix#det
#determinant	Matrix#det
#display	Object#display
#dup	Object#clone
#eql?	Object#eql?
#equal?	Object#equal?
#extend	Object#extend
#freeze	Object#freeze
#frozen?	Object#frozen?
#hash	Object#hash
#id	Object#__id__
#initialize	Object#initialize
#initialize_copy	Object#initialize_copy
#inspect	Object#inspect
#instance_eval	Object#instance_eval
#instance_of?	Object#instance_of?
#instance_variable_defined?	Object#instance_variable_defined?
#instance_variable_get	Object#instance_variable_get
#instance_variable_set	Object#instance_variable_set
#instance_variables	Object#instance_variables
#inv	Matrix#inv
#inverse	Matrix#inv
#inverse_from	Matrix#inverse_from
#is_a?	Object#is_a?
#kind_of?	Object#is_a?
#map	Matrix#collect
#marshal_dump	Object#marshal_dump
#marshal_load	Object#marshal_load
#method	Object#method
#method_missing	Object#method_missing
#methods	Object#methods
#minor	Matrix#minor
#nil?	Object#nil?
#object_id	Object#__id__
#power	Matrix#**
#pretty_inspect	Object#pretty_inspect
#pretty_print	Object#pretty_print
#pretty_print_cycle	Object#pretty_print_cycle
#pretty_print_inspect	Object#pretty_print_inspect
#pretty_print_instance_variables	Object#pretty_print_instance_variables
#private_methods	Object#private_methods
#protected_methods	Object#protected_methods
#public_methods	Object#public_methods
#rank	Matrix#rank
#regular?	Matrix#regular?
#remove_instance_variable	Object#remove_instance_variable
#respond_to?	Object#respond_to?
#row	Matrix#row
#row_size	Matrix#row_size
#row_vectors	Matrix#row_vectors
#send	Object#__send__
#singleton_method_added	Object#singleton_method_added
#singleton_method_removed	Object#singleton_method_removed
#singleton_method_undefined	Object#singleton_method_undefined
#singleton_methods	Object#singleton_methods
#singular?	Matrix#singular?
#square?	Matrix#square?
#t	Matrix#t
#taint	Object#taint
#tainted?	Object#tainted?
#to_a	Matrix#to_a
#to_ary	Object#to_ary
#to_f	Matrix#to_f
#to_hash	Object#to_hash
#to_i	Matrix#to_i
#to_int	Object#to_int
#to_io	Object#to_io
#to_proc	Object#to_proc
#to_r	Matrix#to_r
#to_regexp	Object#to_regexp
#to_s	Object#to_s
#to_str	Object#to_str
#to_yaml	Object#to_yaml
#to_yaml_properties	Object#to_yaml_properties
#to_yaml_style	Object#to_yaml_style
#tr	Matrix#tr
#trace	Matrix#tr
#transpose	Matrix#t
#type	Object#class
#untaint	Object#untaint
