split_matrix: Split Big Matrix

View source: R/split_matrix.R

split_matrixR Documentation

Split Big Matrix

Description

Splits a big matrix in sub matrices using Kronecker product

Usage

split_matrix(M, r, c)

Arguments

M

the matrix

r

the rows of desired cut.

c

the columns of desired cut.

Value

the splitted matrix


Marga8/HDGCvar documentation built on May 25, 2024, 11:12 a.m.