IncidenceMatrix

izumi.fundamentals.graphs.struct.IncidenceMatrix
See theIncidenceMatrix companion object
final case class IncidenceMatrix[N] extends AnyVal

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def map[N1](f: N => N1): IncidenceMatrix[N1]
def rewriteAll(mapping: Map[N, N]): IncidenceMatrix[N]
def rewriteLinked(mapping: Map[N, N]): IncidenceMatrix[N]
def without(nodes: Set[N]): IncidenceMatrix[N]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product