Delimited

slash.matrix.MatFormat.Delimited
case class Delimited(delimeter: String) extends MatFormat

Attributes

Source
Mat.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait MatFormat
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Definition Classes
Source
Mat.scala

Inherited methods

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

Attributes

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

Attributes

Inherited from:
MatFormat
Source
Mat.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def render[M <: Int, N <: Int](m: Mat[M, N], alignment: (Mat[_ <: Int, _ <: Int], MatFormat) => Array[Array[String]], sb: StringBuilder): StringBuilder

Attributes

Inherited from:
MatFormat
Source
Mat.scala