Current Path :
/
opt
/
alt
/
ruby18
/
share
/
ri
/
1.8
/
system
/
Matrix
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/ruby18/share/ri/1.8/system/Matrix/%2a%2a-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Matrix exponentiation. Defined for integer powers only. Equivalent to multiplying the matrix by itself N times. - !ruby/struct:SM::Flow::VERB body: " Matrix[[7,6], [3,9]] ** 2\n => 67 96\n 48 99\n" full_name: Matrix#** is_singleton: false name: "**" params: (other) visibility: public