MatrixData

csw.params.core.models.MatrixData
See theMatrixData companion class
object MatrixData

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MatrixData.type

Members list

Value members

Concrete methods

def fromArrays[T](first: Array[T], rest: Array[T]*): MatrixData[T]

Create a MatrixData from Array[T]

Create a MatrixData from Array[T]

Type parameters

T

the type of values

Value parameters

rest

one or more arrays

Attributes

Returns

an instance of MatrixData

Implicits

Implicits

implicit def fromArrays[T](values: Array[Array[T]]): MatrixData[T]

Create a MatrixData from one or more arrays of Array[T]

Create a MatrixData from one or more arrays of Array[T]

Type parameters

T

the type of values

Value parameters

values

one or more arrays

Attributes

Returns

an instance of MatrixData