DFVector

dfhdl.core.DFVector$package.DFVector
object DFVector

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DFVector.type

Members list

Type members

Classlikes

sealed class ComposedModifier[D <: Int, M](val cellDim: D, val modifier: M)

Attributes

Supertypes
class Object
trait Matchable
class Any
object Ops

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Ops.type
object Val

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Val.type

Value members

Concrete methods

def apply[T <: DFTypeAny, D <: NonEmptyTuple](cellType: T, cellDims: D): DFVector[T, D]

Givens

Givens

given apply[T <: DFTypeAny, D <: NonEmptyTuple](using cellType: T, cellDims: ValueOfTuple[D]): DFVector[T, D]

Extensions

Extensions

extension [T <: DFTypeAny, D <: NonEmptyTuple](dfType: DFVector[T, D])
def cellDims: List[Int]
def cellType: T