MatrixHelper
vecxt.MatrixHelper
object MatrixHelper
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MatrixHelper.type
Members list
Extensions
Extensions
extension (m: Matrix.type)
inline def fromColumns[A](a: Array[A]*)(using inline boundsCheck: BoundsCheck, classTag: ClassTag[A]): Matrix[A]
inline def fromColumnsArray[A](a: Array[Array[A]])(using inline boundsCheck: BoundsCheck, classTag: ClassTag[A]): Matrix[A]
inline def fromRows[A](a: Array[A]*)(using inline boundsCheck: BoundsCheck, classTag: ClassTag[A]): Matrix[A]
inline def fromRowsArray[A](a: Array[Array[A]])(using inline boundsCheck: BoundsCheck, classTag: ClassTag[A]): Matrix[A]
In this article