ArrayOps

vecxt.ArrayOps
trait ArrayOps extends Object

Attributes

Source
stdlib.facade.scala
Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Known subtypes
object blas.type

Members list

Value members

Concrete methods

def daxpy(N: Int, alpha: Double, x: Float64Array, strideX: Int, y: Float64Array, strideY: Int): Unit

Attributes

Source
stdlib.facade.scala
def dnrm2(N: Int, x: Float64Array, strideX: Int): Double

Attributes

Source
stdlib.facade.scala
def dscal(N: Int, alpha: Double, x: Float64Array, strideX: Int): Unit

Attributes

Source
stdlib.facade.scala

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object