Field

org.appliedtopology.tda4j.algebra.Field
See theField companion object
trait Field

Attributes

Companion
object
Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Self

Value members

Abstract methods

def divide(x: Self, y: Self): Self
def invert(x: Self): Self
def isEqual(x: Self, y: Self): Boolean
def minus(x: Self, y: Self): Self
def negate(x: Self): Self
def one: Self
def plus(x: Self, y: Self): Self
def times(x: Self, y: Self): Self
def zero: Self

Extensions

Extensions

extension (x: Self)
infix def *(y: Self): Self
infix def +(y: Self): Self
infix def -(y: Self): Self
infix def /(y: Self): Self
infix def eql(y: Self): Boolean
def isZero: Boolean
def unary_-: Self