matr.dflt

package matr.dflt

Members list

Type members

Classlikes

case class DefaultDenseMatrix[R <: Int, C <: Int, T](elements: Array[T])(using x$2: ValueOf[R], x$3: ValueOf[C], x$4: NonNegativeDimensions[R, C]) extends Matrix[R, C, T]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Matrix[R, C, T]
class Object
trait Matchable
class Any
Show all
Self type
case class DefaultMatrixBuilder[R <: Int, C <: Int, T]()(using x$1: ValueOf[R], x$2: ValueOf[C], x$3: Numeric[T], x$4: NonNegativeDimensions[R, C]) extends Builder[R, C, T]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Builder[R, C, T]
trait Matrix[R, C, T]
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
case class DefaultSparseMatrix[R <: Int, C <: Int, T](elements: Map[(Int, Int), T])(using x$2: ValueOf[R], x$3: ValueOf[C], x$4: Numeric[T], x$5: NonNegativeDimensions[R, C]) extends Matrix[R, C, T]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Matrix[R, C, T]
class Object
trait Matchable
class Any
Show all
Self type