Tej

io.github.quafadas.spireAD.Tej
See theTej companion class
object Tej extends TejInstances

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait TejInstances
class Object
trait Matchable
class Any
Show all
Self type
Tej.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

inline def apply[T](implicit c: ClassTag[T], inline d: TejDim[T], s: Semiring[T], r: Ring[T]): Tej[T]
inline def apply[T](real: T)(implicit c: ClassTag[T], inline d: TejDim[T]): Tej[T]
def fromInt[T](n: Int)(implicit c: ClassTag[T], d: TejDim[T], r: Ring[T]): Tej[T]
inline def one[T](implicit c: ClassTag[T], inline d: TejDim[T], r: Ring[T]): Tej[T]
def zero[T](implicit c: ClassTag[T], d: TejDim[T], s: Ring[T]): Tej[T]

Implicits

Implicits

implicit def bigDecimalToTej(n: BigDecimal)(implicit d: TejDim[BigDecimal]): Tej[BigDecimal]
implicit def bigIntToTej(n: BigInt)(implicit d: TejDim[BigDecimal]): Tej[BigDecimal]
implicit def doubleToTej(n: Double)(implicit d: TejDim[Double]): Tej[Double]
implicit def floatToTej[T](n: Float)(implicit d: TejDim[Float]): Tej[Float]
implicit def intToTej(n: Int)(implicit d: TejDim[Double]): Tej[Double]
implicit def longToTej(n: Long)(implicit d: TejDim[Double]): Tej[Double]

Inherited implicits

implicit def TejAlgebra[T](implicit c: ClassTag[T], d: TejDim[T], f: Field[T], n: NRoot[T], o: Order[T], s: Signed[T], t: Trig[T]): TejAlgebra[T]

Attributes

Inherited from:
TejInstances
implicit def TejEq[T : Eq]: Eq[Tej[T]]

Attributes

Inherited from:
TejInstances