RingModule
org.appliedtopology.tda4j.algebra.RingModule
trait RingModule
Specifies what it means for the type Self to be a module (or vector space) over the [Numeric] (ie ring-like) type R.
A minimal implementation of this trait will define zero, plus, scale, and at least one of minus and negate
Type parameters
- R
-
Type of the ring coefficients
- Self
-
Type of the module elements.
Attributes
- Experimental
- true
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article