Skip to content

非長方形Matrix

Kasugaccho edited this page May 1, 2019 · 3 revisions

非長方形Matrixとは

"行によって長さが異なるMatrix""非長方形Matrix" という。

一方、 "長方形の形をしたMatrix""長方形Matrix" という。

以下に例をイメージを示す。


長方形Matrix

##########
##########
##########
##########
##########

非長方形Matrix

##########
#######
#########
####
#######

Clone this wiki locally