matr-api
matr-api
API
matr
util
MatrixFactoryCache
RowMajorIndex
Determinant
ElementDivision
ElementDivision
ElementMultiplication
ElementMultiplication
Inverse
Matrix
Matrix
Builder
Requirements
MatrixAddition
MatrixEquality
MatrixFactory
MatrixFactory
MatrixMultiplication
MatrixNotInvertibleException
MatrixSubtraction
Submatrix
Submatrix
Requirements
Transpose
TupleSupport
MatrixTupleReader
RowTupleReader
TupleSupport
matr-api
/
matr
/
Submatrix
/
Requirements
Requirements
matr.Submatrix.Requirements
object
Requirements
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Requirements
.
type
Members list
Clear all
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
In this article
Attributes
Members list
Type members
Types