OverlayMatrixExtension<T> extension

on

Methods

overlay(Matrix<T> base, {DataType<T>? dataType, Matrix<bool>? mask, int? rowOffset, int? colOffset}) Matrix<T>
Returns a mutable view where this matrix is overlaid on top of a provided base matrix. This happens either by using the given rowOffset and colOffset, or using a boolean mask.