DefaultSubmatrix

matr.dflt.DefaultSubmatrix
See theDefaultSubmatrix companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Givens

Givens

given defaultSubmatrix[RowIdxTL <: Int, ColIdxTL <: Int, RowIdxBR <: Int, ColIdxBR <: Int, R <: Int, C <: Int, T](using ValueOf[(RowIdxBR - RowIdxTL) + 1], ValueOf[(ColIdxBR - ColIdxTL) + 1], ValueOf[RowIdxTL], ValueOf[ColIdxTL], WindowWithinShape[RowIdxTL, ColIdxTL, RowIdxBR, ColIdxBR, R, C], NonNegativeDimensions[(RowIdxBR - RowIdxTL) + 1, (ColIdxBR - ColIdxTL) + 1]): Submatrix[RowIdxTL, ColIdxTL, RowIdxBR, ColIdxBR, R, C, T]