com
.
twitter
.
scalding
.
mathematics
Scalar2
Related Docs:
object Scalar2
|
package mathematics
trait
Scalar2
[
V
]
extends
Serializable
A representation of a scalar value that can be used with Matrices
Source
Matrix2.scala
Linear Supertypes
Serializable
,
AnyRef
,
Any
Known Subclasses
ValuePipeScalar
Type Hierarchy
Scalar2[V]
ValuePipeScalar[V]
Serializable
Ordering
Alphabetic
By Inheritance
Inherited
Scalar2
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
value
:
typed.ValuePipe
[
V
]
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
*
[
R
,
C
]
(
that:
Matrix2
[
R
,
C
,
V
]
)
(
implicit
ring:
Ring
[
V
]
,
mj:
MatrixJoiner2
)
:
Matrix2
[
R
,
C
,
V
]
def
*
(
that:
Scalar2
[
V
]
)
(
implicit
ring:
Ring
[
V
]
)
:
Scalar2
[
V
]
def
+
(
that:
Scalar2
[
V
]
)
(
implicit
sg:
Semigroup
[
V
]
)
:
Scalar2
[
V
]
def
-
(
that:
Scalar2
[
V
]
)
(
implicit
g:
Group
[
V
]
)
:
Scalar2
[
V
]
def
/
(
that:
Scalar2
[
V
]
)
(
implicit
f:
algebird.Field
[
V
]
)
:
Scalar2
[
V
]
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
divMatrix
[
R
,
C
]
(
that:
Matrix2
[
R
,
C
,
V
]
)
(
implicit
f:
algebird.Field
[
V
]
)
:
MatrixLiteral
[
R
,
C
,
V
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
map
[
U
]
(
fn: (
V
) ⇒
U
)
:
Scalar2
[
U
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
timesLiteral
[
R
,
C
]
(
that:
Matrix2
[
R
,
C
,
V
]
)
(
implicit
ring:
Ring
[
V
]
)
:
MatrixLiteral
[
R
,
C
,
V
]
def
toMatrix
:
Matrix2
[
Unit
,
Unit
,
V
]
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
unary_-
(
implicit
g:
Group
[
V
]
)
:
Scalar2
[
V
]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped
A representation of a scalar value that can be used with Matrices