-
-
Notifications
You must be signed in to change notification settings - Fork 81
非長方形Matrix
Kasugaccho edited this page Aug 17, 2019
·
3 revisions
"行によって長さが異なるMatrix" を "非長方形Matrix" という。
一方、 "全ての行の長さが等しいMatrix" を "長方形Matrix" という。
以下にイメージ例を示す。
##########
##########
##########
##########
##########
##########
#######
#########
####
#######
Copyright (c) 2018-2021 As Project.
Distributed under the Boost Software License, Version 1.0.(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)