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(): scala.List[A]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
cols(): scala.List[scala.List[A]]
-
val
dim: Int
-
def
ensuring(cond: (Matrix[A]) ⇒ Boolean, msg: ⇒ Any): Matrix[A]
-
def
ensuring(cond: (Matrix[A]) ⇒ Boolean): Matrix[A]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Matrix[A]
-
def
ensuring(cond: Boolean): Matrix[A]
-
final
def
eq(arg0: AnyRef): Boolean
-
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(): scala.List[A]
-
def
mapWithPos[B](f: (Int, Int, A) ⇒ B): scala.List[B]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
rows(): scala.List[scala.List[A]]
-
def
set(x: Int, y: Int, value: A): Matrix[A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
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 from AnyRef
Inherited from Any
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]]