matrixUtil
vecxt.matrixUtil
object matrixUtil
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
matrixUtil.type
Members list
Type members
Classlikes
enum Horizontal
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
enum Vertical
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Extensions
Extensions
extension [A](m: Matrix[A])
inline def mapCols(f: Array[A] => Array[A])(using ClassTag[A])(using inline boundsCheck: BoundsCheck): Matrix[A]
inline def mapColsToScalar(f: Array[A] => A)(using ClassTag[A])(using inline boundsCheck: BoundsCheck): Matrix[A]
inline def mapRowsToScalar(f: Array[A] => A)(using ClassTag[A])(using inline boundsCheck: BoundsCheck): Matrix[A]
In this article