DefaultTranspose

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final class TransposeView[OrigR <: Int, OrigC <: Int, T](orig: Matrix[OrigR, OrigC, T])(using `x$2`: OrigC > 0 && OrigR > 0 =:= true)(using `x$3`: ValueOf[OrigR], `x$4`: ValueOf[OrigC]) extends Matrix[OrigC, OrigR, T]

Givens

Inherited givens

given defaultTranspose[R <: Int, C <: Int, T](using `x$1`: C > 0 && R > 0 =:= true)(using `x$2`: ValueOf[R], `x$3`: ValueOf[C]): Transpose[R, C, T]
Inherited from
DefaultTranspose