Matrix

dfhdl.lib.algebra.Matrix
abstract class Matrix[CN <: Int & Singleton, ET <: DFType, RN <: Int & Singleton, CT <: Column[ET, RN]](val colType: CT, val colNum: CN) extends Frontend[DFVector[DFOpaque[CT], Tuple1[CN]]]

Attributes

Graph
Supertypes
class Frontend[DFVector[DFOpaque[CT], Tuple1[CN]]]
trait Id
trait Serializable
trait Product
trait Equals
trait HasTypeName
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type ActualType = DFVector[DFOpaque[CT], Tuple1[CN]]

Attributes

Inherited from:
Frontend

Value members

Inherited methods

def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Concrete fields

val colNum: CN
val colType: CT

Inherited fields

lazy val typeName: String

Attributes

Inherited from:
HasTypeName