TejDim

io.github.quafadas.spireAD.TejDim
case class TejDim[T]()(using evidence$1: Field[T], evidence$2: ClassTag[T], evidence$3: Trig[T], evidence$4: NRoot[T])

Used to implicitly define the dimensionality of the Tej space.

Value parameters

dimension

the number of dimensions.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

inline def addToGraph(t: Tej[T]): Tej[T]
inline def binary(lhs: Tej[T], rhs: Tej[T], op: TejOpBinary[T]): Tej[T]
inline def unary(input: Tej[T], op: TejOpUrnary[T]): Tej[T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

final val dag: DAG[T]