Requirements

matr.Submatrix.Requirements
object Requirements

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type WindowWithinShape[RowIdxTL <: Int, ColIdxTL <: Int, RowIdxBR <: Int, ColIdxBR <: Int, R <: Int, C <: Int] = ((RowIdxTL >= 0) && ((RowIdxTL + 1) < R) && (ColIdxTL >= 0) && ((ColIdxTL + 1) < C) && (RowIdxBR >= RowIdxTL) && (RowIdxBR < R) && (ColIdxBR >= ColIdxTL) && (ColIdxBR < C)) =:= true