Ops

com.alecdorrington.scalgebra.normed.NormedMultiplicativeInverse.Ops
trait Ops extends Ops, Ops

Attributes

Graph
Supertypes
trait Ops
trait Ops
class Object
trait Matchable
class Any
Known subtypes
trait Ops
trait Ops
trait Ops
trait Ops
object NormedField
Show all

Members list

Value members

Inherited methods

inline def length[X, S](x: X)(using ev: Normed[X, S]): S

Attributes

Inherited from:
Ops
inline def reciprocate[X](x: X)(using X: MultiplicativeInverse[X]): X

Computes the multiplicative inverse (reciprocal) of a value x, i.e. 1 / x.

Computes the multiplicative inverse (reciprocal) of a value x, i.e. 1 / x.

Attributes

Note

All implementations must be involutions, i.e. reciprocate(reciprocate(x)) == x.

Inherited from:
Ops