MatrixD2

scalation.mathstat.MatrixD2
See theMatrixD2 companion class
object MatrixD2

Attributes

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

Members list

Value members

Concrete methods

def apply(dim: (Int, Int), u: Double*): MatrixD2

Create a matrix from repeated values.

Create a matrix from repeated values.

Value parameters

dim

the (row, column) dimensions

u

the repeated values

Attributes