matrixUtil

vecxt.matrixUtil
object matrixUtil

Attributes

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

Members list

Extensions

Extensions

extension [A](m: Matrix[A])
inline def col(i: Int)(using ClassTag[A]): Array[A]
inline def printMat(using ClassTag[A]): String
inline def row(i: Int)(using ClassTag[A]): Array[A]
inline def transpose(using ClassTag[A]): Matrix[A]