Libraries
»
abst
(0.2.0)
»
Index
»
Abst
»
Matrix
»
#*
Method: Abst::Matrix#*
Defined in:
lib/include/matrix.rb
#
*
(other) ⇒
Object
Raises:
(
NotImplementedError
)
45 46 47
# File 'lib/include/matrix.rb', line 45
def
*
(
other
)
raise
NotImplementedError
end