[index] Algebra::MatrixAlgebraTriplet / Algebra::MatrixAlgebraQuint
(Class of Triplet of matrices)
This is the class of the matrix and the records of the right and left elementary diformations on it. There is a subclass of the quintet of matrices (Algebra::MatrixAlgebraQuint).
:new(matrix[, left[, right]])
body
left
right
to_a
[body, left, right]
.to_ary
dup
transpose
Returns the transpose of self. Same as
[type.new(body.transpose, right.transpose, left.transpose].
replace(other)
display
[i, j]
(i, j)
.rsize
csize
each_i
each_j
row!(i)
sswap_r!(i, j)
swap_r!(i, j)
swap_c!(i, j)
multiply_r!(i, c)
multiply_c!(j, c)
divide_r!(i, c)
divide_c!(j, c)
mix_r!(i, j[, c])
mix_c!(i, j[, c])
left_eliminate!
(Class of Quintet of matrices)
This is the class of the matrix and the records of the right and left elementary diformations on it and the reverses of them. There is a superclass of the triplet of matrices (Algebra::MatrixAlgebraTriplet).
lefti
righti
to_a
[body, left, right, lefti, righti]
.