NativeDoubleMatrix

vecxt.NativeDoubleMatrix

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension (m: Matrix[Double])
inline def *(vec: Array[Double])(using inline boundsCheck: BoundsCheck): Array[Double]
inline def matmulInPlace!(b: Matrix[Double], c: Matrix[Double], alpha: Double, beta: Double)(using inline boundsCheck: BoundsCheck): Unit