blas

vecxt.blas
object blas extends ArrayOps

Attributes

Source
stdlib.facade.scala
Graph
Supertypes
trait ArrayOps
class Object
trait Any
class Object
trait Matchable
class Any
Show all
Self type
blas.type

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

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

Attributes

Inherited from:
ArrayOps
Source
stdlib.facade.scala
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