matrixUtil

vecxt.matrixUtil
object matrixUtil

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
matrixUtil.type

Members list

Extensions

Extensions

extension (m: Matrix)
inline def *:*=(d: Double): Unit
inline def @@(b: Matrix)(using inline boundsCheck: BoundsCheck): Matrix
inline def col(i: Int): Array[Double]
inline def printMat: String
inline def row(i: Int): Array[Double]
inline def shape: String
inline def transpose: Matrix