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 Serializabletrait Producttrait Equalstrait Matrix[R, C, T]class Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait Builder[R, C, T]trait Matrix[R, C, T]class Objecttrait Matchableclass AnyShow all
object DefaultMatrixBuilder
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DefaultMatrixBuilder.type
trait DefaultMatrixFactory
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object DefaultMatrixFactory
object DefaultMatrixFactory extends DefaultMatrixFactory
Attributes
- Companion
- trait
- Supertypes
- Self type
-
DefaultMatrixFactory.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 Serializabletrait Producttrait Equalstrait Matrix[R, C, T]class Objecttrait Matchableclass AnyShow all
- Self type
-
In this article