LiteralRow

trait LiteralRow[R, @specialized V]

Marker trait for a row literal used in Matrix construction.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def foreach[X](row: R, fn: (Int, V) => X): Unit
def length(row: R): Int