DefaultSubmatrix

matr.dflt.DefaultSubmatrix
See theDefaultSubmatrix companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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: ValueOf[(RowIdxBR - RowIdxTL) + 1], x$3: ValueOf[(ColIdxBR - ColIdxTL) + 1], x$4: ValueOf[RowIdxTL], x$5: ValueOf[ColIdxTL], x$6: NonNegativeDimensions[(RowIdxBR - RowIdxTL) + 1, (ColIdxBR - ColIdxTL) + 1]) extends Matrix[(RowIdxBR - RowIdxTL) + 1, (ColIdxBR - ColIdxTL) + 1, T]

Attributes

Supertypes
trait Matrix[(RowIdxBR - RowIdxTL) + 1, (ColIdxBR - ColIdxTL) + 1, T]
class Object
trait Matchable
class Any

Givens

Inherited 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]

Attributes

Inherited from:
DefaultSubmatrix