DefaultSubmatrix

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

final class SubmatrixView[RowIdxTL <: Int, ColIdxTL <: Int, RowIdxBR <: Int, ColIdxBR <: Int, OrigR <: Int, OrigC <: Int, T](orig: Matrix[OrigR, OrigC, T])(using x$2: NonNegativeDimensions[RowIdxBR - RowIdxTL + 1, ColIdxBR - ColIdxTL + 1])(using x$3: ValueOf[RowIdxBR - RowIdxTL + 1], x$4: ValueOf[ColIdxBR - ColIdxTL + 1], x$5: ValueOf[RowIdxTL], x$6: ValueOf[ColIdxTL]) extends Matrix[RowIdxBR - RowIdxTL + 1, ColIdxBR - ColIdxTL + 1, T]

Givens

Inherited givens

given defaultSubmatrix[RowIdxTL <: Int, ColIdxTL <: Int, RowIdxBR <: Int, ColIdxBR <: Int, R <: Int, C <: Int, T](using x$1: WindowWithinShape[RowIdxTL, ColIdxTL, RowIdxBR, ColIdxBR, R, C], x$2: NonNegativeDimensions[RowIdxBR - RowIdxTL + 1, ColIdxBR - ColIdxTL + 1])(using x$3: ValueOf[RowIdxBR - RowIdxTL + 1], x$4: ValueOf[ColIdxBR - ColIdxTL + 1], x$5: ValueOf[RowIdxTL], x$6: ValueOf[ColIdxTL]): defaultSubmatrix[RowIdxTL, ColIdxTL, RowIdxBR, ColIdxBR, R, C, T]
Inherited from:
DefaultSubmatrix