MatFormat

slash.matrix.MatFormat
See theMatFormat companion object
trait MatFormat

Attributes

Companion
object
Source
Mat.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ASCII
object DEFAULT
class Delimited
object INDEXED
object TEXTBOOK
object TUPLE
Show all

Members list

Value members

Abstract methods

def delimiter[M <: Int, N <: Int](m: Mat[M, N])(r: Int, c: Int): String

Attributes

Source
Mat.scala
def prefix[M <: Int, N <: Int](m: Mat[M, N]): String

Attributes

Source
Mat.scala
def rowPrefix[M <: Int, N <: Int](m: Mat[M, N]): String

Attributes

Source
Mat.scala
def rowSuffix[M <: Int, N <: Int](m: Mat[M, N]): String

Attributes

Source
Mat.scala
def suffix[M <: Int, N <: Int](m: Mat[M, N]): String

Attributes

Source
Mat.scala

Concrete methods

def columnMetrics(m: Mat[_ <: Int, _ <: Int]): MatColumnMetrics

Attributes

Source
Mat.scala
def format(d: Double): String

Attributes

Source
Mat.scala
def render[M <: Int, N <: Int](m: Mat[M, N], alignment: (Mat[_ <: Int, _ <: Int], MatFormat) => Array[Array[String]], sb: StringBuilder): StringBuilder

Attributes

Source
Mat.scala