Matrixy

io.github.quafadas.spireAD.Matrixy
See theMatrixy companion object
trait Matrixy[F[_], A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Extensions

Extensions

extension (a: F[A])
inline def @@(b: F[A]): F[A]
def apply(i: Array[(Int, Int)]): F[A]
def mapRows(f: Array[A] => Array[A]): F[A]
def mapRowsToScalar(f: Array[A] => A): Array[A]
def matmul(b: F[A]): F[A]
def transpose: F[A]