BlasArrayOps

vecxt.BlasArrayOps
trait BlasArrayOps extends Object

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Known subtypes
object blas

Members list

Value members

Concrete methods

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

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