관리-도구
편집 파일: %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