to_ary()
Returns L, U, P in an array
# File lib/matrix/lup_decomposition.rb, line 55 def to_ary [l, u, p] end