class
Matrix[A] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Matrix[A], B)
-
final
def
==(arg0: Any): Boolean
-
def
antiDiagonal(): List[A]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
cols(): List[List[A]]
-
val
dim: Int
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Matrix[A]
-
-
-
def
equals(other: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
def
get(x: Int, y: Int): A
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
mainDiagonal(): List[A]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
rows(): List[List[A]]
-
def
set(x: Int, y: Int, value: A): Matrix[A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toList[B](f: (Int, Int, A) ⇒ B): List[B]
-
def
toMap(): Map[(Int, Int), A]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Matrix[A], B)
Inherited by implicit conversion any2stringadd from
Matrix[A] to any2stringadd[Matrix[A]]
Inherited by implicit conversion StringFormat from
Matrix[A] to StringFormat[Matrix[A]]
Inherited by implicit conversion Ensuring from
Matrix[A] to Ensuring[Matrix[A]]
Inherited by implicit conversion ArrowAssoc from
Matrix[A] to ArrowAssoc[Matrix[A]]
Represents a square matrix. Use the companion object to create instances of this class.