blas

vecxt.blas
object blas extends BlasArrayOps

Attributes

Graph
Supertypes
trait BlasArrayOps
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:
BlasArrayOps
def dnrm2(N: Int, x: Float64Array, strideX: Int): Double

Attributes

Inherited from:
BlasArrayOps
def dscal(N: Int, alpha: Double, x: Float64Array, strideX: Int): Unit

Attributes

Inherited from:
BlasArrayOps
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