JvmDoubleMatrix

vecxt.JvmDoubleMatrix

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

final val sp_int_doubleLanes: VectorSpecies[Integer]

Extensions

Extensions

extension (m: Matrix[Double])
inline def *(vec: Array[Double], alpha: Double, beta: Double)(using inline boundsCheck: BoundsCheck): Array[Double]
inline def *:*(bmat: Matrix[Boolean])(using inline boundsCheck: BoundsCheck): Matrix[Double]
inline def *:*=(bmat: Matrix[Boolean])(using inline boundsCheck: BoundsCheck): Unit
def +=(n: Double): Unit
inline def <(d: Double): Matrix[Boolean]
inline def <=(d: Double): Matrix[Boolean]
inline def >(d: Double): Matrix[Boolean]
inline def >=(d: Double): Matrix[Boolean]
inline def matmulInPlace!(b: Matrix[Double], c: Matrix[Double], alpha: Double, beta: Double)(using inline boundsCheck: BoundsCheck): Unit