MatFormat

slash.matrix.MatFormat
See theMatFormat companion trait
object MatFormat

Attributes

Companion
trait
Source
Mat.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MatFormat.type

Members list

Type members

Classlikes

object ASCII extends MatFormat

Attributes

Source
Mat.scala
Supertypes
trait MatFormat
class Object
trait Matchable
class Any
Self type
ASCII.type
object DEFAULT extends MatFormat

Attributes

Source
Mat.scala
Supertypes
trait MatFormat
class Object
trait Matchable
class Any
Self type
DEFAULT.type
case class Delimited(delimeter: String) extends MatFormat

Attributes

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

Attributes

Source
Mat.scala
Supertypes
trait MatFormat
class Object
trait Matchable
class Any
Self type
INDEXED.type
object TEXTBOOK extends MatFormat

Attributes

Source
Mat.scala
Supertypes
trait MatFormat
class Object
trait Matchable
class Any
Self type
TEXTBOOK.type
object TUPLE extends MatFormat

Attributes

Source
Mat.scala
Supertypes
trait MatFormat
class Object
trait Matchable
class Any
Self type
TUPLE.type

Value members

Concrete methods

def main(args: Array[String]): Unit

Attributes

Source
Mat.scala

Concrete fields

val ALIGN_CENTER: (Mat[_ <: Int, _ <: Int], MatFormat) => Array[Array[String]]

Attributes

Source
Mat.scala
val ALIGN_LEFT: (Mat[_ <: Int, _ <: Int], MatFormat) => Array[Array[String]]

Attributes

Source
Mat.scala
val ALIGN_ON_DECIMAL: (Mat[_ <: Int, _ <: Int], MatFormat) => Array[Array[String]]

Attributes

Source
Mat.scala
val ALIGN_RIGHT: (Mat[_ <: Int, _ <: Int], MatFormat) => Array[Array[String]]

Attributes

Source
Mat.scala
lazy val CSV: MatFormat

Attributes

Source
Mat.scala
lazy val TSV: MatFormat

Attributes

Source
Mat.scala
val UNALIGNED: (Mat[_ <: Int, _ <: Int], MatFormat) => Array[Array[String]]

Attributes

Source
Mat.scala