dot-partitionMatrix: Matrix partition

.partitionMatrixR Documentation

Matrix partition

Description

Partition a matrix into blocks.

Usage

.partitionMatrix(x, seprow, sepcol = seprow)

Arguments

x

A matrix.

seprow

A numeric vectors indicating sizes of blocks in rows.

sepcol

A numeric vectors indicating sizes of blocks in columns.

Value

List of blocks


vanduttran/dsMOdual documentation built on Jan. 19, 2025, 6:36 a.m.