class
CSquareSerializer
extends CSquareHelpers
Instance Constructors
-
new
CSquareSerializer
()
Type Members
-
case class
CoarseComponent
(q: Int) extends Component with Product with Serializable
-
trait
Component
extends AnyRef
-
case class
FineComponent
(q: Int, x: Int, y: Int) extends Component with Product with Serializable
-
case class
RelativePoint
(x: Int, y: Int) extends Product with Serializable
-
case class
TopComponent
(q: Int, x: Int, y: Int) extends Component with Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
diagonal
[A]
(v: DenseVector[A])(implicit scalar: Scalar[A], m: ClassManifest[A]): DenseMatrix[A]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
serialize
(square: CSquare): String
-
implicit def
strTuple2tovector
(tuple: (String, String))(implicit scalar: Scalar[Int]): DenseVectorCol[Int]
-
def
subQuadrant
(q: Int): VectorCol[Int]
-
def
subQuadrant
(q: String): VectorCol[Int]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
topQuadrant
(q: Int): Matrix[Int]
-
def
topQuadrant
(c: Char): Matrix[Int]
-
def
topQuadrant
(s: String): Matrix[Int]
-
implicit def
tuple2relpoint
(t: (Int, Int)): RelativePoint
-
implicit def
tuple2tovector
[A]
(tuple: (A, A))(implicit scalar: Scalar[A]): DenseVectorCol[A]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any