VMatrixD

scalation.mathstat.VMatrixD
See theVMatrixD companion class
object VMatrixD

The `VMatrixD companion object provides factory methods.

Attributes

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

Members list

Value members

Concrete methods

def apply(x: MatrixD, formulas: Array[Array[Int]]): VMatrixD

Create a virtual-matrix from a regular (fully stored) matrix and an array formulas for calculating the additional virtual columns.

Create a virtual-matrix from a regular (fully stored) matrix and an array formulas for calculating the additional virtual columns.

Value parameters

formulas

the formulas used to calculate the additional virtual columns

x

the source (fully stored) matrix

Attributes